Enforce a "Resources changed" summary at the end of every action that modifies files, config, cron jobs, or external resources. Use when you want the agent to always report what changed after completing tasks. Triggers on "show your work", "track changes", "resources changed", or any request to make the agent more transparent about modifications.
After completing any action that creates, modifies, or deletes resources, end the message with a Resources changed summary.
Resources changed:
• path/or/resource (new|edit|delete) — brief description
new for created, edit for modified, delete for removedResources changed:
• scripts/deploy.sh (new) — deployment script for staging
• .env.local (edit) — added BROWSERBASE_API_KEY
• cron: daily-backup (new) — runs at 02:00 UTC
Resources changed:
• MEMORY.md (edit) — added team member notes from today's call
• memory/2026-02-28.md (new) — daily log entry
Add this to your AGENTS.md under a "Show Your Work" section, or install as a skill. The behavior will apply across all sessions and channels.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
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.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer