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 agentmods add skills/trysidequest-ai/sidequest/sq-uninstallnpx skills add trySideQuest-ai/sidequest --skill sq-uninstallgit clone --depth 1 https://github.com/trySideQuest-ai/sidequestWrote 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/trysidequest-ai/sidequest/sq-uninstall)<a href="https://agentmods.dev/skills/trysidequest-ai/sidequest/sq-uninstall"><img src="https://agentmods.dev/badge/skills/trysidequest-ai/sidequest/sq-uninstall.svg" alt="Measured on agentmods" height="20"></a>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 | $0.00068 | $0.00542 |
| Opus 5 | $0.00034 | $0.00271 |
| Sonnet 5 | $0.00014 | $0.00108 |
| Haiku 4.5 | $0.00007 | $0.00054 |
Grade F, and why
sq-uninstall scanned grade F with 4 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 5d 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.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
Runs `curl -fsSL https://get.trysidequest.ai/uninstall.sh | bash` which: Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
3. Removes the plugin from Claude Code plugins cache + deregisters from `~/.claude/settings.json` Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
> "Uninstall reported errors (exit code {N}). Some traces may remain. Manual cleanup: `rm -rf ~/.sidequest ~/Applications/SideQuestApp.app` and check `~/.claude/settings.json` for a `sidequest` entry under `enabledPlugin Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
Runs `curl -fsSL https://get.trysidequest.ai/uninstall.sh | bash` which: What it actually says
/sidequest:sq-uninstall
Fully removes SideQuest (plugin + native app + local data) from this machine via the hosted uninstall script.
What It Does
Runs curl -fsSL https://get.trysidequest.ai/uninstall.sh | bash which:
- Stops the running native app
- Deletes
~/Applications/SideQuestApp.app - Removes the plugin from Claude Code plugins cache + deregisters from
~/.claude/settings.json - Deletes
~/.sidequest/(auth token, config, tech-context, sockets, timing state) - Removes any launchd agents, caches, and quarantine attributes
- Verifies zero traces remain
Your account on the server stays intact — re-installing later restores access with the same login.
Steps
1. Confirm with user
Before running, confirm intent:
"This will remove the SideQuest app, plugin, auth token, and all local data on this machine. Your server-side account stays — if you reinstall later, your login still works. Proceed? (yes/no)"
If user says yes, proceed. Otherwise stop.
2. Run uninstaller
curl -fsSL https://get.trysidequest.ai/uninstall.sh | bash
Capture exit status. Uninstaller prints its own progress + final verification report.
3. Report outcome
If exit status 0:
"✓ SideQuest removed. If you change your mind, visit https://get.trysidequest.ai or run the install one-liner again."
If non-zero:
"Uninstall reported errors (exit code {N}). Some traces may remain. Manual cleanup:
rm -rf ~/.sidequest ~/Applications/SideQuestApp.appand check~/.claude/settings.jsonfor asidequestentry underenabledPlugins."
Error Handling
- If user declines, stop immediately — do not run uninstaller
- If network unavailable, uninstaller will fail fast with curl exit code; suggest manual cleanup
- Never attempt partial file deletion from this skill — let the script do all removals for auditability
- Do not touch server-side state (user record, events) — uninstall is local-only by design
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.
- 5d ago First seen · 57 lines · 68 tokens per session scan F e6300f10938a
sq-uninstall is a skill published in the GitHub repository trySideQuest-ai/sidequest (8 stars, last pushed 4mo ago), licensed MIT. It adds 68 tokens to every session and 542 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it F with 4 findings (downloads and executes remote code, reads agent configuration directories, recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
swiftui-debugging
Use when debugging SwiftUI issues in this macOS app — views not updating, layout problems, unnecessary re-renders, state ownership bugs, Preview crashes, or NSHostingView/NSPanel quirks. Covers both general SwiftUI debugging and macOS-specific patterns.
release
Use when cutting or preparing a cctop release - "cut a release", "release vX.Y.Z", "prepare a release", "bump the version and tag", "ship a new version". Drives proportionate release checks, version bump, CI, tag push, release monitoring, and verification. An explicit release request authorizes the complete release…
video-assets
Use when publishing, replacing, auditing, or linking cctop promo/demo video assets through GitHub Releases, especially the non-latest media-assets release. Trigger for requests like "upload the launch video", "add another video asset", "replace the README demo video", "where should this video live", "update…
e2e-session-test
Use when smoke-testing cctop end to end — verifying a real coding-agent session is tracked and shows in the panel. Trigger on "smoke test sessions", "verify session tracking", "test the hook pipeline", "check cctop picks up a claude/codex/opencode/pi session", or "run the e2e test", even without the word "skill".…
cctop-setup
Use when cctop-hook command fails or is not found. Guides user to install the cctop menubar app.
video-storyboard
Use when designing, scripting, or storyboarding a short demo, launch, explainer, or marketing video (especially for a developer tool, app, or SaaS), OR when auditing, critiquing, or improving an existing video's narrative, hook, pacing, or storyboard. Runs a verified 6-stage process — positioning, message spine, beat…