← 返回 Skills 市场
Changelog
作者
bytesagain4
· GitHub ↗
· v2.0.0
· MIT-0
402
总下载
0
收藏
5
当前安装
8
版本数
在 OpenClaw 中安装
/install changelog
功能描述
Changelog - command-line tool for everyday use Use when you need changelog.
使用说明 (SKILL.md)
Changelog
Changelog generator — commit parsing, version grouping, markdown output, conventional commits, breaking change detection, and templates.
Commands
| Command | Description |
|---|---|
changelog run |
Execute main function |
changelog list |
List all items |
changelog add \x3Citem> |
Add new item |
changelog status |
Show current status |
changelog export \x3Cformat> |
Export data |
changelog help |
Show help |
Usage
# Show help
changelog help
# Quick start
changelog run
Examples
# Run with defaults
changelog run
# Check status
changelog status
# Export results
changelog export json
- Run
changelog helpfor all commands - Data stored in
~/.local/share/changelog/
Powered by BytesAgain | bytesagain.com Feedback & Feature Requests: https://bytesagain.com/feedback
- Run
changelog helpfor all commands
When to Use
- Quick changelog tasks from terminal
- Automation pipelines
安全使用建议
This appears to be a straightforward local CLI that creates and manages files under ~/.local/share/changelog and does not reach out to the network or ask for credentials. Before installing or running: (1) note the mismatch between SKILL.md command names (e.g., `run`, `add`) and the script's commands (e.g., `generate`, `check`) — test in a safe environment to confirm the behavior you expect; (2) be aware it will create logs and export files in ~/.local/share/changelog (inspect or back up that directory if it will contain sensitive data); (3) review the full script if you want to confirm there are no surprising operations (the provided snippet shows only local file I/O and common shell utilities). If you want extra caution, run the script inside a container or VM before granting it ongoing access.
功能分析
Type: OpenClaw Skill
Name: changelog
Version: 2.0.0
The skill is a basic logging utility that records user-provided text into local files within `~/.local/share/changelog`. Although the SKILL.md description claims advanced changelog generation features (like commit parsing and breaking change detection) that are not actually implemented in the provided scripts/script.sh, the code contains no malicious functionality, network activity, or unauthorized file access.
能力评估
Purpose & Capability
The skill claims to be a changelog command-line tool and the provided bash script implements a local changelog CLI that reads/writes files under $HOME/.local/share/changelog. The requested capabilities (none) are proportional to the stated purpose.
Instruction Scope
SKILL.md describes running commands like `changelog run`, `list`, `add` whereas the script exposes commands such as check, generate, validate, lint, export, status, etc. The documented examples and the script's dispatch table do not fully match — this is a documentation inconsistency that may confuse users or agents but does not indicate malicious behavior. Both doc and script confine operations to the local data directory.
Install Mechanism
There is no install spec and no downloads — the skill is instruction-only with a bundled shell script. No network-based install or external code fetch is present in the repository files shown.
Credentials
No secrets or special environment variables are requested. The script uses the HOME environment variable and a per-user data directory (~/.local/share/changelog) which is appropriate for a local CLI. It does not access unrelated credentials or system configs.
Persistence & Privilege
always is false and the skill does not request system-wide changes or modify other skills. It persists only to its own data directory under the user's home, which is proportional for a CLI tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install changelog - 安装完成后,直接呼叫该 Skill 的名称或使用
/changelog触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
retry-fix-token
v1.0.5
old template -> domain-specific v2.0.0
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality fix: cleaner docs, removed flags
v1.0.0
Initial release
元数据
常见问题
Changelog 是什么?
Changelog - command-line tool for everyday use Use when you need changelog. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 402 次。
如何安装 Changelog?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install changelog」即可一键安装,无需额外配置。
Changelog 是免费的吗?
是的,Changelog 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Changelog 支持哪些平台?
Changelog 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Changelog?
由 bytesagain4(@xueyetianya)开发并维护,当前版本 v2.0.0。
推荐 Skills