用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill changelog-post命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
How Failsafe judges the weekly backup beat from PUSHED receipts — interpretation table, thresholds, and the coverage-gap question technique. Use every weekly beat.
Route ideas to The Workshop (Scribe on Telegram). Creates Intake topics for structured intent capture.
Audit existing skills against create-skill best practices. Finds gaps, scores quality, and produces upgrade recommendations.
基于 SOC 职业分类
正在显示 SKILL.md
| name | changelog-post |
| description | Post infrastructure changes to |
| version | 1.0.0 |
| author | repo-man |
| tags | ["changelog","notifications","internal"] |
Post new infrastructure changes to #ops-changelog when backup scripts detect modified files.
#ops-changelog — Channel ID: 1477754637527290030
Read the latest section from Captain's CHANGELOG.md:
cat /home/node/.openclaw/workspace/CHANGELOG.md
Compare against the cursor file:
CURSOR_FILE="/home/node/.openclaw/changelog-post-cursor.txt"
The cursor stores the last posted changelog heading (e.g., ## 2026-03-01 — Log Governance).
For each new changelog section, format as:
📋 **<heading>**
<context line>
**Created:**
- <item>
- <item>
**Modified:**
- <item>
**By:** <author>
Keep it concise — link to full CHANGELOG.md for details.
Send the formatted message to channel 1477754637527290030.
Write the latest heading to the cursor file.
/home/node/.openclaw/scripts/log-event.sh INFO changelog-post "Posted changelog: <heading>"
ws-backup.sh or skills-backup.sh completes and detects changes