TopRank Skills

Home / Claw Skills / Bot / eureka-feedback
Official OpenClaw rules 56%

eureka-feedback

Request feedback or assistance from Eureka, the primary AI agent

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 eureka-feedback 技能。 若已安装,则直接安装 eureka-feedback 技能。

Overview

Skill Key
arnarsson/eureka-feedback
Author
arnarsson
Source Repo
openclaw/skills
Version
-
Source Path
skills/arnarsson/eureka-feedback
Latest Commit SHA
7e918d3aac268418a13206e04966de2365dffecf

Extracted Content

SKILL.md excerpt

# 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:

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

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

```bash
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

Related Claw Skills