A high-performance CLI tool for executing and simulating token trades on the Solana blockchain via the Jupiter aggregator.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawdex-trading
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 clawdex-trading using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
clawdex is a specialized tool designed for developers and power users to interact with the Solana decentralized finance ecosystem. By leveraging the Jupiter aggregator, it ensures optimal routing and pricing for token swaps. This tool integrates seamlessly into Openclaw Skills environments, providing a robust interface for wallet management, real-time balance tracking, and secure trade execution.
The skill emphasizes safety and precision, offering detailed JSON outputs for every command. Whether you are building automated trading bots or managing personal assets, clawdex provides the programmatic control needed to navigate Solana high-speed markets effectively using Openclaw Skills.
Install the CLI globally using npm:
npm install -g clawdex@latest
Initialize the configuration with your API keys and wallet path to begin using Openclaw Skills:
clawdex onboarding \
--jupiter-api-key "$JUPITER_API_KEY" \
--rpc "${SOLANA_RPC_URL}" \
--wallet ~/.config/solana/id.json \
--json
The skill communicates using structured JSON objects to ensure interoperability.
| Field | Description | Type |
|---|---|---|
| token | The symbol or name of the asset | String |
| mint | The Solana mint address | String |
| balance | Token amount (string-formatted for precision) | String |
| violations | List of triggered safety guardrails | Array |
| status | Current RPC and wallet health state | Object |
Loading
A high-performance AI tool that distills any URL or text into concise summaries or bulleted takeaways using the Kagi Universal Summarizer API.

A high-performance AI tool that synthesizes live web search results into concise, cited answers using the Kagi FastGPT API.

A specialized search skill for accessing Kagi's proprietary Teclis and TinyGem indexes to find independent content and non-mainstream news.

A persistent long-term memory layer that ensures continuity across AI sessions and development tools by serving as a canonical source of truth.

An autonomous AI agent skill that executes complex tasks through web browsing and tool usage via the Manus API.

Transform public web content into clean, LLM-ready Markdown for efficient AI data ingestion and processing.








































