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 Zhang-Henry/CoEvoSkills --skill evo-sc100-fillergit clone --depth 1 https://github.com/Zhang-Henry/CoEvoSkillsWrote 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/zhang-henry/coevoskills/evo-sc100-filler)<a href="https://agentmods.dev/skills/zhang-henry/coevoskills/evo-sc100-filler"><img src="https://agentmods.dev/badge/skills/zhang-henry/coevoskills/evo-sc100-filler/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/zhang-henry/coevoskills/evo-sc100-filler"><img src="https://agentmods.dev/badge/skills/zhang-henry/coevoskills/evo-sc100-filler.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00036 | $0.00766 |
| Opus 5 | $0.00018 | $0.00383 |
| Sonnet 5 | $0.00007 | $0.00153 |
| Haiku 4.5 | $0.00004 | $0.00077 |
Grade A, and why
evo-sc100-filler 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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SC-100 Small Claims Court Form Filler
This skill fills California SC-100 (Plaintiff's Claim and ORDER to Go to Small Claims Court) PDF forms.
Usage
import sys
sys.path.insert(0, '/app/environment/skills/evo-sc100-filler/scripts')
from fill_sc100 import fill_sc100, validate_sc100
case_data = {
'plaintiff_name': 'Jane Doe',
'plaintiff_phone': '5551234567',
'plaintiff_street': '123 Main St',
'plaintiff_city': 'San Jose',
'plaintiff_state': 'CA',
'plaintiff_zip': '95112',
'plaintiff_email': '[email protected]',
'defendant_name': 'John Smith',
'defendant_phone': '5559876543',
'defendant_street': '456 Oak Ave',
'defendant_city': 'San Jose',
'defendant_state': 'CA',
'defendant_zip': '95112',
'claim_amount': '2000',
'claim_reason': 'Failed to return security deposit',
'has_specific_date': False,
'claim_date_started': '2025-01-01',
'claim_date_through': '2025-06-01',
'claim_calculation': 'Amount on lease agreement',
'asked_defendant': True,
'filing_reason': 'a', # a-e corresponding to section 5 options
'filing_zip': '95112',
'attorney_dispute': False,
'suing_public_entity': False,
'filed_12_claims': False,
'claim_over_2500': False,
'filing_date': '2025-06-01',
}
fill_sc100('/root/sc100-blank.pdf', '/root/sc100-filled.pdf', case_data)
validate_sc100('/root/sc100-filled.pdf')
Form Field Mapping
The SC-100 form uses XFA-style hierarchical field names. Key sections:
- Page 2, Section 1: Plaintiff info (name, phone, address, email)
- Page 2, Section 2: Defendant info (name, phone, address)
- Page 2, Section 3: Claim amount and reason
- Page 3, Section 3b: Dates (specific or range)
- Page 3, Section 3c: Calculation explanation
- Page 3, Section 4: Asked defendant (Yes/No)
- Page 3, Section 5: Filing reason (a-e checkboxes)
- Page 3, Section 6: Zip code of filing location
- Page 3, Section 7: Attorney-client dispute (Yes/No)
- Page 3, Section 8: Suing public entity (Yes/No)
- Page 4, Section 9: Filed 12+ claims (Yes/No)
- Page 4, Section 10: Claim over $2500 (Yes/No)
- Page 4, Section 11: Signature date and name
- Page headers: Plaintiff name on pages 2-4
What ships with it
1 file 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.
- 13d ago First seen · 73 lines · 36 tokens per session scan A c4d7df7decec
evo-sc100-filler is a skill published in the GitHub repository Zhang-Henry/CoEvoSkills (66 stars, last pushed 23d ago), licensed Apache-2.0. It adds 36 tokens to every session and 766 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
patent-reader
A plain-language reader for Chinese patents that turns a publication number or PDF into notes, diagrams, and an Obsidian entry. Obsidian is a note-taking app that stores linked Markdown files.
meta-pdf-reformat-pipeline
Modernize a legacy PDF: structural extraction → natural-language rewrite of problem pages → audit summary → re-merge into the final PDF.
software-copyright-materials
A workflow for creating Chinese application materials for software copyright registration from a real software project.
ectd-xml-compiler
Automatically convert uploaded drug application documents (Word/PDF) into XML skeleton structure compliant with eCTD 4.0/3.2.2 specifications.
audit-export
Export the full CocoAudit trail as a stakeholder-ready compliance document.
software-certificate-skill
An automated workflow for preparing Chinese software-copyright registration materials from a real software project. It produces application information, an operation manual, and source-code documents with evidence from the project.