基于 Git 历史重生成 OpenClaw 发布更新日志,便于发版前整理版本说明。
该技能从材料看是一个用于生成/改写发布说明的提示型技能,不要求密钥、未声明远程端点,且对应开源仓库具有很高社区采用度。基于现有信息,整体风险较低,主要需注意其输出可能引导人工执行 git 操作,但材料本身未显示越权或数据外发红旗。
材料明确标注“无”密钥/环境变量需求;README 也未要求 API token、账号凭证或第三方授权,因此未见明显凭证收集、存储或滥用面。
系统信息标注无远程端点,且该技能被判定为 prompt-only。README 中提到的 `git fetch/pull` 属于对代码仓库历史的常规操作指引,但材料未显示该技能自身会把用户数据发送到未知或无关服务。
从客观检查项看这是纯提示/文档型技能,不是可执行代理或二进制工具。文档包含 git 命令示例,但未显示技能具备自动起进程、执行本机代码或调用系统高权限能力。
描述聚焦于根据 git 历史重写 `CHANGELOG.md` 某版本章节,涉及的上下文主要是仓库提交历史、PR/issue 引用与变更说明。未见声明读取无关本地敏感目录、系统资源或额外数据源,也未显示过度授权要求。
来源为 GitHub 开源仓库,且社区采用度极高(约 377k star),这是明显的正面可信信号。虽然许可证未声明、维护状态未知,存在一定治理信息缺口,但在当前材料下不足以构成高风险供应链红旗。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "openclaw-changelog-update" 技能: 1. 下载 https://raw.githubusercontent.com/openclaw/openclaw/main/.agents/skills/openclaw-changelog-update/SKILL.md 2. 保存为 ~/.claude/skills/openclaw-changelog-update/SKILL.md 3. 装好后重载技能,告诉我可以用了
请根据当前 Git 提交历史,重生成 OpenClaw 的 beta 版本更新日志章节,按功能新增、修复和优化分类,并保持发布说明风格一致。
一段整理好的 beta 发布更新日志,可直接用于版本说明。
请从最近一个版本标签之后的 Git 历史中提取关键变更,生成 OpenClaw 稳定版发布更新日志,突出重要修复与兼容性改进。
一份面向稳定版发布的结构化更新日志摘要。
把这段 Git 提交记录整理成 OpenClaw 的发布日志章节,去除重复内容,合并相似改动,并输出清晰的小标题和条目。
格式统一、内容去重后的版本更新日志章节。
Use this for release changelog rewrites and GitHub release-note source text.
This is mandatory before every beta, beta rerun, stable release, or stable
rerun. Use it with release-openclaw-maintainer; this skill owns changelog
content, ordering, grouping, and attribution discipline.
Rewrite the target CHANGELOG.md version section from history, not from stale
draft notes. Produce grouped user-facing release notes sorted by user interest
while preserving every relevant issue/PR ref and every human Thanks @...
attribution.
YYYY.M.D, without beta suffix.main before branching when possible:
git fetch --tags origingit pull --ff-onlygit status -sbgit log --first-parent --date=iso-strict --pretty=format:'%h%x09%ad%x09%s' <base-tag>..<target-ref>git log --first-parent --grep='(#' --date=short --pretty=format:'%h%x09%ad%x09%s' <base-tag>..<target-ref>--since='24 hours ago' when main moved during the release.## YYYY.M.D## Unreleased section above the target releaseUnreleased contains release-bound notes, fold them into the target
section instead of deleting them### Highlights: 5-8 bullets, broad user wins first### Changes: new capabilities and behavior changes### Fixes: user-facing fixes first, grouped by impact and surface#issue, (#PR), Fixes #..., and Thanks @...Thanks @author, even when the PR had no linked issueFixes #... or referenced bug issue
represented by a user-facing entry needs Thanks @reporter unless the
same handle is already thanked in that bulletCo-authored-by contributor on represented user-facing work
needs Thanks @handle when a GitHub handle is knownThanks @... handles in one bullet are expected; do not drop or
collapse contributor credit just because the note is grouped#NNN refs from the notesCo-authored-byThanks @... set@openclaw, @clawsweeper, or @steipete…
通过 OpenAI 音频转写接口,将语音录音快速转成文本或说话人分段结果。
帮助你用 node inspect 与性能分析工具定位 Node.js 调试与性能问题。
使用 sherpa-onnx 在本地离线将文本快速转换为语音,无需云服务。
帮助你自动控制网页流程,处理多步骤操作、登录检查与标签页管理。
快速生成概念、架构、流程与白板图,支持 SVG、HTML 或 Excalidraw 格式
帮助开发与运维团队运行、排查并总结 OpenClaw 发布 CI 与发布前检查流程
帮助你在核对来源的前提下重构 OpenClaw 文档页面并完成验证
帮助维护者准备并核验 OpenClaw 稳定版或测试版发布与发布说明。
根据变更记录与发布证据,起草或发布 OpenClaw 版本公告与测试指引。
基于问题或 PR 列表深度审查代码,只修复高确定性的小型 OpenClaw 缺陷。
自动化管理 OpenClaw 夜间版本发布、分支维护与主线回合并流程。
帮助开发者批量定位并修复可合入的高置信小型 OpenClaw 缺陷