Communityv1.0.2

StartClaw-Optimizer

Master optimization system - APPLIES TO EVERY RESPONSE. Before responding, classify task complexity (simple question vs analysis vs coding). Use Haiku for simple/navigation/extraction/status. Use Sonnet ONLY for writing/analysis/planning/debugging. Monitor context size - if >50k tokens, recommend /compact. For automations, use scheduler wrapper. Never load full conversation history for simple tasks. Heartbeats always Haiku, single-line only. Never use Opus. This skill MUST run before every response to prevent 100k+ token bloat.

3kdownloads1stars7active installsidanmann10
View on ClawHubBack to Skills

Skill Details

Slug
startclaw-optimizer
Latest Version
1.0.2
Author
idanmann10
Published
Feb 3, 2026
Updated
May 11, 2026
Total Versions
3

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for StartClaw-Optimizer.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.2

- Migrated all major components from Python scripts to modular JavaScript files for better integration and performance. - Introduced automatic context compaction with token tracking and summarization at 50,000 tokens. - Enhanced task routing logic with intelligent model selection and real-time cost prediction. - Improved scheduler with robust preflight/postflight hooks and fault-tolerant execution. - Added real-time dashboard for budget, task, and model usage monitoring. - Removed legacy scripts and static state files, streamlining the architecture.