A comprehensive agent skill for analyzing Orca Whirlpools and managing concentrated liquidity positions via the Solana blockchain.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install orca-lp-analytics
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 orca-lp-analytics using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Orca LP skill is a sophisticated toolkit designed for Openclaw Skills that enables AI agents to interact deeply with Orca Whirlpools. It provides a dual-mode workflow: a robust read-only analytics engine for pool discovery, ranking, and stability analysis, and an on-chain management layer for executing transactions. By integrating this into your Openclaw Skills environment, developers can build agents that not only find the most profitable pools but also handle the complex math of range sizing and position rebalancing.
This skill leverages multiple data sources, including the Orca REST API for discovery, the Beachhouse API for historical timeseries, and the Snorkel API for multi-hop swap quotes. Whether you are performing a Monte Carlo projection to simulate price paths or executing a Token-2022 swap, this skill provides the necessary TypeScript scaffolds and logic to ensure high-performance DeFi automation.
To integrate this into your Openclaw Skills workflow, ensure you have the required environment variables configured. Read-only features work out of the box, but write operations require a Solana keypair.
# Set your Solana RPC and Keypair path
export SOLANA_RPC_URL="https://api.mainnet-beta.solana.com"
export KEYPAIR_PATH="/path/to/your/wallet.json"
# Install necessary pinned dependencies
npm install @solana/[email protected] @orca-so/[email protected] @coral-xyz/[email protected]
Ensure your wallet contains at least 0.02 SOL to cover rent for position metadata and priority fees.
The skill organizes data across several technical domains, primarily focusing on pool statistics and on-chain position metadata:
| Data Type | Source | Key Fields |
|---|---|---|
| Pool Metadata | Orca REST | address, feeRate, tvlUsdc, tickSpacing, tokenA/B |
| Timeseries | Beachhouse | unixTime, totalVolumeUsd, volumeBase, volumeQuote, tvl |
| LP Position | On-chain | positionMint, liquidity, tickLowerIndex, tickUpperIndex |
| Swap Quotes | Snorkel | inputAmount, outputAmount, price_impact, routes |
All numeric fields from REST APIs are returned as strings and must be cast to numbers before performing calculations like APR or volatility.
Loading
An automated weather briefing generator that transforms real-time meteorological data into aesthetic, AI-enhanced visual reports.

A high-performance API skill to extract comprehensive engagement and audience growth summaries for Xiaohongshu KOLs.

Retrieve detailed follower growth and engagement metrics for creators on the Xiaohongshu Pugongying marketplace using a single user ID.

A professional API skill for retrieving deep performance metrics, trend signals, and content efficiency data from the Xiaohongshu Creator Marketplace.

A comprehensive intelligence skill for analyzing Kearney, a premier management consultancy specializing in operational excellence and supply chain transformation.

An advanced verification tool designed to extract verifiable claims from text or URLs and validate them against authoritative primary sources.








































