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 gabrielmoreira/agent-skills-mirror --skill paper2patentgit clone --depth 1 https://github.com/gabrielmoreira/agent-skills-mirrorWrote 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/gabrielmoreira/agent-skills-mirror/paper2patent)<a href="https://agentmods.dev/skills/gabrielmoreira/agent-skills-mirror/paper2patent"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/paper2patent/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/gabrielmoreira/agent-skills-mirror/paper2patent"><img src="https://agentmods.dev/badge/skills/gabrielmoreira/agent-skills-mirror/paper2patent.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.01027 |
| Opus 5 | $0.00032 | $0.00513 |
| Sonnet 5 | $0.00013 | $0.00205 |
| Haiku 4.5 | $0.00006 | $0.00103 |
Grade A, and why
paper2patent 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 8d 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.
This is a copy
100% identical to paper2patent — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
How it starts
The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Paper2Patent
Purpose
Use this skill to convert an academic paper into a complete Chinese invention patent application deliverable. The default full-draft output is a Word document (.docx) and, when a converter is available, a PDF copy. Keep the work faithful to the supplied paper: do not invent technical features, embodiments, data, hardware, scenarios, or effects that are not present in the source material.
Workflow
- Determine the output mode. Use
directby default,human-in-loopwhen the user asks to review choices before generation, andtext-onlywhen the user explicitly wants no files. - Collect and assess the paper input. Read
references/input-requirements.mdwhen the user provides partial paper content, a PDF path, source paper figures, figure descriptions, or unclear source material. - Extract the patentable contribution. Build the closed chain of difference point, technical problem, technical solution, and technical effect.
- Draft the structured patent content. Read
references/text-conversion-workflow.mdfor the five-part content model and execution order. Treat the repositoryreference_skills/meterial.mdprompt as the normative source for the five patent sections, claim rules, specification depth, and fidelity constraints. - Apply claim and specification rules. Read
references/claims-and-specification-rules.mdbefore writing or revising claims, background, invention content, or embodiments. - Prepare drawings. Read
references/drawing-generation.md; first derive patent reference drawings from the source paper figures, captions, and method text when available, then align them with the claims and specification. Generate black-and-white SVG reference drawings, converter-compatible PNG fallbacks when possible, and Image2-style refinement prompts. - Generate files for full drafts. Read
references/document-generation.md, then usescripts/generate_patent_drawings.pyto create clean SVG/PNG drawings,scripts/generate_patent_docx.pyto embed them in DOCX, andscripts/export_patent_pdf.pyfor PDF conversion when available. - Run the internal quality pass. Read
references/quality-checklist.mdbefore finalizing.
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.
- 8d ago First seen · 45 lines · 64 tokens per session scan A 761e1245723e
paper2patent is a skill published in the GitHub repository gabrielmoreira/agent-skills-mirror (17 stars, last pushed yesterday), licensed MIT. It adds 64 tokens to every session and 1,027 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to paper2patent, differing in 0 lines, and is treated as a copy.
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.