patent-disclosure

patent-disclosure is a skill for Claude Code from handsomestWei/patent-disclosure-skill. It costs 40 tokens per session (502 once invoked), scanned A, original, MIT.

A guided workflow for finding patentable ideas, doing a limited prior-art search, and drafting a Chinese patent disclosure document. A disclosure document describes an invention for later patent drafting.

In plain words
What is it for?
It is for reviewing a project, identifying invention points, checking related patents, preparing drawings or formulas, and producing a draft disclosure.
Why use it?
It breaks a large patent-preparation task into steps for invention, utility-model, and design applications.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit It is for reviewing a project, identifying invention points, checking related patents, preparing drawings or formulas, and producing a draft disclosure.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/handsomestwei/patent-disclosure-skill/patent-disclosure
About the project

中国专利.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.

handsomestWei/patent-disclosure-skill · 9,222 stars · on GitHub · skillhub.cn

Install

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.

Any agent
npx skills add handsomestWei/patent-disclosure-skill --skill patent-disclosure
Clone the repo
git clone --depth 1 https://github.com/handsomestWei/patent-disclosure-skill

Made for: Claude Code.

Wrote 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.

agentmods badge for patent-disclosure

README.md
[![agentmods](https://agentmods.dev/badge/skills/handsomestwei/patent-disclosure-skill/patent-disclosure/github.svg)](https://agentmods.dev/skills/handsomestwei/patent-disclosure-skill/patent-disclosure)
Your own site
<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.

agentmods 80×15 button for patent-disclosure

Your own site · 80×15
<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>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 502 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
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.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 3d ago against content hash 47bcb2611aec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/patent-disclosure/SKILL.md · 28 lines

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.pymermaid_render.pymd_to_docx.py 等)。

Files

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.

Changes

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.

  1. 3d ago Changed 47bcb2611aec
  2. 4d ago Changed · +1 lines da7d2bae1ceb
  3. 8d ago First seen · 27 lines · 40 tokens per session scan A 49e4440a815b

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories