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/jetsons-zz/eos3-plugins/article-to-prototype-cskillnpx skills add jetsons-zz/eos3-plugins --skill article-to-prototype-cskillgit clone --depth 1 https://github.com/jetsons-zz/eos3-pluginsWrote 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/jetsons-zz/eos3-plugins/article-to-prototype-cskill)<a href="https://agentmods.dev/skills/jetsons-zz/eos3-plugins/article-to-prototype-cskill"><img src="https://agentmods.dev/badge/skills/jetsons-zz/eos3-plugins/article-to-prototype-cskill.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.00050 | $0.13707 |
| Opus 5 | $0.00025 | $0.06853 |
| Sonnet 5 | $0.00010 | $0.02741 |
| Haiku 4.5 | $0.00005 | $0.01371 |
Grade A, and why
article-to-prototype-cskill 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 4d 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.
The source is not reproduced here
No licence file
A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.
What ships with it
22 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.
- .claude-plugin/marketplace.json 3.3 KB
- assets/examples/sample_input.md 1.1 KB
- assets/prompts/analysis_prompt.txt 835 B
- DECISIONS.md 12 KB
- README.md 8.6 KB
- references/analysis-methodology.md 2.3 KB
- references/extraction-patterns.md 3.1 KB
- references/generation-rules.md 3.4 KB
- requirements.txt 335 B
- scripts/__init__.py 172 B runs code
- scripts/analyzers/__init__.py 519 B runs code
- scripts/analyzers/code_detector.py 3.8 KB runs code
- scripts/analyzers/content_analyzer.py 14 KB runs code
- scripts/extractors/__init__.py 359 B runs code
- scripts/extractors/markdown_extractor.py 6.1 KB runs code
- scripts/extractors/notebook_extractor.py 8.1 KB runs code
- scripts/extractors/pdf_extractor.py 16 KB runs code
- scripts/extractors/web_extractor.py 16 KB runs code
- scripts/generators/__init__.py 379 B runs code
- scripts/generators/language_selector.py 4.5 KB runs code
- scripts/generators/prototype_generator.py 14 KB runs code
- scripts/main.py 7.2 KB runs code
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.
- 4d ago First seen · 2,071 lines · 50 tokens per session scan A afc841ca45c1
article-to-prototype-cskill is a skill published in the GitHub repository jetsons-zz/eos3-plugins (2 stars, last pushed 9mo ago), with no licence file. It adds 50 tokens to every session and 13,707 once invoked, about $0.0003 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
alloflow-pdf-remediation
Drive AlloFlow's PDF accessibility remediation MCP connector (alloflow-remediation) well. Use when a teacher asks to make a PDF accessible, audit a document's accessibility, check PDF/UA conformance, or batch-remediate a folder of handouts.
pptx-import
会话里有上传的 .pptx,且用户要把这份幻灯片填进一节已建的课(先 createstage 建课,再 importpptx 把页面追加进这节课堂,保留原版排版;课堂标题以 createstage 为准,PPT 不接管)。随后逐页检查(有 renderscenepreview 就渲染看)并修 bad case,理解整课之后才写旁白/spotlight,最后 TTS。仅在用户要求时插入 quiz 或 interactive。不要重新规划整课。.
read
Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…
prp-technical-writing
Writes and edits developer documentation that is easy to act on and hard to misread. Use when writing or reviewing a README, RFC, tutorial, how-to guide, reference document, or technical explanation, when the operator says "write the docs", "improve this README", "edit this RFC", or invokes $prp-technical-writing.
pdf-design
Designs PDF reports and proposals from HTML with previews and branding. Use to create, export, or securely upload a PDF.
docs-workflows
Documentation and extension workflows derived from local slash commands (docs, explanation, issues, prototypes, tutorials, MCP design review).