A skill that enables OpenClaw to access decentralized AI models by routing requests through the AntSeed peer-to-peer network.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclaw-antseed
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install openclaw-antseed using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
This skill provides a bridge between OpenClaw and the AntSeed P2P AI network, functioning as a local buyer proxy. By integrating this into your Openclaw Skills workflow, you can decentralize your LLM dependencies and access a variety of models provided by independent nodes. The skill leverages a Distributed Hash Table (DHT) to discover available providers, ensuring a resilient and censorship-resistant connection to AI intelligence.
Setting up this skill transforms your local environment into an active participant in the AntSeed ecosystem. It handles the complexities of P2P discovery and protocol translation, allowing OpenClaw to interact with decentralized providers as if they were standard API endpoints. This is an essential tool for developers looking to explore the future of peer-to-peer Openclaw Skills and infrastructure.
npm install -g @antseed/cli
antseed plugin add @antseed/router-local-proxy
antseed connect --router local-proxy --port 5005
openclaw config set models.providers.antseed.baseUrl "http://127.0.0.1:5005"
openclaw config set models.providers.antseed.apiKey "antseed-p2p"
openclaw config set models.providers.antseed.api "anthropic-messages"
openclaw config set agents.defaults.model.primary "antseed/YOUR_MODEL_ID"
The skill manages configuration across two primary layers to ensure compatibility with Openclaw Skills:
| Component | Configuration File | Purpose |
|---|---|---|
| OpenClaw Provider | ~/.openclaw/openclaw.json |
Defines the AntSeed proxy as a valid model source. |
| P2P Network | ~/.antseed/config.json |
Stores DHT settings and bootstrap nodes for network entry. |
| Proxy Service | antseed-buyer.service |
(Optional) Systemd unit for persistent background operation. |
anthropic-messages API format for broad compatibility.Loading
Tribunal is a robust quality enforcement plugin for Claude Code that automates TDD, secret scanning, and multi-agent quality gates.

A powerful quality enforcement plugin for Claude Code that automates TDD, secret scanning, and context monitoring for AI-driven projects.

QuantumForge is a decentralized AI orchestration platform that enables autonomous agents to forge models and collaborate via the Nostr protocol.

A decentralized AI orchestration platform built on Nostr that leverages quantum simulation and swarm intelligence to forge, deploy, and monetize AI assets.

A technical core patch for Clawdbot that resolves Text-to-Speech (TTS) failures by optimizing payload delivery for Discord voice memos.

A comprehensive CLI integration for Openclaw Skills that enables autonomous code development, auditing, and repository management via Claude Code.








































