/install patent-software-ip
Patent Application & Software Copyright Generation
Generate CNIPA-format invention patent documents or CPCC software copyright registration materials from AI project code, design docs, and research papers.
Two output paths:
- Patent: Claims + Specification + Abstract (with technical disclosure as intermediate deliverable)
- Software Copyright: Software manual + Source code document
Triggers
patent / claims / specification / software copyright / disclosure / IP application / paper-to-patent / /patent-software-ip
Iteration: When user modifies existing output, enter iterative correction flow directly.
Overall Flow
Phase A Requirement Diagnosis → path selection + basic info
Phase B Project Analysis → extract key technical points
Phase C Generation (branch by path)
C1 Patent: prior art search → claims → specification → abstract → self-check
C2 Software Copyright: manual → source code doc → self-check
Phase D Iterative Correction
Phase A: Requirement Diagnosis
Confirm: path (patent/copyright/both), tech topic, applicant info, inventor info, existing materials.
Gate: 3-5 line diagnosis summary.
Phase B: Project Analysis
Priority: design docs/architecture → core code → papers/reports → README.
Output: Key Points List (core innovations, scheme skeleton, key params, distinctions from prior art, quantifiable effects).
Gate: Present key points list for user confirmation.
Phase C1: Patent Application
C1.1 Prior Art Search
Online search 2-3 rounds: CNIPA patent DB, Google Patents, arXiv. Each result: source ID, scheme summary, limitations.
C1.2 Claims
Structure: Method (1 independent + 3-8 dependent) + System (1 independent + 3-8 dependent, step-by-step correspondence) + Storage Medium (1 independent).
Drafting rules:
- Method + System claims in pairs
- Independent: preamble (prior art common features) + "characterized by" (essential features)
- Dependent: "according to claim X..." with further limitation
- Every step must link to system component ("executed via GPU parallel computing unit")
- Avoid functional limitation; prefer structural/step-based description
AI-specific requirements:
- Training claims must include: data construction, loss function, optimization strategy
- 3D Vision: must include full 4-stage pipeline (capture→sparse→dense→render); rendering step must expand rendering formula
- Generative AI: condition injection step must specify method (cross-attention/adapter/ControlNet) to avoid "pure content generation" rejection
- Embodied AI: every step must bind sensor input + actuator output; include safety constraint dependent claim
- RAG: must show complete 5-stage pipeline (parse→retrieve→rerank→reconstruct→generate)
C1.3 Specification
5-chapter: Tech Field → Background (prior art + defects) → Invention Content (problem + scheme + effects, must be quantified) → Figure Description → Specific Embodiments.
Desensitization: dataset name→"preset dataset", parameter count→"preset-scale model", hardware→"graphics processor", training duration→"preset period", framework→"DL framework", API→"remote interface", company→"institution", specific values→ranges.
Figures: Use fenced mermaid (flowchart TB/LR). Required: system architecture + method flow + (domain-specific: training pipeline, rendering pipeline, data pipeline, etc.).
C1.4 Abstract
≤300 chars. Covers: tech domain + core scheme + main effect. No commercial terms. Replace algorithm names with generic expressions.
C1.5 Self-Check
- Independent claim contains all necessary features
- Dependent claims correctly reference
- Method + System + Medium triple complete
- Specification sufficiently disclosed (enabling)
- Embodiments cover all claim features
- Beneficial effects quantified (not vague)
- Terminology consistent throughout
- Abstract corresponds to claim 1
- Desensitization complete (no company/person/business name leak)
- Figure numbering consistent with references
Phase C2: Software Copyright
C2.1 Software Manual (10-15 pages, ≥6 screenshots)
Structure: Introduction (env + AI capability) → Installation (env + weights + config) → Functions (AI core + data + API + monitoring) → Non-functional → FAQ.
Key notes: Target non-technical reviewers; use [Screenshot: feature name] placeholders; describe deployment/config/monitoring for HCI requirement; declare open-source pre-trained weights outside protection scope.
C2.2 Source Code Document (front 30 + back 30 pages, ≥50 lines/page)
File priority: model.py → train.py → inference.py [all required] → render.py [3D vision] → dataset.py → loss.py → generate.py [Gen-AI] → control.py [Embodied] → retriever.py [RAG] → config.yaml [optional].
Desensitization: Remove API keys, absolute paths, internal addresses, personal info, hardware models, cloud URLs, DB passwords. Retain algorithm comments.
\x3C3000 lines: submit all; >3000: front 1500+back 1500 by priority.
C2.3 Self-Check
Pages ≥15 + Screenshots ≥6 + Feature coverage + Non-tech description + Code pages + Lines per page ≥50 + Name consistency + No secret leaks.
Phase D: Iterative Correction
Identify → Locate → Targeted fix → Save as v{N} → Re-run affected self-check items only. Do NOT re-run full pipeline.
Output
outputs/{case-id}/
├── patent/ claims.md + specification.md + abstract.md + full.md
└── software-copyright/ manual.md + source_code.md
Prohibitions: No skill name/repo path/disclaimers in deliverables. No self-check section in body. No fabricated patent numbers/links. No "approximately" in claims. No commercial terms in abstract.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install patent-software-ip - 安装完成后,直接呼叫该 Skill 的名称或使用
/patent-software-ip触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Patent Software Ip 是什么?
Generate Chinese patent application docs (claims, specification, abstract) and software copyright registration materials (manual, source code doc) from code/... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Patent Software Ip?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install patent-software-ip」即可一键安装,无需额外配置。
Patent Software Ip 是免费的吗?
是的,Patent Software Ip 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Patent Software Ip 支持哪些平台?
Patent Software Ip 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Patent Software Ip?
由 jaccen(@jaccen)开发并维护,当前版本 v1.0.0。