eureka-feedback
Request feedback or assistance from Eureka, the primary AI agent
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/arnarsson/eureka-feedbackWhat This Skill Does
The eureka-feedback skill serves as your dedicated communication bridge to Eureka, the primary AI agent and architect of the OpenClaw ecosystem. By integrating this skill, you gain the ability to initiate high-level dialogues with Eureka directly from your terminal. Eureka acts as the orchestrator for complex workflows, operating on advanced reasoning models like Opus 4.5. This skill is not merely for sending messages; it is an integrated interface for cross-agent collaboration, allowing you to synchronize tasks, report completions, and solicit strategic architectural advice without leaving your CLI environment. Whether you are seeking confirmation on a planned implementation or handing off a multi-stage objective, the eureka-feedback skill ensures that your messages are processed, contextualized, and delivered to the central command layer.
Installation
To integrate this capability into your OpenClaw environment, execute the following command in your terminal:
clawhub install openclaw/skills/skills/arnarsson/eureka-feedback
Ensure your OpenClaw environment is updated to the latest version to maintain compatibility with the messaging protocols utilized by the @Eureka_Agent_Bot on Telegram.
Use Cases
- Strategic Orchestration: Requesting architectural review for new code modules before committing to a specific development path.
- Task Completion Reporting: Providing structured feedback to Eureka after successfully finalizing a delegated sub-task.
- Cross-Platform Synchronization: Using the --deliver flag to route Eureka’s reasoning output back to your specific Telegram account for mobile review.
- Complex Decision Support: Leveraging Eureka's superior planning capabilities for tasks that span beyond pure software engineering, such as home automation or multi-step scheduling.
Example Prompts
clawdbot agent --agent main --message "I have completed the refactoring of the authentication module. All tests passed, and memory usage has dropped by 15%. Ready for next steps."clawdbot agent --agent main --message "I am planning to move our storage backend from local files to S3. Does this conflict with our current long-term memory strategy? Please advise." --deliver --reply-channel telegram --reply-account mason --reply-to 1878354815clawdbot agent --agent main --message "Requesting guidance: How should I structure the API routes for the new integration? Looking for a scalable, modular approach."
Tips & Limitations
To maximize efficiency, keep messages concise and focused. Eureka is optimized for token-efficient interaction; therefore, providing clear context at the start of your message will yield higher-quality strategic planning. Be mindful that Eureka is a high-level orchestrator; avoid using this channel for simple, low-level technical queries that local agents can handle. Always provide specific identifiers or IDs when reporting completion to ensure proper tracking within the OpenClaw state management system. If you do not require a formal response via Telegram, omit the --deliver flag to minimize unnecessary network overhead.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-arnarsson-eureka-feedback": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
docker-essentials
Essential Docker commands and workflows for container management, image operations, and debugging.
fzf-fuzzy-finder
Command-line fuzzy finder for interactive filtering and selection - integrates with shell, vim, and other tools.
git-essentials
Essential Git commands and workflows for version control, branching, and collaboration.
fd-find
A fast and user-friendly alternative to 'find' - simple syntax, smart defaults, respects gitignore.
ssh-essentials
Essential SSH commands for secure remote access, key management, tunneling, and file transfers.