Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add corezoid/corezoid-ai-plugin --skill corezoid-logoutgit clone --depth 1 https://github.com/corezoid/corezoid-ai-pluginWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/corezoid/corezoid-ai-plugin/corezoid-logout)<a href="https://agentmods.dev/skills/corezoid/corezoid-ai-plugin/corezoid-logout"><img src="https://agentmods.dev/badge/skills/corezoid/corezoid-ai-plugin/corezoid-logout.svg" alt="Measured on agentmods" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00109 | $0.00519 |
| Opus 5 | $0.00055 | $0.00260 |
| Sonnet 5 | $0.00022 | $0.00104 |
| Haiku 4.5 | $0.00011 | $0.00052 |
Grade A, and why
corezoid-logout scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Corezoid Logout Skill
You help the user disconnect from Corezoid by removing saved credentials for the current workspace.
What logout does
Calling the logout MCP tool removes the Folder entry that matches the
current working directory from ~/.corezoid/config.json. That clears:
- OAuth
access_token/expires_at api_login/api_secret(if API-key auth was used)account_url,corezoid_url,workspace_id, cachedproject_idgit_url/git_stage_path
The on-disk stage marker (<stage_id>_<name>.stage.json in the workspace)
is not touched — it's checked into the workspace repo and stays.
Other Folders in ~/.corezoid/config.json (for other working directories)
are left untouched.
Step 1 — Call logout
Call MCP tool logout with no arguments.
Step 2 — Report the result
On success the tool returns a message like:
Logged out. Folder entry removed from ~/.corezoid/config.json.
Important: your browser may still have an active SSO session at
<account_url>. If a subsequent login produces an already-expired token,
you must also log out of that site in your browser before calling login
again.
Relay the SSO warning to the user in the same language they used — especially the part about the browser session, because a stale SSO cookie is the most common cause of "logged out but next login still fails" reports.
On error, show the error message and suggest the user check that
~/.corezoid/config.json is writable.
After logout
To reconnect, the user should invoke the corezoid-init skill (or say
"login" / "setup") and start a fresh authentication flow.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 62 lines · 109 tokens per session scan A d9dbcc219fc6
corezoid-logout is a skill published in the GitHub repository corezoid/corezoid-ai-plugin (73 stars, last pushed 4d ago), licensed MIT. It adds 109 tokens to every session and 519 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
stop-that-shit
Keep coding agents focused on requested and necessary work. Use when a request sets a read-only, answer-only, file, action, or stopping boundary; when evidence shows scope creep, speculative hardening, unnecessary hashing or dependencies, repeated audit loops, or valueless delegation; or when the user invokes Stop…
stss
Reduce defensive disclaimers, stacked hedging, and self-protective narration in proposals and decision-facing writing. Use when the user asks to rewrite or audit a proposal, plan, research contribution, executive summary, or similar text for directness. Do not use for ordinary code work or unrelated prose.
superloopy-clone
Use when the user asks for Superloopy clone or asks to clone, rebuild, reverse-engineer, replicate, or copy a website or page into a Superloopy-governed implementation. Triggers on "loopy clone", target URLs plus requests such as "clone this site", "rebuild this page", "make a copy of this website", "pixel-perfect…
superloopy-loop
Use Superloopy's lightweight strict-evidence loop for Codex tasks that need durable progress, criteria, and artifact-backed completion.
superloopy-doctor
Use when diagnosing Superloopy doctor, install, wrapper, plugin cache, hook bootstrap, bundled agents, marketplace, Codex, Claude Code, stale-version, evidence-floor, or host-wiring health problems.
inspect-codex-trajectory
Inspect or show a local Codex task trajectory, including turns, approximate model steps, assistant messages, reasoning summaries, tool calls, failures, compaction, token usage, and timing. Use when the user asks for a trajectory, execution trace, task timeline, slow-tool analysis, visual event ledger, or live…