← Back to Skills Marketplace
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moodsir-auto-readme-changelog
Description
智能化工具自动生成开源项目README.md和CHANGELOG.md,支持多平台分发,无需手动编写。
Usage Guidance
This appears to be a simple, local Python tool to generate README and changelog text — the core code (app.py) is self-contained and does not access the network or secrets. Before installing or exposing it to an agent: 1) Note the mismatch between SKILL.md (npx/ai-doc-generator) and the actual entrypoint (python app.py); you will run it with python app.py <changelog|readme>. 2) If you expect automatic distribution to other platforms, understand that distribution steps are documented but not implemented — you would need to package/integrate it yourself. 3) Review the source (app.py) if you plan to let an agent invoke it autonomously; while harmless now, any future modifications could add network or secret access. 4) If you want a CLI named ai-doc-generator or Node-based install, require the publisher to provide a proper installer or packaging info. Overall the skill is coherent and low-risk, but verify usage expectations (CLI name/installation) before relying on the documented install steps.
Capability Analysis
Type: OpenClaw Skill
Name: moodsir-auto-readme-changelog
Version: 1.0.0
The skill bundle is a legitimate utility for generating README and CHANGELOG files based on project metadata and commit history. The core logic in `app.py` is written in clean Python without any external dependencies, network requests, or file system modifications, focusing entirely on text processing and semantic versioning. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
The name/description (generate README.md and CHANGELOG.md) matches the provided app.py implementation which generates changelogs and READMEs locally. Minor mismatch: SKILL.md and some docs mention '一键分发' and 'npx clawhub install' / an 'ai-doc-generator' CLI, but no installer, Node package, or distribution code is included — distribution/platform integration is only documented (PLATFORMS.md), not implemented in code.
Instruction Scope
SKILL.md and README suggest running an 'ai-doc-generator' CLI via npx, but the actual runnable entry is python app.py with subcommands (changelog/readme). The runtime instructions do not ask for file reads outside argv, environment variables, or network access — the script only processes input strings and prints output.
Install Mechanism
There is no install spec and the skill is instruction-plus-source (app.py). Nothing is downloaded or written during install by the registry metadata. This is low-risk; users will need to run the Python script or package it themselves.
Credentials
The skill declares no required environment variables, no credentials, and the code does not access environment variables, network endpoints, or external secrets. Requested privileges are minimal and proportionate.
Persistence & Privilege
always is false and the skill does not request persistent presence nor modify other skills or system configs. It runs locally and prints output; no elevated privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moodsir-auto-readme-changelog - After installation, invoke the skill by name or use
/moodsir-auto-readme-changelog - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of AI project README & Changelog generator. Automatically generate standard open-source README.md and CHANGELOG.md, support multi-platform distribution (ClawHub, Youdao Lobster, etc.), intelligently analyze code repository structure, extract key information, pure Python implementation, no additional dependencies required
Metadata
Frequently Asked Questions
What is AI项目文档生成Skill?
智能化工具自动生成开源项目README.md和CHANGELOG.md,支持多平台分发,无需手动编写。 It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install AI项目文档生成Skill?
Run "/install moodsir-auto-readme-changelog" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is AI项目文档生成Skill free?
Yes, AI项目文档生成Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does AI项目文档生成Skill support?
AI项目文档生成Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created AI项目文档生成Skill?
It is built and maintained by moodsir (@moodsir); the current version is v1.0.0.
More Skills