User

Retrieve the authenticated X user profile through Shift's Skill Router.

tryshift-sh 09d70f9 2 files · 1.1 KB Updated

File contents

X User

Use this managed skill for retrieving the authenticated X account profile through Shift.

When to use

  • The user wants to inspect the connected X account
  • The user asks which X account is connected

How to invoke

Send a POST request to ${SHIFT_LOCAL_GATEWAY}/skill-router/invoke with:

{
  "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.

tryshift-sh/skills-store/tree/main/providers/x/user commit 09d70f9c9d

Frequently asked questions

npx skillmds@latest add tryshift-sh/user