← 返回 Skills 市场
480
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openclaw-antseed
功能描述
Connect OpenClaw to the AntSeed P2P AI network as a buyer. Use when: user asks to connect OpenClaw to AntSeed, route OpenClaw through AntSeed, set up AntSeed...
安全使用建议
This skill is internally consistent with its purpose, but you should verify before installing: 1) Inspect the @antseed/cli and @antseed/router-local-proxy packages (npm/GitHub) to ensure you trust their source and behaviour. npm packages execute code during install. 2) Back up ~/.openclaw/openclaw.json (the script will overwrite it) and inspect ~/.antseed/config.json if you add bootstrap nodes. 3) Running the buyer proxy joins a public P2P network—model requests and prompt data may be relayed to unknown providers or upstream APIs; avoid sending sensitive data. 4) If you don't want persistence, do not use the --service option or enable the systemd unit. 5) Prefer testing inside an isolated environment (container or VM) and validate antseed --version and the plugin behavior manually before making it your default model provider.
功能分析
Type: OpenClaw Skill
Name: openclaw-antseed
Version: 1.0.0
The `scripts/setup.sh` file contains critical shell injection vulnerabilities. User-provided arguments such as `--model`, `--model-name`, `--port`, `--bootstrap`, `--context-window`, and `--max-tokens` are directly embedded into Python scripts executed via `python3 -c "..."` and into the `ExecStart` command of a systemd service file without proper sanitization. This allows for arbitrary code execution if an attacker can control the input arguments to the script.
能力评估
Purpose & Capability
The name/description (connect OpenClaw to AntSeed) matches the actual actions: install @antseed/cli, add the local proxy plugin, run a local buyer proxy, and update OpenClaw's config. Declared required binaries (npm, openclaw) are sensible and sufficient for the stated task.
Instruction Scope
Runtime instructions and the included script only touch AntSeed and OpenClaw-related files (~/.antseed/config.json and ~/.openclaw/openclaw.json), install the AntSeed CLI/plugin, and optionally install a systemd service. These are within scope, but the skill directs the agent/machine to join a public P2P network (DHT) and to add arbitrary bootstrap nodes—actions that expose network traffic and model requests to third parties and should be considered a material behavior beyond a simple local integration.
Install Mechanism
There is no packaged install spec in the registry; the script performs a global npm install of @antseed/cli and invokes antseed plugin add. This is expected for the task but means remote code from the npm package (and any plugins it downloads) will run on the host—moderate risk if the packages or their dependencies are untrusted.
Credentials
The skill requests no additional environment variables or unrelated credentials. It does read/write the user's AntSeed and OpenClaw config files (expected for configuration) and suggests using sudo for systemd service installation — these accesses are proportional to setting up a persistent local proxy but do modify user/system config.
Persistence & Privilege
always:false (normal). The skill optionally installs a systemd service which grants persistence (auto-start and continuous network presence). Installing a persistent service that joins a P2P network increases blast radius and should be a conscious decision by the user; the skill does not request elevated privileges beyond the sudo needed to create a systemd unit.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openclaw-antseed - 安装完成后,直接呼叫该 Skill 的名称或使用
/openclaw-antseed触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: connect OpenClaw to AntSeed P2P network as a buyer
元数据
常见问题
OpenClaw AntSeed 是什么?
Connect OpenClaw to the AntSeed P2P AI network as a buyer. Use when: user asks to connect OpenClaw to AntSeed, route OpenClaw through AntSeed, set up AntSeed... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 480 次。
如何安装 OpenClaw AntSeed?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openclaw-antseed」即可一键安装,无需额外配置。
OpenClaw AntSeed 是免费的吗?
是的,OpenClaw AntSeed 完全免费(开源免费),可自由下载、安装和使用。
OpenClaw AntSeed 支持哪些平台?
OpenClaw AntSeed 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenClaw AntSeed?
由 Shahaf(@kotevcode)开发并维护,当前版本 v1.0.0。
推荐 Skills