Eureka Feedback

Request feedback or assistance from Eureka, the primary AI agent

MIT-0 · Free to use, modify, and redistribute. No attribution required.
1 · 1.6k · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
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.
What to consider before installing
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk97azsn6m3rc06nxqcm6jggms58041y6

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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 "<your message>"

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

clawdbot agent --agent main --message "<message>" --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

Files

1 total
Select a file
Select a file to preview.

Comments

Loading comments…