中国专利.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-disclosuregit 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-disclosure)<a href="https://agentmods.dev/skills/handsomestwei/patent-disclosure-skill/patent-disclosure"><img src="https://agentmods.dev/badge/skills/handsomestwei/patent-disclosure-skill/patent-disclosure/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-disclosure"><img src="https://agentmods.dev/badge/skills/handsomestwei/patent-disclosure-skill/patent-disclosure.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 24 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00040 | $0.00502 |
| Opus 5 | $0.00020 | $0.00251 |
| Sonnet 5 | $0.00008 | $0.00100 |
| Haiku 4.5 | $0.00004 | $0.00050 |
Grade A, and why
patent-disclosure 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 3d 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
交底书编写
分步指令在 prompts/(本包内)。发明 / 实用新型 / 外观是包内三个目录,不是三个可触发技能。
| 步骤 | 文件 |
|---|---|
| Step 1 | prompts/intake.md |
| Step 2 | prompts/project_scan.md |
| Step 3–4 | prompts/invention/ · utility_model/ · design/ 挖点 |
| 填表 / 线稿 | prompts/fill_*、image_gen.md、*_lineart_*.md;外观视图口径 references/design_view_cnipa.md |
| Step 5 | prompts/prior_art_search.md(轻量查新,一词一页) |
| Step 6 | prompts/disclosure_preview.md |
| Step 7 | 对应类型 disclosure_builder.md + template_reference.md |
| Step 8 | prompts/disclosure_self_check.md |
| 迭代 | iteration_context.md / merger.md / correction_handler.md |
查新工具:tools/crawl/cnipa_epub_search.py。整仓安装时路径为 skills/patent-disclosure/tools/crawl/cnipa_epub_search.py。著录检索不在本包,禁止当查新引擎调用。
交底交付后不要自动进入申请文件;用户点名并给出本目录后,再走 skills/patent-application/SKILL.md。
--type 与 intake 一致;两段式:关键词 → EPUB_CLASS_HINT / IPC·LOC → --class;不足 4 条则同分类号回补第一轮。
线稿、CAD、公式、Word 出图用本包 tools/(browser.py、mermaid_render.py、md_to_docx.py 等)。
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.
- examples/example_batch_job_scheduler/knowledge/docs/architecture.md 2.1 KB
- examples/example_batch_job_scheduler/knowledge/docs/README.md 1.1 KB
- examples/example_batch_job_scheduler/knowledge/docs/sample_architecture_review.docx 38 KB
- examples/example_batch_job_scheduler/knowledge/docs/sample_assets/sample_fig_modules.png 2.5 KB
- examples/example_batch_job_scheduler/knowledge/docs/sample_assets/sample_fig_queue.png 1.7 KB
- examples/example_batch_job_scheduler/knowledge/docs/sample_scheduler_deck.pptx 33 KB
- examples/example_batch_job_scheduler/knowledge/meeting_notes_intake_example.md 731 B
- examples/example_batch_job_scheduler/knowledge/pkg/scheduler/heartbeat.go 553 B
- examples/example_batch_job_scheduler/knowledge/pkg/scheduler/reorder.go 1.4 KB
- examples/example_batch_job_scheduler/knowledge/pkg/scheduler/scorer.go 497 B
- examples/example_batch_job_scheduler/knowledge/pkg/scheduler/types.go 866 B
- examples/example_batch_job_scheduler/README.md 578 B
- examples/example_design_desk_lamp/knowledge/assets/mi_desk_lamp_pro.jpg 168 KB
- examples/example_design_desk_lamp/knowledge/assets/view_arm_detail.jpg 104 KB
- examples/example_design_desk_lamp/knowledge/assets/view_joint_detail.jpg 100 KB
- examples/example_design_desk_lamp/knowledge/assets/view_packaging.jpg 948 KB
- examples/example_design_desk_lamp/knowledge/assets/view_perspective.jpg 196 KB
- examples/example_design_desk_lamp/knowledge/assets/views_ortho.jpg 162 KB
- examples/example_design_desk_lamp/knowledge/docs/design_brief.md 785 B
- examples/example_design_desk_lamp/README.md 3.3 KB
- examples/example_utility_model_ev_powertrain/knowledge/assets/photo_motor_pcu.jpg 123 KB
- examples/example_utility_model_ev_powertrain/knowledge/docs/structure_brief.md 10 KB
- examples/example_utility_model_ev_powertrain/README.md 3.7 KB
- examples/README.md 668 B
- prompts/correction_handler.md 4.5 KB
- prompts/design_lineart_assist.md 5.5 KB
- prompts/design/disclosure_builder.md 4.8 KB
- prompts/design/patent_points.md 3.0 KB
- prompts/design/template_reference.md 2.0 KB
- prompts/disclosure_preview.md 2.5 KB
- prompts/disclosure_self_check.md 13 KB
- prompts/fill_appearance_schema.md 3.7 KB
- prompts/fill_structure_schema.md 3.9 KB
- prompts/image_gen.md 4.7 KB
- prompts/intake.md 3.0 KB
- prompts/invention/disclosure_builder.md 24 KB
- prompts/invention/patent_points_analyzer.md 1.3 KB
- prompts/invention/template_reference.md 14 KB
- prompts/iteration_context.md 5.8 KB
- prompts/merger.md 5.6 KB
- prompts/prior_art_search.md 15 KB
- prompts/project_scan.md 11 KB
- prompts/structure_lineart_assist.md 7.5 KB
- prompts/structure_lineart_compose.md 5.3 KB
- prompts/utility_model/disclosure_builder.md 5.0 KB
- prompts/utility_model/patent_points.md 3.7 KB
- prompts/utility_model/template_reference.md 1.7 KB
- README.md 2.2 KB
- references/design_view_cnipa.md 2.8 KB
- references/formulas/paradigms.yaml 9.9 KB
- references/formulas/README.md 2.5 KB
- references/patent_type_search.yaml 2.8 KB
- references/schemas/appearance.schema.yaml 2.2 KB
- references/schemas/design_lineart_brief.schema.yaml 3.0 KB
- references/schemas/figure_plan.schema.yaml 7.8 KB
- references/schemas/formula_plan.schema.yaml 3.2 KB
- references/schemas/README.md 1.8 KB
- references/schemas/structure_callout_anchors.schema.yaml 2.3 KB
- references/schemas/structure_lineart_brief.schema.yaml 3.8 KB
- references/schemas/structure_lineart_compose.schema.yaml 2.9 KB
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.
- 3d ago Changed 47bcb2611aec
- 4d ago Changed · +1 lines da7d2bae1ceb
- 8d ago First seen · 27 lines · 40 tokens per session scan A 49e4440a815b
patent-disclosure is a skill published in the GitHub repository handsomestWei/patent-disclosure-skill (9,222 stars, last pushed today), licensed MIT. It adds 40 tokens to every session and 502 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
clawhub-content-rights-correspondence
Use when drafting, sending, or preserving email correspondence for an existing ClawHub content rights case.
compliance-checker
Check affiliate content for FTC compliance and platform rules. Triggers on: "check my content for compliance", "FTC disclosure check", "is this legal", "review for compliance", "check affiliate disclosure", "am I FTC compliant", "audit my content", "compliance review", "legal check", "platform rules check", "check…
claim-analysis
Deep claim scope analysis — decompose independent/dependent claims and assess protection scope breadth. Budget: 30 patent families, 30 claim parses, 20 web searches.
competitive-intelligence
Analyze competitor IP portfolios — comparative patent portfolio reports with strategy inference. Budget: 120 patent families, 15 claim parses, 40 web searches.
appropriateness-bounding
Establish acceptability standards through RAND/UCLA Appropriateness Method or Consensus Conference protocols.
knowledge-base-management
A lifecycle system for managing an Obsidian knowledge base, which is a folder of linked notes. It organizes raw material, AI-maintained wiki pages, and generated views into separate layers.