soft-ip-full-lifecycle-delivery-pro

Software copyright registration document drafting: AI generates all 8 application documents (application form, source code documentation, user manual, rights declaration, etc.) in …

Jackskill

@jinyu12166

What This Skill Does

Generates all 8 required application documents (application form, source code documentation, user manual, rights declaration, etc.) for Chinese software copyright registration. Works best after running the compliance diagnosis skill. All document generation happens locally; only encrypted payment credentials are transmitted via HTTPS for order fulfillment.

Replaces manually drafting each of the 8 required documents for Chinese software copyright filing by generating them all from a single interaction.

When to Use It

  • Generate the complete set of 8 application documents for Chinese software copyright registration
  • Format and annotate source code documentation with page headers, line numbers, and compliance checks
  • Create a user manual framework with functional descriptions and screenshot placeholder annotations
  • Fill in the software copyright application form with standardized names, version numbers, and rights declarations
  • Produce rights ownership templates for cooperative or commissioned development scenarios
  • Cross-check consistency across all generated documents before submission

Install

$ openclaw skills install @jinyu12166/soft-ip-full-lifecycle-delivery-pro

soft-ip-full-lifecycle-delivery-pro

技能概述

软件著作权申报材料全流程生成服务。本技能通过 clawtip 完成支付验证后,由 AI 模型在对话中逐份起草全部 8 项申报材料,用户只需描述软件功能即可。

服务交付方式

本技能是 AI 对话交付型 服务:

  • create_order.py — 创建本地订单文件(仅用于 clawtip 支付验证)
  • 支付由 clawtip 官方钱包处理
  • service.py — 验证支付凭证后,指示 AI 在对话中输出完整申报材料草稿
  • 实际的文档起草由 AI 模型在对话上下文中完成,不依赖外部脚本或模板库

8 项交付文档

#文档说明
1软件著作权登记申请表软件名称、版本号、分类号等标准化填写
2软件说明书功能描述、技术特点、运行环境
3用户操作手册安装指南、操作流程、界面说明
4源程序代码文档 - 前30页核心功能模块代码摘录
5源程序代码文档 - 后30页补充代码及关键算法
6文档材料目录全部提交文件的索引
7权利归属证明开发方声明、合作框架协议模板
8申请材料汇总表跨文档一致性检查清单

建议流程

  1. 先使用 soft-ip-full-lifecycle-zijian 做材料合规性诊断
  2. 材料补充完整后,使用本技能交付正式文档

环境变量配置

变量名必填说明
CLAWTIP_PAY_TOclawtip 商户收款地址(仅用于支付验证)
CLAWTIP_SM4_KEYSM4 加密密钥(仅用于支付凭证加密)

前置条件

openclaw skills install clawtip

🛒 第一阶段:创建订单

python3 scripts/create_order.py "<软件功能描述>"

本地订单文件路径:~/.openclaw/skills/orders/{indicator}/{order_no}.json 包含字段:orderNo、amount、question。仅用于支付验证。不含任何申报材料或源代码。

成功: ORDER_NO=... AMOUNT=... QUESTION=... INDICATOR=... 失败: 订单创建失败: <详情> → 终止。


💳 第二阶段:支付处理

沙箱测试

npx --yes @clawtip/clawtip-sandbox-cli@1.0.0 pay -o <ORDER_NO> -i <INDICATOR> -v 1.0.12

生产环境

调用 clawtip 钱包:{"orderNo": "<ORDER_NO>", "indicator": "<INDICATOR>"}


🚀 第三阶段:文档生成

python3 scripts/service.py "<order_no>"

成功后,AI 模型将在对话中逐份输出全部 8 项申报材料的可编辑草稿。


数据处理说明

本地存储

文件路径内容
订单文件~/.openclaw/skills/orders/{indicator}/{order_no}.jsonorderNo、amount、question、加密凭证

订单文件仅用于 clawtip 支付验证,不含任何申报材料。

远程传输

本技能自身不发起任何远程 HTTP 请求。支付验证由 clawtip 官方钱包处理。

绝不收集或传输

源代码、申报文档、著作权人信息、公司信息或商业秘密。


版本历史

VersionDateNotes
1.3.12026-07-28Fix SkillSpector findings: inline file_utils and SM4; document delivery specification in service.py
1.3.232026-07-28Previous upload
1.1.02026-07-20Restructured SKILL.md
1.0.12026-07-20Fix payment flow

Top skills in this category