Dev & Engineering software-copyrightdocx-generationsource-code-extractionchinese-legal-docs

Software Copyright Materials Generator

Automatically produce complete Chinese software copyright application materials, including DOCX code excerpts, user manual, and form TXT.

FollowSkills review · FSRS-2.0
Not recommended
54/ 100 5-point scale 2.7 / 5
1 2 3 4 5 6
1Trust16 / 25 · 3.2/5

The skill explicitly requires human checkpoints, user confirmation, and prohibits silent installation of dependencies, showing concern for permissions and user control. However, it relies on external tools (Chrome DevTools MCP, Computer Use) and lacks clarity on handling sensitive data (e.g., copyright holder ID), and the publisher is unverified, so points deducted.

2Reliability7 / 20 · 1.8/5

The workflow is well-defined with environment checks, multi-stage confirmations, and three rounds of validation, showing investment in reliability. However, static review cannot confirm scripts run without errors, and there is a lack of explicit error handling for abnormal inputs, hence a moderate-low score.

3Adaptability12 / 15 · 4.0/5

The skill targets a clear user need (generating copyright application materials), scenarios are clear, supports Chinese, and declares boundaries (e.g., no code fabrication). However, it does not discuss environment fit (e.g., accessing official sites from mainland China) and non-fit scenarios, leading to deductions.

4Convention10 / 15 · 3.3/5

Documentation is well-structured with version, author, license, usage instructions, and FAQs, indicating maintainability. However, missing changelog and clear maintenance responsibility, and skill path is concentrated in SKILL.md with other files scattered, so slightly below full marks.

5Effectiveness6 / 15 · 2.0/5

The skill claims to produce complete application materials and README provides a demo folder as evidence. But static review cannot verify direct usability of output files, and demo may be merely illustrative, hence lower score.

6Verifiability3 / 10 · 1.5/5

The skill claims a demo and screenshots, but static review cannot confirm their authenticity, nor are there reproducible test evidence, so very low score.

Evidence confidence:Low Reviewed Aug 07, 2026 Reviewed revision dfc15dca6555
Before you use it
  • External dependencies (Chrome DevTools MCP, Computer Use) may be unavailable, and handling of sensitive data (e.g., ID numbers) is not specified.
  • Official sites are overseas; access from mainland China may be restricted; alternatives or user guidance needed.
  • The demo is unverified; output materials' legality must be confirmed by the user.
See the full review method →

What does this skill do, and when should you use it?

This Agent Skill guides users through generating Chinese software copyright registration materials from a real project. It analyzes the project, extracts genuine source code, creates Markdown drafts for confirmation, and then outputs final Word/TXT documents following common application requirements. The workflow includes multiple manual checkpoints to ensure accuracy and authenticity.

The skill runs Python scripts to analyze a local project, generate environment assessments and business context, produce draft application form, user manual, and code materials. It creates a candidate code file list, allows model-driven selection, and builds final DOCX and TXT files in a dedicated output folder. It also supports screenshot placeholders and validates consistency across documents.

  1. A developer wants to self-submit a software copyright application without paying external agencies.
  2. A team needs to quickly compile code materials in the required 30/30-page format from their existing codebase.
  3. A user seeks editable local files (DOCX/TXT) to fill in the official copyright registration system.
  4. Anyone needing a guided process that ensures materials match the actual software project.

What are this skill's strengths and limitations?

Pros
  • Free and open-source (MIT), eliminating paid services.
  • Extracts real source code, ensuring authenticity.
  • Handles page-count rules automatically, saving time.
  • Complete demo available for preview.
  • Manual confirmations at key steps reduce mistakes.
Limitations
  • Requires Python and python-docx dependency.
  • Full DOCX validation needs .NET SDK (optional).
  • Manual quality depends on model's project understanding.
  • No automated test suite included.

How do you install this skill?

Clone the repository and copy the software-copyright-materials/ folder into my coding agent's skill directory. Do not copy the repository root as a single skill.

How do you use this skill?

Open your project in a coding agent that supports local skills, invoke the software-copyright-materials skill, and follow the confirmation prompts. Final materials appear under 软件著作权申请资料/.

FAQ

Is this skill free?
Yes, it's free and MIT licensed, allowing unrestricted use and modification.
Can it take screenshots automatically?
It supports Chrome DevTools MCP or desktop control for auto screenshots, or you can supply your own, or skip (leaving placeholders).
Are the generated code materials reliable?
They come directly from your project source, not AI-generated, but you should review the selection and content.
Does it guarantee compliance with copyright rules?
It includes built-in rules but you must verify against official requirements.

Related skills