openclaw-agent-optimize

Verified·Scanned 2/18/2026

Optimize an OpenClaw agent setup (model routing, context management, delegation, rules, memory). Use when asked about optimizing agents, improving OpenClaw setup, agent best practices, or choosing optimization priorities across cost/quality/reliability.

from clawhub.ai·v1.0.8·25.3 KB·0 installs
Scanned from 1.0.8 at 0822098 · Transparency log ↗
$ vett add clawhub.ai/phenomenoner/openclaw-agent-optimize

openclaw-agent-optimize

OpenClaw agent optimization skill — model routing, context management, delegation, and cron best practices.

An installable OpenClaw skill that packages battle-tested agent-optimization patterns. Drop it into your workspace and get instant guidance on cost-aware model routing, parallel-first delegation, lean context management, and more.

🙏 Credits & Inspiration

This skill is heavily inspired by affaan-m/everything-claude-code — a production-ready collection of Claude Code configs evolved over 10+ months by an Anthropic hackathon winner. The core philosophy of tiered model selection, progressive disclosure, parallel orchestration, and continuous learning was extracted and adapted from that work for the OpenClaw ecosystem.

Thank you @affaan-m 🎉

📦 What's Inside

FilePurpose
SKILL.mdSkill entry-point — triggers + quick-start workflow
references/model-selection.mdTiered model routing guide
references/context-management.mdContext window discipline + progressive disclosure
references/agent-orchestration.mdParallel-first delegation, split-role sub-agents
references/cron-optimization.mdCron job patterns and model assignment
references/memory-patterns.mdDaily + long-term memory file design
references/continuous-learning.mdHooks → instincts → skills pipeline
references/safeguards.mdAnti-loop + budget guardrails

🚀 Install

Via ClawHub (recommended)

<img src="https://clawhub.ai/badge.svg" height="24">

clawhub install phenomenoner/openclaw-agent-optimize

Note: If you cannot see the skill on ClawHub immediately after an update, it may be in review (審核中). Please try again later.

Canonical page: https://clawhub.ai/phenomenoner/openclaw-agent-optimize

Deprecated duplicates:

These exist because we didn’t realize updated skills can temporarily disappear during review, so we re-uploaded under different names. Please use the canonical page above.

Manual

Copy the skill folder into your OpenClaw workspace:

cp -r openclaw-agent-optimize ~/.openclaw/workspace/skills/

📖 How to Use

The skill auto-triggers when you ask about optimizing your agent, improving your OpenClaw setup, or following agent best practices.

Key guidance you’ll get:

  • Native heartbeat is expensive (it can load large main-session context) and isn’t always reliably isolatable in real deployments.
  • Recommended strategy: disable native heartbeat and use an isolated heartbeat cron (alert-only).
  • Persistent actions are user-gated: no config/cron mutations without explicit approval.
  • Bonus: pair isolated heartbeat with openclaw-mem for cheap “RAG-style” task awareness.

📄 License

MIT