← 返回 Skills 市场
ainclaw

Eagle Claw

作者 ainclaw · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ⚠ suspicious
273
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-12
功能描述
分布式 AI 工作节点技能 - 连接星联(Skynet)调度系统,自动接单与执行任务
安全使用建议
This skill asks the agent to connect to an external WebSocket and automatically accept and execute tasks from that network, and it will generate or accept an Ed25519 private key. Before installing, consider: (1) Do you trust the Skynet endpoint (SKYNET_WS_URL)? A malicious endpoint can send tasks that cause data leaks or unsafe actions. (2) Where will the generated PRIVATE_KEY be stored and who can read it? The SKILL.md doesn't say — ask for the storage location and protection measures. (3) The skill references tools but provides no code or install steps, so behavior is underspecified; request the implementation or a clear runtime spec. (4) If you proceed, run this skill in a restricted/sandboxed environment and avoid supplying a high-value PRIVATE_KEY until you verify the implementation. If you need stronger assurance, ask the publisher for source code, an install script, and documentation on how results and logs are transmitted and stored.
功能分析
Type: OpenClaw Skill Name: skill-12 Version: 0.1.0 The eagle-claw skill (SKILL.md) is designed to transform the OpenClaw agent into a remote worker node for an external distributed network called 'Skynet' via a WebSocket connection (SKYNET_WS_URL). This architecture functions as a Command and Control (C2) mechanism, explicitly instructing the AI agent to 'automatically receive and execute tasks' from an external source. While the stated purpose is distributed AI collaboration, this setup introduces a high-risk remote code execution (RCE) vector, effectively allowing a third party to control the agent's actions and access the host environment.
能力评估
Purpose & Capability
The name/description (a distributed worker that connects to a Skynet scheduler) aligns with the declared SKYNET_WS_URL environment variable. Requiring a WebSocket URL is expected. However the SKILL.md references creating an Ed25519 identity and lists conversational tools (eagle_claw_connect, status, execute, disconnect) while there are no code files or install steps implementing those tools — this leaves behavior underspecified.
Instruction Scope
Instructions tell the agent to '自动接单' (automatically accept tasks) and '任务执行' using OpenClaw tools. That is inherently open-ended: tasks received from a remote WebSocket may request arbitrary actions or data access. The skill also says it will auto-generate an Ed25519 private key but does not specify where it will be stored, how it will be protected, or what it will be used to sign. The SKILL.md gives no limits on what incoming tasks may request or on what external endpoints results are sent to.
Install Mechanism
There is no install spec and no code files — instruction-only. This reduces filesystem risk because nothing is downloaded or extracted during install. However, it also means runtime behavior depends entirely on the agent platform and the (unimplemented) tools referenced in the doc.
Credentials
Only SKYNET_WS_URL is required and PRIVATE_KEY is optional — reasonable for a networked worker. But the skill expects to create or use an Ed25519 private key, which is sensitive. The SKILL.md does not specify storage location, protection, or key management, and it does not declare any config paths where the key will be persisted. Requiring or generating a private key is proportionate to the purpose but requires clear handling instructions which are missing.
Persistence & Privilege
The skill states it will auto-generate an identity key (persistence) and act as a node that auto-accepts tasks. Although always:false (not force-installed), this implied persistence (storing a private key/identity) is not described in requires.config or elsewhere. That ambiguity raises the risk of long-lived identity or credentials being created without explicit user consent or clear storage safeguards.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-12
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-12 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
eagle-claw v0.1.0 — 初始版本发布 - 首次提供作为分布式 AI 工作节点的星联 (Skynet) 集成方案 - 支持自动接单、任务执行、积分与信誉系统 - 提供连接、状态查询、任务执行和断开管理工具 - 可通过环境变量配置节点身份及连接地址 - 上线 Ed25519 身份密钥自动生成机制
元数据
Slug skill-12
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Eagle Claw 是什么?

分布式 AI 工作节点技能 - 连接星联(Skynet)调度系统,自动接单与执行任务. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 273 次。

如何安装 Eagle Claw?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-12」即可一键安装,无需额外配置。

Eagle Claw 是免费的吗?

是的,Eagle Claw 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Eagle Claw 支持哪些平台?

Eagle Claw 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Eagle Claw?

由 ainclaw(@ainclaw)开发并维护,当前版本 v0.1.0。

💬 留言讨论