← 返回 Skills 市场
1790
总下载
1
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install eureka-feedback
功能描述
Request feedback or assistance from Eureka, the primary AI agent
使用说明 (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
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install eureka-feedback - 安装完成后,直接呼叫该 Skill 的名称或使用
/eureka-feedback触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Eureka Feedback 是什么?
Request feedback or assistance from Eureka, the primary AI agent. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1790 次。
如何安装 Eureka Feedback?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install eureka-feedback」即可一键安装,无需额外配置。
Eureka Feedback 是免费的吗?
是的,Eureka Feedback 完全免费(开源免费),可自由下载、安装和使用。
Eureka Feedback 支持哪些平台?
Eureka Feedback 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Eureka Feedback?
由 Arnarsson(@arnarsson)开发并维护,当前版本 v1.0.0。
推荐 Skills