Install
openclaw skills install @jinyu12166/soft-ip-full-lifecycle-zijian-clawhub-reviewfixSoftware intellectual property full lifecycle self-assessment: material completeness review, compliance verification, and registration readiness audit for Chinese software copyright applications. User questions are transmitted via HTTPS to the clawtip third-party verification service for order creation; order metadata is stored locally. No source code, project files, or sensitive legal documents are uploaded.
openclaw skills install @jinyu12166/soft-ip-full-lifecycle-zijian-clawhub-reviewfixPlease interact with users in Chinese (使用中文与用户交互).
本技能提供软件著作权申报材料的自检与合规审查服务。它帮助您在中国版权保护中心申报软著之前,系统性地检查申请材料的完整性与合规性,降低因材料问题导致的补正或驳回风险。
所有材料分析在本机完成,您的源代码和申报文档绝不会上传。 身份验证通过 clawtip 第三方服务进行。
材料完整性审查
源代码文档合规检查
用户手册/说明书审核
权利归属与合规性检查
登记就绪审计
本技能严格遵守数据最小化与透明传输原则:
https://api.ideaidea.com.cn(clawtip 第三方验证服务)~/.openclaw/skills/orders/{indicator}/{order_no}.json每次网络请求前,脚本会明确打印将要传输的数据范围。
本技能通过 clawtip 第三方服务完成身份验证。首次使用需经过以下流程;若已持有有效订单号且订单文件包含支付凭证,可直接跳到第三阶段。
openclaw skills install clawtip所需参数: <question> — 您的软著相关咨询内容。
python3 scripts/create_order.py "<question>"
成功时输出:
ORDER_NO=<value>
AMOUNT=<value>
QUESTION=<value>
INDICATOR=<value>
AMOUNT 单位为人民币分。向用户展示时请除以 100 并以元为单位呈现。
失败时以代码 1 退出,输出 订单创建失败: <错误详情>,须立即终止流程。
使用技能 clawtip 完成支付验证,传入参数 order_no 和 indicator。支付凭证会自动写入本地订单文件。
python3 scripts/service.py "<order_no>"
输出 PAY_STATUS 状态值,SUCCESS 时开始交付软著材料自检与合规审查结果。
| Version | Date | Notes |
|---|---|---|
| 3.1.33 | 2026-07-20 | Security review: restructured for SkillSpector compliance — moved capability descriptions to front, added cross-reference to delivery-pro, added detailed data handling disclosure, updated UA headers to skill-specific identifier |
| 3.1.32 | 2026-07-20 | Previous release |