Best use case
Config Tracker Skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
自动追踪并提交 OpenClaw 配置文件和关键 markdown 文件的变更。
Teams using Config Tracker Skill should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/config-tracker/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Config Tracker Skill Compares
| Feature / Agent | Config Tracker Skill | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
自动追踪并提交 OpenClaw 配置文件和关键 markdown 文件的变更。
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Config Tracker Skill 自动追踪并提交 OpenClaw 配置文件和关键 markdown 文件的变更。 ## 功能 - **自动版本控制**:每次对话轮次开始时自动检查并提交文件变更 - **双仓库管理**:分别管理 `~/.openclaw/` 和 workspace 目录 - **零手动操作**:无需手动执行 git 命令,所有提交自动完成 - **可配置**:可自定义追踪的文件列表和提交信息 ## 追踪的文件 ### Workspace 目录 - `AGENTS.md` — Agent 工作区配置 - `USER.md` — 用户信息 - `SOUL.md` — Agent 身份设定 - `MEMORY.md` — 长期记忆 - `TOOLS.md` — 工具配置 - `HEARTBEAT.md` — 心跳任务配置 - `IDENTITY.md` — Agent 身份 ### OpenClaw 配置 - `~/.openclaw/openclaw.json` — 主配置文件 ## 触发时机 使用 `before_prompt_build` hook,每次对话轮次开始时自动检查并提交变更。 ## 配置项 | 配置项 | 默认值 | 说明 | |--------|--------|------| | `enabled` | `true` | 启用/禁用追踪器 | | `workspaceFiles` | `["AGENTS.md", "USER.md", ...]` | 要追踪的 workspace 文件列表 | | `openclawConfig` | `~/.openclaw/openclaw.json` | OpenClaw 配置文件路径 | | `commitMessagePrefix` | `"auto: track config changes"` | 提交信息前缀 | | `gitUserName` | `"OpenClaw Bot"` | Git 用户名 | | `gitUserEmail` | `"openclaw@localhost"` | Git 用户邮箱 | ## 安装 将 `config-tracker` 目录复制到你的 skills 目录: ```bash cp -r config-tracker/ /Volumes/File/OpenClaw/workspace/skills/ ``` 然后重启 OpenClaw gateway 使其生效。 ## 工作原理 1. 每次对话轮次开始时(`before_prompt_build` hook),插件检查配置文件是否有变更 2. 使用 `git status --porcelain` 检测未提交的变更 3. 若有变更,自动执行 `git add <file>` + `git commit -m "auto: track config changes [timestamp]"` 4. 提交信息包含时间戳,便于追溯 ## 注意事项 - 首次运行时会自动初始化 git 仓库 - 频繁修改配置文件(如 Doctor 自动修改)会产生大量提交,这是预期行为 - 使用 `git log` 可以查看完整的历史变更 - 提交冷却是 5 秒,防止短时间内多次提交
Related Skills
KPI Tracker Skill
Track, analyze, and report on Key Performance Indicators for any business.
Budget & Expense Tracker — AI Agent Financial Command Center
Track every dollar, enforce budgets, spot spending patterns, and build wealth — all through natural conversation with your AI agent.
game-light-tracker
Track live NFL, NBA, NHL, or MLB games and automatically change Hue light colors based on which team is leading. Use when user wants to sync smart lights with live sports scores for visual game tracking. Supports NFL, NBA, NHL, and MLB games with customizable team colors.
ml-experiment-tracker
Plan reproducible ML experiment runs with explicit parameters, metrics, and artifacts. Use before model training to standardize tracking-ready experiment definitions.
element-nft-tracker
Element Market API integration. This skill strictly requires the 'ELEMENT_API_KEY' environment variable to function.
dependency-tracker
每周依赖检查。检查 Node.js、npm 版本和全局包是否有可用更新。触发时机:cron 定时任务或手动调用。
config-validator
A utility skill to validate OpenClaw configuration files (`openclaw.json`, `.env`, `package.json`) and ensure critical settings are present and correctly formatted.
polymarket-tracker
Track top Polymarket markets by trading volume. Shows market name, Yes/No trading volumes, and current odds. Use when user asks about Polymarket trends, hot markets, or wants to find high-volume trading opportunities. Requires payment via skillpay.me (0.001 USDT per call).
india-price-tracker
Track and compare product prices across popular Indian stores (Amazon India, Flipkart, Reliance Digital, Croma, Vijay Sales, Tata CLiQ, and more), compute effective prices after offers/cashback, detect arbitrage opportunities, and monitor price history with alerts.
exdoc-config
Configures ExDoc for Elixir projects including mix.exs setup, extras, groups, cheatsheets, and livebooks. Use when setting up or modifying ExDoc documentation generation.
calorie-tracker
Smart health management solution with food and exercise recognition, nutrition and calorie analysis, secure data storage, and comprehensive data management. Empowers users with accurate food and exercise logging, personalized nutrition assessment, daily intake tracking, and calorie expenditure monitoring to support a healthy lifestyle.
Goal Tracker Skill
Track long-term goals with milestones, daily logging, and accountability.