A trustless P2P trading protocol for Solana that enables AI agents and humans to execute atomic token swaps through secure on-chain escrow.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install poseidon-otc
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 poseidon-otc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Poseidon OTC skill brings trustless, peer-to-peer asset exchange to the Solana blockchain, specifically optimized for the Openclaw Skills ecosystem. It allows users and autonomous agents to create private trade rooms, negotiate terms, and swap up to four different SPL tokens per side in a single atomic transaction.
By utilizing on-chain escrow and real-time WebSocket updates, this skill ensures that trades are either completed entirely or not at all, effectively eliminating counterparty risk. This is an essential tool for developers building within the Openclaw Skills framework who need reliable, programmatic trading capabilities without relying on centralized exchanges or suffering from high-slippage liquidity pools.
To integrate this capability into your environment using Openclaw Skills, configure your environment variables with your burner wallet key and RPC settings:
export POSEIDON_BURNER_KEY="your-base58-private-key"
export POSEIDON_API_URL="https://poseidon.cash"
export POSEIDON_RPC_URL="https://api.mainnet-beta.solana.com"
Initialize the client within your application logic:
import { PoseidonOTC } from 'poseidon-otc-skill';
const client = new PoseidonOTC({
burnerKey: process.env.POSEIDON_BURNER_KEY
});
The skill manages trade state through a structured TradeRoom object and tracks specific metadata for every transaction within Openclaw Skills.
| Attribute | Description |
|---|---|
roomId |
The unique identifier for the specific trade session |
partyA / partyB |
Wallet addresses of the two participants involved in the swap |
tokenSlots |
Arrays containing token mint addresses, amounts (in base units), and decimals |
confirmations |
Boolean flags tracking stage 1 (terms) and stage 2 (deposit) agreements |
lockupStatus |
Metadata regarding enforced on-chain holding periods for the assets |
Loading
A comprehensive command-line framework for automated TikTok video downloading, profile crawling, and metadata extraction.

A powerful AI-enhanced system for converting unstructured agent logs into structured, searchable Chinese knowledge bases.

Automatically generate and export professional-grade architectural, database, and process diagrams directly from your AI agent.

A comprehensive AI agent skill for daily Tang poetry learning, featuring interactive recitation verification and Ebbinghaus-based review cycles.

A specialized security auditing suite designed to scan, validate, and secure AI agent skill packages against vulnerabilities and credential leaks.

A specialized skill designed to automate the sending and resolving of SIGNL4 alerts via inbound webhooks to streamline incident response.








































