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 shadowcz007/skills --skill solo-topicsgit clone --depth 1 https://github.com/shadowcz007/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/shadowcz007/skills/solo-topics)<a href="https://agentmods.dev/skills/shadowcz007/skills/solo-topics"><img src="https://agentmods.dev/badge/skills/shadowcz007/skills/solo-topics/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/shadowcz007/skills/solo-topics"><img src="https://agentmods.dev/badge/skills/shadowcz007/skills/solo-topics.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.00064 | $0.00703 |
| Opus 5 | $0.00032 | $0.00351 |
| Sonnet 5 | $0.00013 | $0.00141 |
| Haiku 4.5 | $0.00006 | $0.00070 |
Grade A, and why
solo-topics scanned grade A 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 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.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
description: mixdao 专题 Topics:列专题、看文章、投稿。用本 skill 内脚本,勿手写 curl。触发:solo-topics、专题、topic articles、往专题加文章、mixdao 专题 API、列出 mixdao 专题、查看专题文章。 What it actually says
Solo Topics
- 脚本:与本
SKILL.md同目录下的scripts/solo-topics.js(Node 18+,fetch,无额外依赖) - 环境:
MIXDAO_API_KEY(必填;脚本亦接受API_KEY);BASE_URL可选;articles可省略参数时用TOPIC_ID - 命令(在 skill 根
cd后,或node指向脚本绝对路径):node scripts/solo-topics.js topicsnode scripts/solo-topics.js articles <TOPIC_ID>node scripts/solo-topics.js add <TOPIC_ID> <文件.md|->(stdin 为整篇 Markdown;路径相对当前工作目录)
- 省 token:可加
--compact(单行 JSON 输出) add(Markdown):脚本根据正文自动生成id(SHA-256 的短 hex,默认前 12 位)、title(首行#或第一行非空)、content(全文)、date(本地时区YYYY-MM-DD)、summary、url、source、sortOrder。细节见references/api-details.md。topics输出:每条含label(展示名,不是name)、description、keywords(常很长)、reportPrompt等;向用户呈现时只摘 id + label(可加一句 description),勿默认整段贴keywords/reportPrompt。
详细参考
端点、认证、错误处理、add 请求体与示例见 references/api-details.md(按需读取;该目录便于后续扩展长文档而不撑满主上下文)。
Agent 约定
- 读:解析脚本输出,用列表/摘要呈现给用户,勿默认整段粘贴 raw JSON(用户要求除外)。
topics:id +label(必要时一行description);articles:title、url、date(需要时再带summary/source);列表空要说明。 - 写:仅用户明确要求时投稿;
add仅接受 Markdown(标题/日期等由脚本从正文推导并拼 JSON)。事前确认专题 id;成功回报返回 id/对象;失败原样说明、不重试。 - 错:非零退出 / stderr;用自然语言解释(如 401 → 检查
MIXDAO_API_KEY)。 - API:仅支持 POST 创建文章,不能按 id 更新或删除。
What ships with it
2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 28 lines · 64 tokens per session scan A 77f0a88f44ac
solo-topics is a skill published in the GitHub repository shadowcz007/skills (0 stars, last pushed 5mo ago), licensed MIT. It adds 64 tokens to every session and 703 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…