doubao-patent-drafting

Drafts Chinese invention and utility model patent application documents from technical disclosure materials.

2|Updated Aug 9, 2026
One-click install
npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill doubao-patent-drafting-deepjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doubao-patent-drafting
Source: https://github.com/DeepJH/doubao-skill-and-info/tree/main/skills/doubao-patent-drafting
Command: npx skills add https://github.com/DeepJH/doubao-skill-and-info --skill doubao-patent-drafting-deepjh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve? Writing a Chinese patent application from a technical disclosure requires disciplined material auditing, claim construction, specification drafting, and format compliance checks; doing this ad hoc produces fabricated facts, bloated claims, and non-compliant documents. ## Core Features & Use Cases - Three-Stage Drafting Workflow: Runs material audit (fact grading A/B/C/D), claims drafting (essential feature tests, evidence-based generalization), and specification/abstract writing into a single draft.md. - Automated Compliance Build: Compiles draft.md into a Word document via a pure-standard-library Python script enforcing 20 mechanical checks (claim numbering, reference chains, abstract length, internal-term leakage). - Use Case: A user provides a technical disclosure for a layered temperature-controlled food warming cabinet and receives a reviewed docx containing claims, specification, and abstract, plus a list of items the applicant must confirm before filing. ## Quick Start Ask the assistant to draft a Chinese patent application from your technical disclosure document and let it run the full audit, claims, specification, and build workflow.

Frequently Asked Questions about doubao-patent-drafting

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I draft a Chinese patent application from a technical disclosure?

Provide the technical disclosure and the skill runs three stages: material audit with fact grading, claims drafting with essential-feature tests, then specification and abstract writing. The final draft.md is compiled into a Word document by a build script.

What checks does the patent build script perform?

The patent_build.py script runs 20 mechanical checks covering claim numbering continuity, single-sentence claim format, dependent claim reference validity, abstract length under 300 characters, figure consistency, and leakage of internal tool names into the legal text.

Can it handle utility model patents versus invention patents?

Yes, it distinguishes the two types and enforces their rules. Utility model claims must contain only product shape or structure features; any method step feature in a utility model claim is flagged as a failure by check C4.

Does the patent drafting script require external Python packages?

No, patent_build.py uses only the Python standard library and is compatible with Python 3.8 and later. It explicitly forbids installing third-party packages via pip.

What happens if the Word document build fails?

The skill defines a fallback path: deliver the full draft.md text plus a manual self-check against key checks C2, C3, and C5, and explain in natural language why the Word file could not be generated.