agent-changelogAdvanced handling for agent-changelog requests (history, diffs, restores, rollbacks, snapshots) using git and OpenClaw scripts with clear, user-focused summa...
Install via ClawdBot CLI:
clawdbot install noambens/agent-changelogGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 11, 2026
A development team needs to revert a production release after a critical bug is discovered. Using the agent-changelog skill, they can quickly rollback the entire workspace to a previous commit, view diffs to confirm the fix, and attribute the rollback to the engineer who initiated it.
A content editor needs to track changes to documentation files over time, see who modified specific sections, and restore an old version of a particular article. The skill provides clear history summaries and safe restore operations without polluting file content with metadata.
A compliance officer must audit changes to policy documents, verify that only authorized personnel made edits, and generate a log of all modifications. The skill's detailed history and diff capabilities, along with attribution tracking, meet regulatory requirements.
Multiple developers work on a shared codebase and want to review each other's changes before merging. The skill allows them to inspect diffs, see who made each change, and discuss rollbacks if necessary, all within a conversational interface.
Offer the agent-changelog skill as a premium add-on for AI agent platforms, charging a monthly subscription per workspace. Revenue comes from recurring subscriptions with tiered pricing based on storage limits and user count.
Provide the skill as part of a managed versioning service where the company handles setup, monitoring, and troubleshooting. Clients pay a setup fee plus ongoing maintenance, ideal for non-technical teams needing hands-off operation.
License the skill to large organizations for internal use, with custom integration and support. Revenue is generated through annual software licensing agreements, often bundled with training and dedicated support.
💬 Integration Tip
Ensure git and jq are installed in the environment, and set the OPENCLAW_WORKSPACE and OPENCLAW_CONFIG environment variables. The setup script will create necessary git hooks, but verify that any existing .gitignore covers secrets to avoid accidental exposure.
Scored Jul 13, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
通过网页抓取获取 GitHub 按日/周/月增长的热门仓库。当用户询问 GitHub 趋势、热门项目、本周热点或「什么在 GitHub 上 trending」时使用。可输出列表或 JSON,无需 API Key。
GitHub 操作技能 - 创建仓库、推送代码、管理 Release。全自动,无需用户干预。
Query builder reputation data via Talent Protocol API. Get Builder Rank, verify humans, resolve identities (Twitter/Farcaster/GitHub/wallet), search by location/country, get credentials, and enrich with GitHub data.
Review GitHub repositories, group issues and pull requests by urgency, and take safe triage actions (add labels, comment, propose closure) after confirmation...
Semantic git history search and code archaeology. Use when asked why code exists, who owns a file, what introduced a regression, what changed in a commit ran...