From light
Generates draft materials for Chinese software copyright registration and patent applications, including code/document formatting, patentability screening, and claims drafting. Outputs require professional review.
How this skill is triggered — by the user, by Claude, or both
Slash command
/light:light-ip-applicationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
本技能产出为**草稿与辅助梳理**,不构成法律意见。软著/专利最终文本须由专业代理人或法律人员审核;材料不得虚构或夸大(联动 a10)。
本技能产出为草稿与辅助梳理,不构成法律意见。软著/专利最终文本须由专业代理人或法律人员审核;材料不得虚构或夸大(联动 a10)。
软著只做形式登记,不审查代码质量/新颖性,确认权属与完成时间。
databases/db08-ip-materials/resources_real.md §2(带 last_checked + CPCC 指南 source_pointer),页数/行数口径提交前以 CPCC 当期指南核查;脚本 scripts/copyright_source_prep.py 按此规则生成提交文本。references.md「专利附图规范」节。专利附图走黑白矢量线条链路,不套论文数据图的配色/样式。方法流程图/装置结构框图可用 Draw.io MCP 出 diagram-as-code(.drawio 即 XML,黑白线条、可程序化生成、便于按代理人意见反复改稿、导出矢量),正合专利附图要求;输出后仍按上述规范核(标记线、术语与权利要求一致)。配置见 README 推荐 MCP 表。按数据范围选检索系统(端点/字段码/认证/限流的逐条硬信息见 references.md,此处只给选用指引):
| 范围 | 系统 | 要点 |
|---|---|---|
| 中国专利(权威) | CNIPA 专利检索及分析 | 需登录免费、无公开 API,高级字段+法律状态筛选 |
| 全球免费 | Google Patents | URL 参数检索;大规模走 BigQuery 公开数据集 |
| PCT/跨语言 | WIPO PATENTSCOPE | 字段码 + CLIR,中文查外文在先技术 |
| 欧洲机读 | EPO OPS API | OAuth2 + CQL,红绿灯节流 |
| 专利↔论文 | The Lens API | 专利与学术一体,可免费授权 |
| 美国 | USPTO(data.uspto.gov) | PatentSearch API,端点已迁 ODP |
| 非专利文献 | OpenAlex | 补论文型在先技术(接入口径见 m01) |
脚本能力边界(诚实声明,避免读成"七源都能程序化查"):上表里
scripts/patent_search.py真正能程序化取数的只有 OpenAlex(论文型 NPL,非专利库);The Lens / EPO OPS / USPTO ODP 脚本只构造请求体(需你自带凭证才能发起,无凭证实测 401);CNIPA / Google Patents / WIPO PATENTSCOPE 无脚本,须人工登录网页或走 BigQuery 检索。即专利库的真实在先技术检索仍以人工网页/机构账号为主,脚本是 NPL 补充 + 带凭证时的请求脚手架。
scripts/patent_search.py:在先技术检索辅助。OpenAlex /works 做 NPL(非专利文献)检索(2026 起需免费 key,经 --api-key/环境变量 OPENALEX_API_KEY 透传,接入口径见 m01 真相源;per_page 上限 200),并为 The Lens / EPO OPS / USPTO ODP 构造请求体(这三者需自带凭证,实测均 401=需鉴权)。注:脚本本身不直接查专利库,专利库实查须人工网页或带凭证发起(见上"脚本能力边界")。
python scripts/patent_search.py "关键词" --from-year 2015 --per-page 10 --mailto [email protected] --api-key $OPENALEX_API_KEYpython scripts/patent_search.py --print-adapters(打印专利库请求模板)python scripts/patent_search.py "关键词" --free-urls --cpc H01M --before 2020-01-01(无 API key 主力查新路径:生成 CNIPA pss-system / Google Patents / Lens / WIPO 的"点开即用"高级检索链接,Google Patents 带 before:priority 卡优先日、CPC 收敛——弥补无凭证拿不到专利库结果的空白)python scripts/patent_search.py --selftest(离线自测,不联网)scripts/copyright_source_prep.py:软著源码材料整理。按"50 行/页、≤60 页全交否则前 30+后 30 页、页眉含全称+版本、注释脱敏"规则生成提交文本。脱敏覆盖邮箱/手机/密钥赋值/PEM 私钥/IPv4/长 base64-hex 串,输出末尾报命中数 + 明示"仅正则粗筛不保证完备,须人工复核"(不给"已彻底脱敏"错觉);页数另报"有效代码行数"(排除 FILE 标记行/空行,避免虚增页数误判够不够 60 页)。
python scripts/copyright_source_prep.py --src <代码目录> --name "全称" --version V1.0 --out submit_source.txtpython scripts/copyright_source_prep.py --selftesttemplates/disclosure_template.md:技术交底书模板。templates/claims_template.md:权利要求书草案(方法+装置+介质组合布局)。templates/specification_template.md:说明书草案(按审查指南顺序)。templates/copyright_checklist.md:软著材料清单核对表。软著:全套草稿材料(套 templates/copyright_checklist.md)+ 源码整理(copyright_source_prep.py)+ 截图整理建议。
专利:可专利性分析 + 交底书(disclosure_template.md)+ 权利要求草案(claims_template.md)+ 说明书草案(specification_template.md)+ 检索证据(patent_search.py)+ 附图清单 + "需代理人审核"标注。
落盘工件名(CONVENTIONS §6.1,下游 orchestrator/a08 按名调度):专利 ip/disclosure_draft.md + ip/claims_draft.md + ip/specification_draft.md;软著 ip/copyright_package/。
技术内容取自 m05/a03/a04/m07;软著功能说明与专利背景技术/发明内容可复用论文(m07)对应段落——专利的"要解决的技术问题/有益效果"与论文 Introduction/Results 高度同源,软著功能说明亦可借论文方法与结果段。附图交 m11(专利附图规范见 m11 references「专利附图规范」节,黑白线条+图号标记规范);与论文/系统保持一致(a07);材料入 db09。检索与权属风险上报 a10。交付前过 a08(light-self-review)自检闸门。
检索工具真实端点/参数、撰写规范要点与已知坑详见 references.md。
npx claudepluginhub light0305/light-skillsCreates complete USPTO-ready patent applications from invention disclosure: prior art search, claims drafting, specification writing, diagrams, abstract, compliance checks, and IDS preparation.
Converts code repositories into Chinese invention patent drafts. Extracts technical implementation evidence, generates algorithm/software disclosure documents, claim layouts, and patent drafts for patent attorneys and developers.
Provides IP guidance for developers: prior art searches, patentability assessments, claim drafting, strategy advice, full patent drafts, and FTO analysis. Informational only.