Logout banner
jie-worldstatelabs jie-worldstatelabs

Logout

Development community

Description

--- description: "Sign out — remove the local stagent cloud token" allowed-tools: ["Bash"] --- Remove ~/.config/stagent/auth.json. The plugin reverts to anonymous mode. The token remains valid on the server until revoked via the web UI. ```! bash "${CLAUDE_PLUGIN_ROOT}/scripts/logout-workflow.sh" ```

Installation

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

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

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

Full documentation available on GitHub

View Source Repository