work-sc-software-copyright-writer

work-sc-software-copyright-writer is a skill for Claude Code, Codex from seed-forge/harness-ai-kit. It costs 124 tokens per session (1,179 once invoked), scanned A, original, Apache-2.0.

Application materials for registering software copyright in China, including a software description and representative source-code examples. It also checks the materials against stated review requirements.

In plain words
What is it for?
Preparing a software description, organizing genuine code examples, describing modules and technical features, and reviewing a software-copyright application package. It does not handle the registration process or provide legal advice.
Why use it?
It removes the need to assemble long technical documents from scattered software information. It helps identify missing structure, word-count, wording, privacy, and compliance issues before submission.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Preparing a software description, organizing genuine code examples, describing modules and technical features, and reviewing a software-copyright application package. It does not handle the registration process or provide legal advice.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/seed-forge/harness-ai-kit/work-sc-software-copyright-writer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add seed-forge/harness-ai-kit --skill work-sc-software-copyright-writer
Clone the repo
git clone --depth 1 https://github.com/seed-forge/harness-ai-kit

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for work-sc-software-copyright-writer

README.md
[![agentmods](https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/work-sc-software-copyright-writer/github.svg)](https://agentmods.dev/skills/seed-forge/harness-ai-kit/work-sc-software-copyright-writer)
Your own site
<a href="https://agentmods.dev/skills/seed-forge/harness-ai-kit/work-sc-software-copyright-writer"><img src="https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/work-sc-software-copyright-writer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for work-sc-software-copyright-writer

Your own site · 80×15
<a href="https://agentmods.dev/skills/seed-forge/harness-ai-kit/work-sc-software-copyright-writer"><img src="https://agentmods.dev/badge/skills/seed-forge/harness-ai-kit/work-sc-software-copyright-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 124 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,179 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00124 $0.01179
Opus 5 $0.00062 $0.00589
Sonnet 5 $0.00025 $0.00236
Haiku 4.5 $0.00012 $0.00118

Measured 10d ago against content hash 5ba585840d10, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

work-sc-software-copyright-writer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/work-sc-software-copyright-writer/SKILL.md · 94 lines

What it actually says

用途

把"要给某软件申请软著"从零散拼凑,升级为按软著规范一次产出完整材料:软件说明书 + 源程序示例,并内置"软著审查专家"自查,降低驳回风险。

边界:仅产出申请材料;不负责软著登记流程办理,不做法律意见。

适用场景

  • 研发项目需要为其软件申请软著登记,需要说明书 + 源码材料。
  • 已有代码库,需从中提炼合规的功能结构、技术特点、源码示例。

不适用场景

  • 专利说明书(用 work-sc-patent-specification-writer)。
  • 软著登记流程/费用/时限咨询(非本技能范围)。

输入

  • 软件名称、类型(平台/工具/系统)、版本号、开发单位。
  • 核心功能模块(可基于代码库分析得到)。
  • 技术架构(如 Java+SpringBoot / Python / React)、应用场景、创新点(如有)。
  • 可选:源码目录(用于提炼真实源程序示例)。

输出

1. 软件说明书(≥5000 字,实质性内容)

必含章节:

  1. 软件概述(背景、目标、使用范围、运行环境)
  2. 功能结构描述(树形结构 + 功能说明)
  3. 技术特点与创新点
  4. 核心业务流程(文字步骤描述)
  5. 软件运行说明(安装部署、输入输出)
  6. 开发环境说明

2. 源程序示例(≥2000 行,逻辑真实)

  • 体现关键功能逻辑,可拆分为多个文件模拟。
  • 允许部分伪代码补充;中/英文注释均可。
  • 不得仅是 import 或变量声明的堆砌。

工作流

Phase 1: 采集软件信息(名称/类型/版本/单位/模块/架构/场景/创新点)
Phase 2: 基于代码库/信息提炼功能结构与技术特点
Phase 3: 撰写软件说明书(六章节,≥5000字,实质内容)
Phase 4: 组织源程序示例(≥2000行,体现业务逻辑)
Phase 5: 软著审查专家自查(见下),按意见修订
Phase 6: (可选) 经 community docx 技能导出为 .docx

软著审查专家自查维度

以国家版权局软著审核视角自查并输出问题清单:

  1. 结构完整性:六章节齐全、逻辑符合软著规范。
  2. 字数要求:说明书 ≥5000 字(实质内容非堆砌)、源码 ≥2000 行(真实逻辑)。
  3. 表述规范:以开发者视角、正式技术语言;避免出现"AI 生成""智能识别"等不当/营销化描述
  4. 内容合规:无违禁内容、不侵权、不含用户隐私/企业机密。
  5. 功能与技术描述:模块明确、分层合理;技术方案体现原创设计;创新点表达清晰。
  6. 源代码质量:含关键模块完整代码、体现业务逻辑、无无意义重复堆砌。

输出格式:

【结构性问题】… 【内容规范问题】… 【技术/表达建议】… 
【源程序检查意见】… 【必须修改项(影响通过)】… 【可优化项】…

约束

  • 表述避免"AI/智能生成"等词;以软件设计者/开发者视角撰写。
  • 不得包含敏感信息(真实密钥、用户隐私、企业机密)。
  • 内容需原创;源码示例体现真实业务逻辑。
  • 仅产出材料,不办理登记流程、不出具法律意见。

与其他 Skill 的关系

Skill 关系 说明
work-sc-patent-specification-writer 同簇 专利说明书撰写;本技能为软著版邻域扩展
community/docx 可选依赖 导出 .docx 材料(feature: docx-export)

推荐触发方式

用 work-sc-software-copyright-writer 给 <软件名> 生成软著材料(说明书+源码示例),并做软著审查自查
Files

What ships with it

3 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 94 lines · 124 tokens per session scan A 5ba585840d10

Subscribe to this mod's changes

work-sc-software-copyright-writer is a skill published in the GitHub repository seed-forge/harness-ai-kit (22 stars, last pushed 9d ago), licensed Apache-2.0. It adds 124 tokens to every session and 1,179 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

meta-ad-policy-checker

Pre-flight policy check for Meta ads. Takes ad copy plus advertiser context, resolves and fetches the relevant Meta transparency-center policy pages at runtime, and returns a Pass / Fix Required / Block verdict with cited findings and rewrites.

gooseworks-ai/goose-skills · 52 tokens

who-really-owns-it

Research companies, directors, shareholders and ultimate beneficial ownership in official corporate registries, filings and offshore datasets — OpenCorporates, UK Companies House and the PSC register, SEC EDGAR, US Secretary of State registries, EU business registers, GLEIF LEI records, OpenOwnership, OpenSanctions…

UseOSINT/Skills · 149 tokens

x-ray-a-company

Corporate due-diligence workflow — resolve a brand or website to its registered legal entity, map group structure and beneficial ownership, profile officers and directors, enumerate the digital estate, and screen litigation, insolvency, procurement, sanctions, PEP and adverse media. Use when asked to check out, vet or…

UseOSINT/Skills · 131 tokens

comprehensive-enrichment

Enrich any person or company from any identifier — email, name, LinkedIn URL, domain, company name, Twitter/X handle. Use when asked to enrich, look up, or research a lead, contact, person, or company.

gooseworks-ai/goose-skills · 53 tokens

create-workflow-diagram

Create FigJam/Miro-style workflow diagrams as high-quality PNG images from plain-text workflow descriptions. Renders beautiful HTML diagrams with connected nodes, arrows, and labels, then screenshots them for sharing.

gooseworks-ai/goose-skills · 45 tokens

data-charts-tako

Search and visualize the world's data - get charts, insights, and embeddable knowledge cards for finance, economics, demographics, sports, and more.

gooseworks-ai/goose-skills · 35 tokens