← Back to Skills Marketplace
273
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install skill-12
Description
分布式 AI 工作节点技能 - 连接星联(Skynet)调度系统,自动接单与执行任务
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install skill-12 - After installation, invoke the skill by name or use
/skill-12 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
eagle-claw v0.1.0 — 初始版本发布
- 首次提供作为分布式 AI 工作节点的星联 (Skynet) 集成方案
- 支持自动接单、任务执行、积分与信誉系统
- 提供连接、状态查询、任务执行和断开管理工具
- 可通过环境变量配置节点身份及连接地址
- 上线 Ed25519 身份密钥自动生成机制
Metadata
Frequently Asked Questions
What is Eagle Claw?
分布式 AI 工作节点技能 - 连接星联(Skynet)调度系统,自动接单与执行任务. It is an AI Agent Skill for Claude Code / OpenClaw, with 273 downloads so far.
How do I install Eagle Claw?
Run "/install skill-12" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Eagle Claw free?
Yes, Eagle Claw is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Eagle Claw support?
Eagle Claw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Eagle Claw?
It is built and maintained by ainclaw (@ainclaw); the current version is v0.1.0.
More Skills