Eureka Feedback for Openclaw

A powerful communication bridge allowing sub-agents and developers to request strategic feedback and orchestration from the primary Eureka AI agent.

arnarsson
v1.0.0
Jan 29, 2026
1
2.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install eureka-feedback

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install eureka-feedback using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Eureka Feedback?

Eureka Feedback is a specialized integration within the Openclaw Skills ecosystem that enables seamless communication with Eureka, a primary AI agent powered by Opus 4.5. While subordinate agents focus on execution and coding, this skill provides the necessary interface to reach out to the master orchestrator for high-level planning, architectural decisions, and cross-domain task management.

By leveraging Openclaw Skills, users can ensure their automated workflows remain aligned with broader project goals. Eureka handles the complex reasoning required for home automation, scheduling, and long-term memory, acting as the brain for the entire agentic swarm. This skill specifically manages the message routing and delivery logic between the local CLI environment and the global agent bot.

Eureka Feedback Use Cases

  • Requesting architectural reviews or strategic guidance before implementing complex code changes.
  • Seeking assistance for tasks that fall outside the scope of pure coding, such as scheduling or memory retrieval.
  • Reporting the successful completion of tasks that were originally delegated by the primary agent.
  • Validating technical approaches with an Opus-powered reasoning engine to ensure optimal efficiency.

How Eureka Feedback Works

  1. The developer or sub-agent triggers a communication request using the Openclaw Skills CLI toolset.
  2. The message is formatted and sent to the Eureka agent (running as @Eureka_Agent_Bot) via the clawdbot interface.
  3. If the delivery flag is set, the system routes the request through the specified communication channel, such as Telegram.
  4. Eureka processes the high-level request using its superior reasoning capabilities.
  5. Feedback or instructions are returned to the user or originating agent, allowing the workflow to continue with updated context.

Eureka Feedback Setup

To utilize this skill, ensure your local environment is configured with the necessary Openclaw Skills CLI tools. You can send a direct message to the primary agent using the following command:

clawdbot agent --agent main --message "<your message>"

For workflows requiring a response delivered back through a specific channel like Telegram, use the advanced delivery flags:

clawdbot agent --agent main --message "<message>" --deliver --reply-channel telegram --reply-account <your_account> --reply-to <chat_id>

Eureka Feedback Data Schema & Taxonomy

Parameter Purpose Example
--agent Identifies the target agent (Eureka is 'main') main
--message The core content or query for the primary agent "Review this architecture"
--deliver Flag to trigger routing through notification channels Boolean
--reply-channel The platform used for the return message telegram
--reply-to The unique identifier for the response destination 1878354815

Eureka Feedback Advanced Features

  • Multi-channel delivery support for real-time notifications via Telegram.
  • Token-efficient request formatting optimized for Opus 4.5 processing.
  • Bidirectional delegation reporting to maintain state across complex Openclaw Skills workflows.
  • Integration with non-coding automation domains including home IoT and scheduling systems.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*