eino-agent

Design Eino agent workflows with Skills, middleware, sub-agents, and model routing.

29|1|Updated Jun 22, 2026
One-click install
npx skills add https://github.com/YellowDusk04/einoclaw --skill eino-agent
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: eino-agent
Source: https://github.com/YellowDusk04/einoclaw/tree/main/docs
Command: npx skills add https://github.com/YellowDusk04/einoclaw --skill eino-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill helps you understand how to construct, configure, and extend Eino-based agents so they can use specialized Skills, sub-agents, and context-aware middleware without manual trial and error.

Core Features & Use Cases

  • Skill System Understanding: Learn how Eino exposes Skills as a special tool and how SKILL.md frontmatter drives discovery and execution.
  • Agent and Model Routing: Configure AgentHub and ModelHub so different Skills can run with different agents and models when needed.
  • Context Management and Orchestration: Apply middleware for tool-call patching, reduction, summarization, short-term memory, and background task handling in real agent workflows.
  • Use Case: A developer building a terminal code agent can use this Skill to design the agent loop, repair malformed tool-call histories, preserve important Skill context, and delegate work to sub-agents.

Quick Start

Ask the assistant to explain how to build or modify an Eino agent with Skills, middleware, sub-agents, and model routing for your codebase.

Frequently Asked Questions about eino-agent

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

FAQPage Schema
How do I build an Eino agent with custom skills and tool calling?▼

To build an Eino agent, you configure AgentHub and ModelHub to route specialized Skills as tools, using SKILL.md frontmatter for discovery and middleware-driven execution control.

How does middleware handle context management and summarization in Eino agents?▼

Eino middleware manages context by applying tool-call patching, reduction, summarization, and short-term memory to preserve important Skill context during real agent workflow execution.

Can I use sub-agents to delegate tasks in an Eino agent workflow?▼

Yes, you can delegate work to sub-agents within Eino agent workflows, enabling background task orchestration and specialized processing for complex terminal code agent loops.

What is the best way to repair malformed tool-call histories in an agent loop?▼

The best way to repair malformed tool-call histories is applying Eino middleware for tool-call patching, which intercepts and fixes execution errors within the agent loop.

Do I need specific agent construction patterns to route different models to different skills?▼

Yes, routing different models to different Skills requires Eino-specific agent construction patterns, configuring AgentHub and ModelHub to manage model assignment per Skill.