← 返回 Skills 市场
97
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install moodsir-auto-readme-changelog
功能描述
智能化工具自动生成开源项目README.md和CHANGELOG.md,支持多平台分发,无需手动编写。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install moodsir-auto-readme-changelog - 安装完成后,直接呼叫该 Skill 的名称或使用
/moodsir-auto-readme-changelog触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
AI项目文档生成Skill 是什么?
智能化工具自动生成开源项目README.md和CHANGELOG.md,支持多平台分发,无需手动编写。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 97 次。
如何安装 AI项目文档生成Skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install moodsir-auto-readme-changelog」即可一键安装,无需额外配置。
AI项目文档生成Skill 是免费的吗?
是的,AI项目文档生成Skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI项目文档生成Skill 支持哪些平台?
AI项目文档生成Skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI项目文档生成Skill?
由 moodsir(@moodsir)开发并维护,当前版本 v1.0.0。
推荐 Skills