ecomode

Route tasks to the lowest viable agent tier and prune context when budgets tighten.

6|1|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/Goblin1024/oh-my-kimi --skill ecomode-goblin1024
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecomode
Source: https://github.com/Goblin1024/oh-my-kimi/tree/main/skills/ecomode
Command: npx skills add https://github.com/Goblin1024/oh-my-kimi --skill ecomode-goblin1024

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Token-efficient execution within complex Kimi workflows is achieved by budget-aware routing, context pruning, and tool restrictions to minimize token spend while preserving quality. This modifier helps teams control costs during planning, exploration, and autonomous agent orchestration.

Core Features & Use Cases

  • Budget-aware routing automatically selects the lowest viable agent tier to complete tasks.
  • Context pruning reduces large evidence payloads when the budget is near depletion.
  • Tool restriction blocks non-essential operations to enforce safety and efficiency.
  • Token audit reports provide efficiency scores and actionable optimization recommendations. Use Case: Integrate ecomode in long-running planning sessions to cut token usage by up to 75% without sacrificing outcome quality.

Quick Start

Enable ecomode with the --eco flag to route a complex task to budget-conscious agents and prune context as the budget tightens.

Frequently Asked Questions about ecomode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I reduce token spend during autonomous agent orchestration?

Token spend during autonomous agent orchestration is reduced by routing tasks to the lowest viable agent tier and pruning context when budgets tighten. This approach minimizes costs while preserving outcome quality.

What is context pruning and how does it manage token budgets?

Context pruning is a budget-aware mechanism that reduces large evidence payloads when the token budget nears depletion. It actively removes non-essential information to maintain execution efficiency without exceeding cost limits.

How do I enable budget-aware routing for complex planning sessions?

Budget-aware routing is enabled by applying the --eco flag to your task. This modifier automatically routes complex planning operations to budget-conscious agents and prunes context as the budget tightens.

Does tool restriction help control token usage in large-scale code reviews?

Tool restriction controls token usage in large-scale code reviews by blocking non-essential operations to enforce safety and efficiency. This ensures only required tools execute, preventing unnecessary token consumption.

Can I audit token efficiency after running long-running agent workflows?

You can audit token efficiency after long-running agent workflows using built-in token audit reports. These reports provide efficiency scores and actionable optimization recommendations for future budget routing.

What is the best way to enforce cost control in autonomous agent orchestration?

The best way to enforce cost control in autonomous agent orchestration is applying a budget-aware execution modifier. It dynamically restricts tools, prunes context, and routes tasks to lower agent tiers to cut token usage.