updated 11d ago
You are responding to /archetype:logout — disconnect this machine from the user's Archetype account.
What can you do with Logout?
name: logout description: Log out of Archetype. Use for /archetype:logout or when the user wants to disconnect, sign out, switch accounts, or clear the plugin's saved credentials. Deletes the locally cached token via the core MCP server; run history is preserved.
Logout
You are responding to /archetype:logout — disconnect this machine from the
user's Archetype account.
Workflow
- Call the
logouttool from thecoreMCP server with no arguments.- It may be deferred; load it first with ToolSearch
(query
select:mcp__plugin_archetype_core__logout).
- It may be deferred; load it first with ToolSearch
(query
- Relay the tool's message: who was logged out (if known), that credentials
were deleted locally while run history is kept, and that
/archetype:setupreconnects. - If the user asked to switch accounts, offer to run
/archetype:setupright away.
Boundaries
- One
logouttool call, nothing else. Never callloginfrom this skill unless the user asked to switch accounts and confirmed. - Do not delete any files yourself — the tool owns the credential path.
Install
Add Logout to your client. Pick the one you use.
npx skills add MCxiaoguu/Archetype_PluginInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add MCxiaoguu/Archetype_PluginAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/MCxiaoguu/Archetype_Plugin
cp -r skills/logout ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Score
48 / 100
Adequate