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 muyuhill/100books-to-skills --skill get-paid-for-knowledgegit clone --depth 1 https://github.com/muyuhill/100books-to-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/muyuhill/100books-to-skills/get-paid-for-knowledge)<a href="https://agentmods.dev/skills/muyuhill/100books-to-skills/get-paid-for-knowledge"><img src="https://agentmods.dev/badge/skills/muyuhill/100books-to-skills/get-paid-for-knowledge/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/muyuhill/100books-to-skills/get-paid-for-knowledge"><img src="https://agentmods.dev/badge/skills/muyuhill/100books-to-skills/get-paid-for-knowledge.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.00049 | $0.00537 |
| Opus 5 | $0.00024 | $0.00269 |
| Sonnet 5 | $0.00010 | $0.00107 |
| Haiku 4.5 | $0.00005 | $0.00054 |
Grade A, and why
get-paid-for-knowledge 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 12d 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
How to Get Paid for What You Know — 知识变现四步法
你脑子里已经有一门生意。你的知识、技能、经验——就是产品。
Graham Cochrane 的核心公式:免费内容吸引人 → 建立信任 → 卖产品或服务 → 重复。
知识变现四步法
免费内容(博客/视频/播客)→ 邮件列表/社群 → 付费产品 → 重复
第一步:持续输出免费内容
选一个平台(公众号/YouTube/播客),每周发布。内容要:解决具体问题、展示你的方法、让别人相信你能帮到他们。
第二步:建立你的「名单」
引导观众订阅邮件(或加微信/进群)。这个名单是你最值钱的资产。有了 1000 个真正信任你的人,任何产品都能卖出去。
第三步:创造付费产品
三种常见形式:
- 数字产品:课程、模板、电子书(一次创作,无限销售)
- 服务:咨询、教练、定制服务(单价高,时间绑定)
- 社群:付费社群/知识星球(持续收入)
第四步:重复并优化
什么内容反响好就多做,什么产品卖得好就多推。
三个核心原则
- 先给后拿:免费价值给够了,付费才自然
- 不追求完美:你的第一个课程不需要是大师级。够好就发,根据反馈改进
- 专注一个细分:不是「教人赚钱」,是「教程序员怎么做外包接单」
一句话总结
你不需要是顶级专家。你只需要比你的客户早走一步——然后把这条路画成地图卖给他们。
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.
- 12d ago First seen · 56 lines · 49 tokens per session scan A c04493bbbda9
get-paid-for-knowledge is a skill published in the GitHub repository muyuhill/100books-to-skills (12 stars, last pushed 2mo ago), licensed MIT. It adds 49 tokens to every session and 537 once invoked, about $0.0002 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
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…
chat-pet-sprite-creation
Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.
cpu-profile-analysis
Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…
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…