ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

Whistle RPC

Production Solana RPC for AI agents. Unlimited JSON-RPC, WebSocket. 1 SOL/month via on-chain payment. No rate limits, no tiers.

Why use this skill?

Integrate Whistle RPC to provide your AI agent with unlimited, high-speed Solana JSON-RPC, WebSocket, and DEX market data for seamless on-chain operations.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dylanport/whistle-rpc
Or

What This Skill Does

Whistle RPC provides production-grade infrastructure for Solana-based AI agents. It eliminates the common friction of rate limits and unreliable public nodes by offering high-throughput JSON-RPC and WebSocket connectivity. Beyond basic blockchain communication, it includes specialized DEX data APIs for market intelligence and enriched historical transaction APIs. The service operates on a flat-rate model of 1 SOL per month, facilitating continuous agent operation without tiers or usage caps.

Installation

To integrate Whistle RPC into your environment, use the OpenClaw command-line interface. Run the following command in your terminal:

clawhub install openclaw/skills/skills/dylanport/whistle-rpc

Ensure your agent wallet has at least 1 SOL to cover the initial subscription fee. Follow the agent's prompts to sign the on-chain payment transaction.

Use Cases

  • Autonomous Trading Agents: Utilize the DEX API for real-time price monitoring and historical swap data to fuel decision-making algorithms.
  • Portfolio Managers: Use getTokenAccountsByOwner and historical transfer APIs to track, categorize, and report on assets held by specific wallets.
  • Transaction Monitors: Leverage WebSocket subscriptions to watch for specific accountSubscribe events, enabling agents to react instantly to on-chain changes.
  • Analytics Bots: Aggregate network-wide volume stats and trending token data to generate market insight reports.

Example Prompts

  1. "Check the current trending tokens on Solana and give me a summary of the top three by volume."
  2. "Monitor the wallet address 8N8... for any incoming token transfers and notify me via the log whenever a swap occurs."
  3. "Pull the last 50 transactions for the USDC mint address and identify the largest volume trade in that list."

Tips & Limitations

  • Safety First: As this skill involves on-chain payments, ensure your agent wallet is funded only with the amount necessary for operation. Always verify the transaction recipient and amount before signing.
  • API Management: Keep your API key secure. It is the sole access credential for all services, including DEX and historical data.
  • WebSocket Efficiency: When using wss://rpc.whistle.ninja/ws, be mindful of connection limits. Close unnecessary subscriptions to conserve bandwidth and maintain a responsive connection for your agent.

Metadata

Author@dylanport
Stars2387
Views2
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dylanport-whistle-rpc": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags

#solana#rpc#blockchain#web3#defi#agent#infrastructure#websocket#dex#trading
Safety Score: 3/5

Flags: network-access, external-api