← Back to Skills Marketplace
jaccen

Patent Software Ip

by jaccen · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
82
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install patent-software-ip
Description
Generate Chinese patent application docs (claims, specification, abstract) and software copyright registration materials (manual, source code doc) from code/...
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install patent-software-ip
  3. After installation, invoke the skill by name or use /patent-software-ip
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug patent-software-ip
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Patent Software Ip?

Generate Chinese patent application docs (claims, specification, abstract) and software copyright registration materials (manual, source code doc) from code/... It is an AI Agent Skill for Claude Code / OpenClaw, with 82 downloads so far.

How do I install Patent Software Ip?

Run "/install patent-software-ip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Patent Software Ip free?

Yes, Patent Software Ip is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Patent Software Ip support?

Patent Software Ip is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Patent Software Ip?

It is built and maintained by jaccen (@jaccen); the current version is v1.0.0.

💬 Comments