skills$openclaw/eureka-feedback
arnarsson1.7k

by arnarsson

eureka-feedback – OpenClaw Skill

eureka-feedback is an OpenClaw Skills integration for planning workflows. Request feedback or assistance from Eureka, the primary AI agent

1.7k stars5.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026planning

Skill Snapshot

nameeureka-feedback
descriptionRequest feedback or assistance from Eureka, the primary AI agent OpenClaw Skills integration.
ownerarnarsson
repositoryarnarsson/eureka-feedback
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @arnarsson/eureka-feedback
last updatedFeb 7, 2026

Maintainer

arnarsson

arnarsson

Maintains eureka-feedback in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
285 B
SKILL.md
1.3 KB
SKILL.md

name: eureka-feedback description: Request feedback or assistance from Eureka, the primary AI agent triggers:

  • ask eureka
  • eureka feedback
  • check with eureka
  • delegate to eureka

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
README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install eureka-feedback?

Run openclaw add @arnarsson/eureka-feedback in your terminal. This installs eureka-feedback into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/arnarsson/eureka-feedback. Review commits and README documentation before installing.