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 kpab/awesome-fun-claude-skills --skill collectgit clone --depth 1 https://github.com/kpab/awesome-fun-claude-skillsWrote 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/kpab/awesome-fun-claude-skills/collect)<a href="https://agentmods.dev/skills/kpab/awesome-fun-claude-skills/collect"><img src="https://agentmods.dev/badge/skills/kpab/awesome-fun-claude-skills/collect/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/kpab/awesome-fun-claude-skills/collect"><img src="https://agentmods.dev/badge/skills/kpab/awesome-fun-claude-skills/collect.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.00075 | $0.00633 |
| Opus 5 | $0.00037 | $0.00316 |
| Sonnet 5 | $0.00015 | $0.00127 |
| Haiku 4.5 | $0.00007 | $0.00063 |
Grade A, and why
collect 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 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.
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
ネタ系スキルの候補を発掘する
掲載対象は GitHub リポジトリのみ(スキル/プラグイン/Claude Code 連動ツール)。記事(Zenn/Qiita 等)は掲載対象外。記事で見つけたスキルでも、リポジトリが公開されていればリポジトリを候補にする。
data/skills.yamlを読み、掲載済み URL の一覧を把握する(重複提案を防ぐ)- GitHub を巡回する:
gh search repos "<kw>" --sort stars --limit 15 --json fullName,description,stargazersCount,updatedAt- キーワード例:
claude persona,claude personality,claude character,claude roast,claude joke,claude tamagotchi,claude pet,claude code game,claude code rpg,claude output style - 新着を狙うなら
--created ">直近2ヶ月の日付"を付けてもう1周 - 補助: Hacker News(WebFetch で
https://hn.algolia.com/api/v1/search?query=claude%20persona&tags=story)で話題のリポジトリを拾ってもよい
- キーワード例:
- 候補の判定基準(すべて満たすこと):
- ネタ系・エンタメ系であること(実務・生産性系は除外。例: ゲーム「開発」支援は実務系、Claude と「遊ぶ」ものはネタ系)
- GitHub リポジトリとして公開されており、実体があること(
gh api "repos/<owner>/<repo>/contents"で SKILL.md・プラグイン構成・プロンプト等を確認) - 未掲載であること(手順1の一覧と突き合わせ)
- 質を優先: スター数の高いものから検討する(ニッチ全体が低スターなので絶対値は問わないが、同種なら高い方)
- 候補を表形式でユーザーに提示する: スキル名 / URL / スター数 / 一言説明 / おすすめ度
- ユーザーが選んだものを add-skill の手順で追加する(1件ずつ)
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 · 22 lines · 75 tokens per session scan A e2cd27aec128
collect is a skill published in the GitHub repository kpab/awesome-fun-claude-skills (1 stars, last pushed 2mo ago), licensed CC0-1.0. It adds 75 tokens to every session and 633 once invoked, about $0.0004 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-31.
Other skills, from other repositories
unity-agent-workflows
Use for AI-assisted Unity work that needs live repo discovery, project-derived routing, runtime-owner proof, runtime-visible output hard stops, runtime numeric proof for repeated visible-output failures, state-step guards, multi-agent scope ownership, modular C#/asmdef safety, UI/scene/visual asset gates, data-first…
interpreting-mod-author-instructions
A guide for following a Bethesda mod author's installation instructions, including file choices, prerequisites, and installer options.
frontend-patterns
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
using-bgs-archive
Use when the user wants to inspect, list, extract, unpack, or repack Bethesda BA2/BSA archives; determine archive format/version/compression; or build archive assets for an MO2 overlay. Triggers - "unpack BA2", "extract BSA", "pack archive", "inspect archive", "bgs-archive".
docker-patterns
Docker and Docker Compose patterns for local development, container security, networking, volume strategies, and multi-service orchestration.
context-engineering
A project documentation framework that records a project's goals, requirements, roadmap, and current state in separate files. It also keeps those documents within set size limits for an AI coding agent.