patent-software-ip

patent-software-ip is a skill for Claude Code from jaccen/Awesome-Gaussian-Skills. It costs 104 tokens per session (4,211 once invoked), scanned A, original, Apache-2.0.

A document-generation guide for preparing Chinese invention-patent materials and software-copyright documents from AI or big-data code, project documents, and research papers. It includes claims, a patent description, an abstract, and supporting software materials.

In plain words
What is it for?
Use it to prepare CNIPA patent materials, where CNIPA is China’s patent authority, or software-copyright materials for supported AI and big-data projects.
Why use it?
It structures the path from technical project evidence to intellectual-property documents and includes domain classification, prior-art checks, and self-review.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to prepare CNIPA patent materials, where CNIPA is China’s patent authority, or software-copyright materials for supported AI and big-data projects.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jaccen/awesome-gaussian-skills/patent-software-ip
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 jaccen/Awesome-Gaussian-Skills --skill patent-software-ip
Clone the repo
git clone --depth 1 https://github.com/jaccen/Awesome-Gaussian-Skills

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-software-ip

README.md
[![agentmods](https://agentmods.dev/badge/skills/jaccen/awesome-gaussian-skills/patent-software-ip/github.svg)](https://agentmods.dev/skills/jaccen/awesome-gaussian-skills/patent-software-ip)
Your own site
<a href="https://agentmods.dev/skills/jaccen/awesome-gaussian-skills/patent-software-ip"><img src="https://agentmods.dev/badge/skills/jaccen/awesome-gaussian-skills/patent-software-ip/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-software-ip

Your own site · 80×15
<a href="https://agentmods.dev/skills/jaccen/awesome-gaussian-skills/patent-software-ip"><img src="https://agentmods.dev/badge/skills/jaccen/awesome-gaussian-skills/patent-software-ip.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 104 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,211 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 pass 7 Sept 2026
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.00104 $0.04211
Opus 5 $0.00052 $0.02106
Sonnet 5 $0.00021 $0.00842
Haiku 4.5 $0.00010 $0.00421

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

Security

Grade A, and why

patent-software-ip 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 6d 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-software-ip/SKILL.md · 311 lines

How it starts

The opening of the file, as written. The whole thing — 311 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Generate CNIPA invention patent documents or CPCC software copyright materials from AI / big-data project code, design docs, and research papers.

Covers 7 AI domains + Big Data (23 sub-directions), 11 claim templates.

Full version (Chinese, with Word/PPT output): see AI-Copyright-Skill project.

Triggers

patent / claims / specification / software copyright / disclosure / IP application / paper-to-patent / /patent-software-ip

Overall Flow

Phase A  Requirement Diagnosis -> path + domain classification + risk level
Phase B  Project Analysis -> auto-detect domain + extract key technical points
Phase C  Generation (branch by path)
  C1 Patent: prior art search -> claims (11 templates) -> 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/inventor info, existing materials.

Auto domain classification (see Section "AI Domain Taxonomy" below).

Gate: 3-5 line diagnosis summary including domain + risk level.

AI Domain Taxonomy

Domain Sub-directions High-Risk Flags
D1 Perceptual Intelligence 2D vision, 3D vision, multi-sensor fusion 3D vision: bind 4-stage pipeline
D2 Cognition & Language NLP, multimodal LLM, RAG, knowledge graph RAG: show full 5-stage chain
D3 Generative AI Diffusion, LLM text gen, cross-modal gen, AIGC watermark Must bind condition injection method; pure content gen = rejected
D4 Decision & Interaction Embodied AI, reinforcement learning, multi-agent Must bind sensor + actuator; RL: bind reward to concrete task
D5 AI Engineering Training/fine-tuning, inference deployment, data engineering, edge IoT Training: bind to specific model architecture; inference: bind to hardware
D6 AI Safety & Governance Adversarial robustness, watermark/tracing, privacy, alignment, 3DGS provenance Need concrete technical measure, not policy-level description. 3DGS IP: reference GaussTrace (ICML 2026) for evidence-driven provenance graphs
D7 Industry Applications Autonomous driving, industrial, medical, financial, AI4Science Must bind data processing means; financial: bind to data analysis
D8 Big Data Distributed computing, data pipeline, stream processing, data quality, real-time analytics Must bind to specific application scenario; pure platform = rejected

Read the full file on GitHub · 311 lines

Files

What ships with it

3 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. 6d ago Changed · +4 lines 0437bdfa58bc
  2. 12d ago First seen · 307 lines · 104 tokens per session scan A 5313a8d58654

Subscribe to this mod's changes

patent-software-ip is a skill published in the GitHub repository jaccen/Awesome-Gaussian-Skills (151 stars, last pushed 6d ago), licensed Apache-2.0. It adds 104 tokens to every session and 4,211 once invoked, about $0.0005 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-08-30.

Related

Other skills, from other repositories

html-ppt-zhangzara-stencil-tablet

A workplace-safety compliance review for a manufacturing regulator — findings, the evidence chain, and the corrective mandate. Built as a decision-grade policy briefing deck for regulator, plant leadership.

nexu-io/open-design · 49 tokens

treatment-plans

Format and structurally validate local treatment-plan documentation after clinical decisions have already been supplied and verified by authorized licensed professionals. Use for source traceability, clinician-authored intervention records, goals and checkpoints, shared-decision records, reconciliation handoffs, and…

K-Dense-AI/scientific-agent-skills · 62 tokens

handbook-updates

Diff a proposed handbook change against the current version, flag ripple effects and state supplement impacts. Use when user says "update the handbook", "add this to the handbook", "handbook change", or has a policy ready for insertion.

anthropics/claude-for-legal · 52 tokens

software-copyright-materials

A workflow for creating Chinese application materials for software copyright registration from a real software project.

Fokkyp/SoftwareCopyright-Skill · 97 tokens

iflytek-contract-intelligence-review

A contract-review workflow for scanned or digital agreements. It can recognize document text, examine clauses, detect risks, check compliance, and create translation summaries; its output is for review and is not formal legal advice.

iflytek/iFly-Skills · 116 tokens

legal-writer

Legal document drafting -- contracts, memos, briefs, complaints, demand letters, opinions, discovery, settlements, ToS, privacy policies. Full pipeline: document structure, per-section writing, Bluebook citation, case law lookup (CourtListener API), regulation lookup (eCFR API), DOCX output, and TDD-style verification…

kortix-ai/suna · 161 tokens