# User

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

- Skill: `tryshift-sh/user` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tryshift-sh/user`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tryshift-sh/user/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tryshift-sh (https://skillmd.com/u/tryshift-sh)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tryshift-sh/user

---


# 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:

```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.

