跳到主要内容
知仓学习社ZHICANG

light-software-copyright

>-

读文件无严重或高危命中Light0305/Light-skills

它会碰到什么

扫了多少6 个文本文件,62 KB
它会碰到什么读文件
命中总数2 处
命中统计严重 0 · 高 0 · 中 2 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Software copyright materials

Prepare auditable China software copyright material drafts from a real project.

The core job is not “write pretty documents”; it is to keep software name,

version, source-code material, manual, screenshots, applicant fields and user

confirmations consistent enough for the user or professional service provider

to review.

Read

[references/software-copyright-resource-map.md](references/software-copyright-resource-map.md)

before current-rule or material-format work.

Read

[references/materials-workflow.md](references/materials-workflow.md)

before source-code selection, business-understanding, rights-basis,

third-party-code or formal-output work.

Non-negotiable boundaries

  1. This skill is not legal advice and never submits applications or claims the

material will pass. It prepares local drafts and review evidence only.

  1. Code material must come from real project source files. Never invent,

rewrite, pad, or AI-generate source code for deposit.

  1. Do not expose secrets. Run or request a secret/privacy scan before exporting

source-code material; if secrets are present, stop for redaction strategy.

  1. Preserve official-rule uncertainty. If the current China Copyright

Protection Center workflow, form, fee, page format or exception rule is not

verified that day, write UNKNOWN or PLANNED.

  1. Keep every formal material version and software name consistent with the

application worksheet.

  1. Keep this skill off the research DAG. It emits no light.findings.v1, has

no stage, no checkpoint gate and no reroute.

Workflow

1. Intake and scope

Capture or mark UNKNOWN:

  • jurisdiction: default CN; do not silently reuse CN rules for US/EU work;
  • software full name, abbreviation if any, version, owner/applicant, developer,

completion date, publication status and development mode;

  • whether the project is independent, commissioned, cooperative, inherited,

derivative or based on licensed third-party code;

  • target output language, local folder for drafts, and whether screenshots are

needed.

Stop for user confirmation before formal documents are generated.

2. Bind to a real source snapshot and deposit plan

Inventory source files from the project the user placed in scope. Record

relative path, SHA-256 and why selected. Exclude:

  • generated build artifacts, minified bundles, vendored dependencies and lock

files unless the user explicitly says they are the software expression to

deposit;

  • secrets, tokens, keys, credentials, private data and unrelated third-party

code;

  • arbitrary middle snippets chosen only to make the material look longer.

If the project is too small, submit all real source rather than padding.

Run the lightweight planner before extraction:

python scripts/source_deposit_plan.py --root <project-root> --out 软件著作权申请资料/草稿/source-deposit-plan.json --software-name "<软件全称>" --version "<版本号>"
python scripts/source_deposit_plan.py --selftest

Use the plan to confirm candidate files, page mode, selected file count,

secret-scan status and the plan SHA. If secret-like content is found, stop for

redaction before exporting code material.

3. Confirm application fields and business understanding

Generate a worksheet for the user to verify:

  • software name and version;
  • owner/applicant and contributor facts;
  • development environment and operating environment;
  • main functions, technical characteristics and use scenario;
  • source program quantity and document material quantity;
  • publication status and dates.

The manual must describe how a reviewer/user operates the software. It should

not be a generic feature list disconnected from screens, commands or workflows.

Record rights basis and third-party/open-source/generated-code review before

formal export. Do not assume independent ownership when the project may be

commissioned, cooperative, inherited, derivative or license-constrained.

4. Prepare code and document material

For normal China material logic, follow the official first/last rule:

  • source program and one documentation material use front/back continuous 30

pages when the whole material is at least 60 pages;

  • if the whole material is fewer than 60 pages, include the whole source or

whole document;

  • full source pages normally need at least 50 lines, and full document pages at

least 30 lines, unless a documented official exception applies.

Keep extraction manifests and page counts. If exceptional deposit is requested,

mark it explicitly and ask the user to verify the current official rule.

5. Generate local drafts, then formal outputs

Use a local folder such as 软件著作权申请资料/:

  • 草稿/: application worksheet, manual draft, code-selection notes;
  • 正式资料/: final DOCX/TXT/PDF-like outputs only after confirmation;
  • manifest/report JSON: file paths, SHA-256, source snapshot, confirmation

basis and rule status.

Screenshots are optional; if not used, record why. If used, bind each screenshot

to a real running UI or user-provided image and hash it.

6. Run the machine gate before saying “ready for review”

Create a packet following

[templates/software-copyright-materials.example.json](templates/software-copyright-materials.example.json),

then run:

python scripts/source_deposit_plan.py --selftest
python scripts/materials_gate.py --packet software-copyright-materials.json --base <project-root> --as-of 2026-07-05
python scripts/materials_gate.py --selftest

The gate must pass before calling the package ready for user/professional

review. A failed gate means repair the source plan, source binding, rights

basis, third-party review, confirmation, page rule, version consistency, secret

handling or output hashes.

ACT / ASK / NEVER

ACT:

  • use real source files and record SHA-256;
  • ask the user to confirm application fields, business context, code selection,

drafts and final export;

  • keep source-code and documentation page counts explicit;
  • make software name and version identical across all materials;
  • scan for secrets/private data before exporting source-code material.
  • record rights basis and third-party/open-source/generated-code exclusions.

ASK:

  • owner/applicant and development-mode facts;
  • whether third-party/commissioned/inherited/derivative code is present;
  • whether screenshots should be included;
  • whether exceptional deposit or redaction is needed;
  • whether the software is independently developed, commissioned, cooperative,

inherited, derivative, or includes third-party/generated code;

  • whether to stop at drafts or generate formal local files.

NEVER:

  • submit materials or interact with the registration system for the user;
  • promise approval, certificate timing, or “包过”;
  • fabricate source code, pad line counts, or select arbitrary snippets;
  • leak credentials, private data or unrelated third-party code;
  • silently include vendored, generated or license-constrained code without a

third-party review note;

  • route this skill into the Light research DAG.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。