← 返回 Skills 市场
software-copyright
作者
Grancy-zgs
· GitHub ↗
· v1.0.0
· MIT-0
86
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install software-copyright-doc-generator
功能描述
用于生成软件著作权申请相关文档的工具。当用户需要填写软件著作权登记表、生成软件说明书、创建技术文档、准备软著申请材料时使用。支持中国软件著作权登记所需的各类文档模板和信息收集。
安全使用建议
This skill appears to do what it says: generate soft著 application forms, manuals, and a source-code checklist. Before using it: (1) Do not submit full confidential source code or secrets — only provide the minimal code excerpts required for registration (front/back pages), and redact any sensitive data or keys. (2) Expect the script to call pip to install python-docx if it's not present — run in a controlled Python environment or virtualenv if you prefer. (3) Review generated legal/technical statements for accuracy (the skill helps draft documents but is not a legal advisor). (4) If you need offline use, run the included scripts locally rather than pasting code into a web UI. Overall the package is coherent and proportionate to its stated purpose.
功能分析
Type: OpenClaw Skill
Name: software-copyright-doc-generator
Version: 1.0.0
The skill bundle is designed to generate software copyright application documents but contains a high-risk implementation in `scripts/generate_docs.py`. Specifically, the script uses `os.system("pip install python-docx")` to automatically install missing dependencies, which is a shell execution vulnerability. While this behavior appears intended for user convenience rather than malice, the use of unvalidated shell commands to modify the system environment is a significant security risk. No evidence of data exfiltration or intentional backdoors was found.
能力评估
Purpose & Capability
Name/description match the included files: SKILL.md, templates, reference docs, and a Python script that generates application forms, manuals, and a technical-doc checklist. The requested inputs (software metadata, excerpts of source code) are appropriate and proportionate for producing soft著 materials.
Instruction Scope
SKILL.md confines actions to collecting user-provided software information and producing documents; it does not instruct reading system files, accessing networks, or using unrelated credentials. Note: the guidance to remove comments and empty lines from submitted source before formatting is unusual but aligns with the referenced submission rules; users should avoid sending secrets or private keys in source excerpts.
Install Mechanism
There is no declared install spec, but scripts/generate_docs.py will attempt to install python-docx at runtime via os.system('pip install python-docx') if the package is missing. This is a moderate operational concern (runtime package installation) but not unexpected for an instruction-only skill that produces .docx files. No external downloads or obscure URLs are used.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not read environment secrets or request unrelated tokens. The inputs it needs (software metadata and source excerpts) are appropriate for its purpose.
Persistence & Privilege
Skill is not marked always:true, does not request persistent system-wide configuration, and contains no autonomous privilege-escalating behaviors. It only writes generated documents to an output directory supplied at runtime.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install software-copyright-doc-generator - 安装完成后,直接呼叫该 Skill 的名称或使用
/software-copyright-doc-generator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
软件著作权文档生成器,用于生成软著申请所需的各类文档
元数据
常见问题
software-copyright 是什么?
用于生成软件著作权申请相关文档的工具。当用户需要填写软件著作权登记表、生成软件说明书、创建技术文档、准备软著申请材料时使用。支持中国软件著作权登记所需的各类文档模板和信息收集。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 86 次。
如何安装 software-copyright?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install software-copyright-doc-generator」即可一键安装,无需额外配置。
software-copyright 是免费的吗?
是的,software-copyright 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
software-copyright 支持哪些平台?
software-copyright 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 software-copyright?
由 Grancy-zgs(@grancy-zgs)开发并维护,当前版本 v1.0.0。
推荐 Skills