← 返回 Skills 市场
jaccen

Patent Software Ip

作者 jaccen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
82
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install patent-software-ip
功能描述
Generate Chinese patent application docs (claims, specification, abstract) and software copyright registration materials (manual, source code doc) from code/...
使用说明 (SKILL.md)

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:

  1. Method + System claims in pairs
  2. Independent: preamble (prior art common features) + "characterized by" (essential features)
  3. Dependent: "according to claim X..." with further limitation
  4. Every step must link to system component ("executed via GPU parallel computing unit")
  5. 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.

安全使用建议
This skill appears suitable for its stated purpose. Before installing or invoking it, make sure you only provide code and design materials you are comfortable processing for IP documentation, review any external search queries for confidential terms, and manually check the final patent or copyright files for secrets and personal data.
功能分析
Type: OpenClaw Skill Name: patent-software-ip Version: 1.0.0 The skill bundle 'patent-software-ip' is a specialized tool designed to assist in generating Chinese patent applications and software copyright documentation. The instructions in SKILL.md outline a legitimate workflow including requirement diagnosis, project analysis, prior-art search, and document generation with specific emphasis on 'desensitization' to remove sensitive information like API keys and personal data from the output. There are no indicators of malicious intent, data exfiltration, or unauthorized execution; the network access for prior-art searches is consistent with the stated purpose.
能力评估
Purpose & Capability
The requested access to code, design documents, applicant/inventor details, and prior-art search is sensitive but directly aligned with generating patent and software-copyright deliverables.
Instruction Scope
The workflow includes user-confirmation gates and self-checks, but it also instructs online searching, so users should avoid exposing confidential invention details in search queries.
Install Mechanism
No install spec, helper code, binaries, environment variables, or credentials are present; this is an instruction-only skill.
Credentials
Reading project code and generating source-code excerpts is proportionate to the stated purpose, and the skill explicitly calls for desensitization of secrets and private details.
Persistence & Privilege
The only persistence described is writing generated documents under an outputs/{case-id}/ directory; there is no evidence of background workers, privilege escalation, or autonomous persistence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install patent-software-ip
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /patent-software-ip 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of patent-software-ip skill. - Generates Chinese patent application documents (claims, specification, abstract) and software copyright materials (manual, source code doc) from code or design docs. - Supports desensitization, prior-art search, and automatic self-check for compliance. - Provides two main output paths: invention patent or software copyright registration. - Stepwise, interactive workflow with iterative correction based on user input. - Output complies with CNIPA and CPCC requirements, including format, terminology, and content structure.
元数据
Slug patent-software-ip
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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。

💬 留言讨论