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 hundong2/my-friends-claude --skill apply-spinnergit clone --depth 1 https://github.com/hundong2/my-friends-claudeWrote 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/hundong2/my-friends-claude/apply-spinner)<a href="https://agentmods.dev/skills/hundong2/my-friends-claude/apply-spinner"><img src="https://agentmods.dev/badge/skills/hundong2/my-friends-claude/apply-spinner/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/hundong2/my-friends-claude/apply-spinner"><img src="https://agentmods.dev/badge/skills/hundong2/my-friends-claude/apply-spinner.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00000 | $0.00565 |
| Opus 5 | $0.00000 | $0.00282 |
| Sonnet 5 | $0.00000 | $0.00113 |
| Haiku 4.5 | $0.00000 | $0.00056 |
Grade B, and why
apply-spinner scanned grade B with 1 finding 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 11d 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.
Reads agent configuration directoriesmediumAgent snooping
.claude/, .codex/, .gemini/ hold keys, settings and other credentials a mod has no legitimate need for.
3. Read the user's `~/.claude/settings.json` (create if not exists) What it actually says
apply-spinner
Apply or restore custom spinner verbs to Claude Code settings.
Usage
/my-friends-claude:apply-spinner # 커스텀 스피너 적용
/my-friends-claude:apply-spinner restore # 원본 스피너로 복원
Instructions
When this skill is invoked:
Apply (기본 동작, 인자 없음 또는 apply)
- Read
config/config.jsonfrom the plugin directory and extractspinnerVerbs.verbsarray - Check if
spinnerVerbs.enabledistrue - Read the user's
~/.claude/settings.json(create if not exists) - If
spinnerVerbskey already exists in settings.json, back it up by saving the current value as_spinnerVerbs_backupin the same file - Set
spinnerVerbsin~/.claude/settings.jsonto an object withmodeandverbskeys - Confirm: "스피너 동사가 커스터마이즈되었습니다! Claude Code를 재시작하면 적용됩니다."
- Show a few example verbs from the applied list
Restore (인자가 restore 또는 원복)
- Read
~/.claude/settings.json - If
_spinnerVerbs_backupexists, restorespinnerVerbsto that value and remove_spinnerVerbs_backup - If no backup exists, remove the
spinnerVerbskey entirely (reverts to Claude Code defaults) - Confirm: "스피너 동사가 원본으로 복원되었습니다! Claude Code를 재시작하면 적용됩니다."
Important Notes
- The
spinnerVerbssetting in~/.claude/settings.jsonaccepts an object withmodeandverbskeys - Format:
"spinnerVerbs": {"mode": "replace", "verbs": ["verb1", "verb2", ...]} modecan be"replace"(기본값 대체) or"append"(기본값에 추가)- Changes require a Claude Code restart to take effect
- The
_original_mappingfield in config.json is documentation only — do NOT write it to settings.json - Only write the
verbsarray values to settings.json - 자동 적용/원복: 세션 시작 시 자동 적용, 세션 종료 시 자동 원복됩니다. 이 스킬은 수동으로 즉시 적용/원복할 때 사용하세요.
- 자동 적용/원복은
scripts/spinner-manage.sh가 처리하며,session-start.sh와stop.shHook에서 호출됩니다.
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.
- 11d ago First seen · 41 lines · 0 tokens per session scan B ca89fb572dcc
apply-spinner is a skill published in the GitHub repository hundong2/my-friends-claude (2 stars, last pushed 7mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 565 tokens. A static security scan graded it B with 1 finding (reads agent configuration directories). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
orbit-notion
Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…
Cortex
Operate Cortex, the LifeOS memory system — the typed Knowledge Archive (People, Companies, Ideas, Research with typed related: links) plus recall of prior work sessions, ISAs, and conversations. Search, add, harvest, develop, ingest, distill, graph-navigate, recall. USE WHEN cortex, knowledge, knowledge base, search…
pinchtab-mcp
Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.
feishu
Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.
peekaboo
Capture and automate macOS UI with the Peekaboo CLI.
mochi-remind
Handle due reminders — notify the user with natural language and mark them done.