Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

software-copyright

v1.0.0

用于生成软件著作权申请相关文档的工具。当用户需要填写软件著作权登记表、生成软件说明书、创建技术文档、准备软著申请材料时使用。支持中国软件著作权登记所需的各类文档模板和信息收集。

1· 80·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for grancy-zgs/software-copyright-doc-generator.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "software-copyright" (grancy-zgs/software-copyright-doc-generator) from ClawHub.
Skill page: https://clawhub.ai/grancy-zgs/software-copyright-doc-generator
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install software-copyright-doc-generator

ClawHub CLI

Package manager switcher

npx clawhub@latest install software-copyright-doc-generator
Security Scan
VirusTotalVirusTotal
Suspicious
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

latestvk975thxhq553c0qd857dmr6ez984d33k
80downloads
1stars
1versions
Updated 3w ago
v1.0.0
MIT-0

软件著作权文档生成器

本技能帮助用户根据用户提供的基础软件信息,按照最新的法律和行政规范,自动生成软著申请所需的“申请表核心信息”、“源代码鉴别材料(示例建议)”以及“用户手册/说明书文案”。

工作流程

第一步:收集基本信息,完善申请表关键字段,生成软著申请表

通过交互式表单收集以下必填信息:

  1. 软件基本信息

    • 软件名称(全称)
    • 软件简称(如有)
    • 版本号
    • 开发完成日期
  2. 软件技术信息

    • 编程语言
    • 主要功能简介

根据用户提供的零散信息,扩充并规范化以下内容,并生成软著申请表,内容包括:

  • 软件全称与简称: 建议符合行业习惯的名称。
  • 版本号: 默认为 V1.0(除非用户指定)。
  • 硬件环境: 规范描述(如:处理器、内存、硬盘要求)。
  • 软件环境: 操作系统、开发语言(如 Java 1.8)、数据库(如 MySQL 8.0)、中间件等。
  • 技术特点描述: 用专业术语描述软件的体系结构(如 B/S, C/S, 微服务)、创新点。

第二步:撰写功能简述(重点)

将用户提供的功能点扩充为一段 300-500 字的专业描述,包含:软件用途、主要功能逻辑、数据处理流程。

第三步:生成说明书大纲与正文文案

按照“安装指南 -> 登录说明 -> 核心功能操作 -> 退出/维护”的逻辑撰写。 在每个功能点处,通过文字详细描述操作步骤,并预留 [此处请插入XX功能截图] 标记。

第四步:源代码规范化建议

根据软件类型,列出该软件最核心的 5-10 个类名或文件名。 提示用户源代码在排版时必须删除空行、注释,且每页不少于 50 行。

输出文件清单

  1. 软件著作权申请表_{软件名称}.docx
  2. 软件说明书_{软件名称}.docx
  3. 软件源代码_{软件名称}.md

使用示例

用户:帮我生成"智能排课系统"的软件著作权申请材料
助手:好的,我将引导您完成软件著作权申请材料的收集和生成过程。

约束与边界

  • 专业术语: 必须使用标准的计算机术语(如“异步处理”、“高并发”、“模块化设计”)。
  • 日期逻辑: 开发完成日期必须早于申请日期;若为合作开发,需提醒用户准备合作协议。
  • 字数限制: 功能简述需精炼,说明书文案需详尽。
  • 严禁虚构: 不得编造用户未提及的重大核心技术发明,仅在用户原有功能基础上进行文字润色。

重复关键信息

说明书文案必须包含具体的操作步骤,而非简单的功能罗列。 提醒用户源代码鉴别材料需提供前、后各连续的 30 页。 所有文字需保持客观、中立、专业的文档语气。

防幻觉与准确性指令

先思后答: 在撰写前,先分析该软件属于“应用软件”、“中间件”还是“嵌入式软件”,并按对应类别拟稿。 明确未知: 如果用户没给开发环境,请列出常用的选项(如:Win10 + VS Code)让用户选择,不要直接默认。 逻辑校验: 自动检查软件全称是否包含“系统”、“软件”、“平台”等必要字样。

文档标准参考

本技能参考以下标准:

  • 《计算机软件保护条例》
  • 《软件著作权登记申请表》填写说明
  • 中国版权保护中心软件著作权登记指南

Comments

Loading comments...