← Back to Skills Marketplace
arnarsson

Eureka Feedback

by Arnarsson · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1790
Downloads
1
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install eureka-feedback
Description
Request feedback or assistance from Eureka, the primary AI agent
README (SKILL.md)

Communicate with Eureka

Eureka is the primary AI agent running as @Eureka_Agent_Bot on Telegram. Eureka uses Opus 4.5 and handles higher-level planning, decision-making, and orchestration.

When to reach out to Eureka

  • Need strategic guidance or architectural decisions
  • Want feedback on an approach before implementing
  • Task requires capabilities outside pure coding (home automation, scheduling, memory)
  • Reporting back completion of a delegated task

How to message Eureka

Send a message to Eureka's agent:

clawdbot agent --agent main --message "\x3Cyour message>"

To send AND have Eureka's response delivered back via your Telegram bot:

clawdbot agent --agent main --message "\x3Cmessage>" --deliver --reply-channel telegram --reply-account mason --reply-to 1878354815

Best practices

  • Be concise about what you need — Eureka is Opus-powered so token-efficient requests are appreciated
  • When reporting task completion, summarize what was done and any issues encountered
  • If Eureka delegated a task to you, report back with the result
Usage Guidance
This skill appears to be what it says (a bridge to ask the primary agent Eureka), but it instructs sending messages out to Telegram and even includes a specific reply-account and recipient ID without declaring the credentials or configuration required. Before installing or using it: (1) Verify you trust the Eureka agent and the Telegram account referenced; (2) Confirm how clawdbot is configured on your system and which Telegram account/name ('mason') it will use — delivering messages will require bot/user tokens that are not documented here; (3) Do not let the skill send any sensitive secrets or private data to Eureka/Telegram until you confirm the destination and permissions; (4) Ask the skill author to document required credentials and to remove or parameterize hard-coded recipient IDs so messages aren't accidentally sent to an unintended account; (5) Test with harmless dummy messages first and review logs/audit trails for outbound deliveries.
Capability Analysis
Type: OpenClaw Skill Name: eureka-feedback Version: 1.0.0 The skill bundle is designed for inter-agent communication within the OpenClaw ecosystem, specifically to message a primary AI agent named 'Eureka'. The `SKILL.md` provides instructions and examples using the internal `clawdbot agent` command, which facilitates messaging and response delivery. There is no evidence of data exfiltration to external endpoints, malicious execution (e.g., `curl|bash`), persistence mechanisms, or prompt injection attempts against the executing agent to perform actions beyond its stated purpose. All commands and instructions are aligned with the benign goal of inter-agent communication.
Capability Assessment
Purpose & Capability
The SKILL.md clearly describes contacting Eureka and gives concrete clawdbot CLI commands to do so. That aligns with the stated purpose. However, it references a Telegram agent handle (@Eureka_Agent_Bot), a reply-account named 'mason', and a numeric reply-to ID (1878354815) even though the skill declares no required credentials or config — a minor coherence gap.
Instruction Scope
Runtime instructions direct the agent to send messages to an external endpoint (Eureka via Telegram) and optionally to deliver responses back over Telegram. This is within the skill purpose, but the presence of a hard-coded reply-account and recipient ID means the skill can cause outbound network-visible messages to a specific external recipient; the SKILL.md gives the agent direct instructions to perform that transmission without documenting necessary safeguards or confirming consent/context.
Install Mechanism
This is an instruction-only skill with no install spec or code files, so it does not write code to disk or pull external packages. That keeps install risk low.
Credentials
No environment variables or credentials are declared, but the instructions require a preconfigured clawdbot and an authenticated Telegram reply-account (and likely bot tokens or account credentials) to actually deliver messages. The omission of required credential declarations is an incoherence: the skill references systems that will need secrets/permissions but does not request or document them.
Persistence & Privilege
The skill does not request always:true, does not modify other skills or system-wide settings, and is user-invocable only. There is no indication it requests elevated persistence or privileges beyond sending messages when invoked.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install eureka-feedback
  3. After installation, invoke the skill by name or use /eureka-feedback
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of the eureka-feedback skill. - Enables users to request feedback or assistance from Eureka, the primary AI agent. - Provides clear guidance on when and how to communicate with Eureka. - Includes example commands for messaging and receiving replies from Eureka. - Outlines best practices for effective communication and task reporting.
Metadata
Slug eureka-feedback
Version 1.0.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Eureka Feedback?

Request feedback or assistance from Eureka, the primary AI agent. It is an AI Agent Skill for Claude Code / OpenClaw, with 1790 downloads so far.

How do I install Eureka Feedback?

Run "/install eureka-feedback" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Eureka Feedback free?

Yes, Eureka Feedback is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Eureka Feedback support?

Eureka Feedback is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Eureka Feedback?

It is built and maintained by Arnarsson (@arnarsson); the current version is v1.0.0.

💬 Comments