Whoami banner
jie-worldstatelabs jie-worldstatelabs

Whoami

Development community

Description

--- description: "Show the signed-in stagent cloud identity" allowed-tools: ["Bash"] --- Run ONLY the script below. Do NOT call any API endpoint directly. Do NOT run curl commands yourself. ```! bash "${CLAUDE_PLUGIN_ROOT}/scripts/whoami-workflow.sh" ``` Print the script output verbatim. The script is complete and authoritative — do NOT modify it, add curl calls, or suggest any changes.

Installation

Installs to ~/.claude/skills/jie-worldstatelabs-stagent-whoami/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jie-worldstatelabs-stagent-whoami && curl -fsSL https://raw.githubusercontent.com/jie-worldstatelabs/stagent/HEAD/commands/whoami.md -o ~/.claude/skills/jie-worldstatelabs-stagent-whoami/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository