Evaluate and improve AgentSystem learning quality for memory/self-compound jobs. Use when bots forget, write filler summaries, fail to update learnings, or memory quality regresses over time.
Use this skill to audit whether learning jobs are producing actionable memory, not filler.
python3 scripts/learning_quality_audit.py --hours 72
agent-system cron runs --job 046bb2db-42ad-4b79-96d4-f9aa1392ede8 --limit 5
agent-system cron runs --job 079a9ab8-d706-465c-801d-741f4a2d55a3 --limit 5
ls -lt ~/.agent-evolution/docs/learnings.md ~/.agent-evolution/memory | head
Detect filler output. Flag summaries containing phrases like "let me check", raw tool logs, or error dumps.
Verify artifact updates.
Learning jobs should update docs/learnings.md and/or relevant memory files when they report success.
Score quality. Use the script score to decide whether prompts/timeouts/rules need adjustment.
Apply remediation. Tighten prompts for concrete outputs, increase timeout where needed, and re-run the same jobs for verification.
scripts/learning_quality_audit.py: Scores recent learning runs and flags regressions.references/quality-criteria.md: Quality gates for learning/memory cron jobs.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