← Back to Skills Marketplace
480
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-antseed
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install openclaw-antseed - After installation, invoke the skill by name or use
/openclaw-antseed - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: connect OpenClaw to AntSeed P2P network as a buyer
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 480 downloads so far.
How do I install OpenClaw AntSeed?
Run "/install openclaw-antseed" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is OpenClaw AntSeed free?
Yes, OpenClaw AntSeed is completely free (open-source). You can download, install and use it at no cost.
Which platforms does OpenClaw AntSeed support?
OpenClaw AntSeed is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created OpenClaw AntSeed?
It is built and maintained by Shahaf (@kotevcode); the current version is v1.0.0.
More Skills