user

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

X User

X 用户

Use this managed skill for retrieving the authenticated X account profile through Shift.
使用此托管Skill通过Shift获取已认证的X账户资料。

When to use

使用场景

  • The user wants to inspect the connected X account
  • The user asks which X account is connected
  • 用户需要查看已连接的X账户
  • 用户询问当前连接的是哪个X账户

How to invoke

调用方式

Send a
POST
request to
${SHIFT_LOCAL_GATEWAY}/skill-router/invoke
with:
json
{
  "skillProvider": "x",
  "skill": "user",
  "action": "me",
  "input": {}
}
${SHIFT_LOCAL_GATEWAY}/skill-router/invoke
发送
POST
请求,请求体如下:
json
{
  "skillProvider": "x",
  "skill": "user",
  "action": "me",
  "input": {}
}

Notes

注意事项

  • This skill requires X to be connected in Shift.
  • Do not ask the user to paste raw credentials into chat.
  • 该Skill需要在Shift中已连接X账户。
  • 请勿要求用户在聊天中粘贴原始凭证。