中国专利.skill is a Chinese-language agent skill for finding patentable ideas, writing patent disclosure documents, explaining published patents, tracking examination policies, and helping prepare examination responses. It is for developers and researchers working with Chinese invention, utility-model, and design patents, with workflows that can store related research in Obsidian.
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 handsomestWei/patent-disclosure-skill --skill patent-readergit clone --depth 1 https://github.com/handsomestWei/patent-disclosure-skillWrote 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/handsomestwei/patent-disclosure-skill/patent-reader)<a href="https://agentmods.dev/skills/handsomestwei/patent-disclosure-skill/patent-reader"><img src="https://agentmods.dev/badge/skills/handsomestwei/patent-disclosure-skill/patent-reader/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/handsomestwei/patent-disclosure-skill/patent-reader"><img src="https://agentmods.dev/badge/skills/handsomestwei/patent-disclosure-skill/patent-reader.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.00031 | $0.00224 |
| Opus 5 | $0.00015 | $0.00112 |
| Sonnet 5 | $0.00006 | $0.00045 |
| Haiku 4.5 | $0.00003 | $0.00022 |
Grade A, and why
patent-reader 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 6d 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
专利通俗解读
Readprompts/patent_plain_reader.md- 实用新型或外观:
Readprompts/type_hooks.md+prompts/fill_* - 笔记 / 自检:
obsidian_ofm_companion.md、patent_reader_self_check.md
工具在 tools/(本包 extract/ · analyze/ · vault/)。
中间产物:用户工作区 outputs/patent_reader/。PDF:tools/extract/fetch_patent_pdf.py;入库:tools/vault/write_patent_obsidian_note.py。
与交底互斥:解读不跑交底 Step 1–8。
What ships with it
60 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.
- assets/obsidian/_专利解读索引.template.md 1.8 KB
- assets/obsidian/glossary.base.yaml 542 B
- assets/obsidian/graph_color_groups.json 790 B
- assets/obsidian/patent-reader.css 1.5 KB
- assets/obsidian/patents.base.yaml 1.9 KB
- assets/obsidian/README.md 578 B
- assets/patent_note_template.md 3.5 KB
- docs/obsidian-setup-guide.md 4.7 KB
- examples/example_patent_reader/README.md 2.8 KB
- prompts/fill_appearance_schema.md 1.7 KB
- prompts/fill_structure_schema.md 1.6 KB
- prompts/obsidian_ofm_companion.md 2.3 KB
- prompts/obsidian_plugin_guide.md 1.6 KB
- prompts/patent_plain_reader.md 20 KB
- prompts/patent_reader_self_check.md 1.4 KB
- prompts/type_hooks.md 1.9 KB
- README.md 1.4 KB
- references/ipc_application_hints.yaml 3.5 KB
- references/patent_domain_rules.yaml 1.0 KB
- references/patent_obsidian_format.md 7.9 KB
- references/patent_pdf_sources.yaml 3.5 KB
- references/schemas/appearance.schema.yaml 1.9 KB
- references/schemas/structure.schema.yaml 1.4 KB
- tests/__init__.py 4 B runs code
- tests/fixtures/patent_reader_sample.txt 801 B
- tests/test_desc_paragraphs.py 4.2 KB runs code
- tests/test_extract_patent_text.py 1.3 KB runs code
- tests/test_fetch_patent_pdf.py 3.4 KB runs code
- tests/test_note_cites.py 4.3 KB runs code
- tests/test_patent_reader_debt_fixes.py 38 KB runs code
- tests/test_patent_reader_links.py 5.4 KB runs code
- tests/test_patent_reader_p0_p2.py 4.7 KB runs code
- tests/test_patent_reader_pipeline.py 8.2 KB runs code
- tests/test_schema_vault.py 3.0 KB runs code
- tools/__init__.py 235 B runs code
- tools/analyze/__init__.py 28 B runs code
- tools/analyze/build_claim_mermaid.py 1.5 KB runs code
- tools/analyze/build_context_anchor.py 8.3 KB runs code
- tools/analyze/lint_patent_note.py 8.6 KB runs code
- tools/analyze/validate_claim_tree.py 3.9 KB runs code
- tools/analyze/validate_public_clues.py 6.1 KB runs code
- tools/browser.py 5.0 KB runs code
- tools/crawl/cnipa_epub_crawler.py 18 KB runs code
- tools/crawl/cnipa_epub_parse.py 19 KB runs code
- tools/crawl/requirements-cnipa.txt 248 B
- tools/extract/__init__.py 28 B runs code
- tools/extract/extract_patent_figures.py 2.9 KB runs code
- tools/extract/extract_patent_text.py 13 KB runs code
- tools/extract/fetch_design_views.py 15 KB runs code
- tools/extract/fetch_patent_pdf.py 11 KB runs code
- tools/extract/figure_extract.py 18 KB runs code
- tools/patent_type.py 9.1 KB runs code
- tools/README.md 4.2 KB
- tools/requirements.txt 68 B
- tools/shared/__init__.py 27 B runs code
- tools/shared/common.py 27 KB runs code
- tools/stdio_utf8.py 1.4 KB runs code
- tools/vault/__init__.py 26 B runs code
- tools/vault/build_patent_canvas.py 6.2 KB runs code
- tools/vault/check_obsidian_env.py 6.5 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.
- 6d ago First seen · 17 lines · 31 tokens per session scan A 40103db2dbee
patent-reader is a skill published in the GitHub repository handsomestWei/patent-disclosure-skill (8,909 stars, last pushed yesterday), licensed MIT. It adds 31 tokens to every session and 224 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-09-03.
Other skills, from other repositories
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.
law-to-markdown
A legal-document conversion skill for turning PDF, Word, or plain-text regulations into structured Markdown. Markdown is a text format that uses simple symbols for headings and lists.
pdf-courseware-to-obsidian
A workflow that turns local PDF or PowerPoint course materials into structured Chinese study notes in an Obsidian vault. Obsidian is a note-taking app that stores linked Markdown files and related images.
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.
pdf-reader
Extract text from PDF files. Use when reading, parsing, or analyzing PDFs.