← All skills
Tencent SkillHub Β· AI

Whistle RPC

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

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

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, SKILL.md, tools.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.5

Documentation

ClawHub primary doc Primary doc: SKILL.md 15 sections Open source page

Whistle RPC β€” Solana Infrastructure for AI Agents

Production Solana RPC with unlimited JSON-RPC, WebSocket, DEX data, and historical APIs. Designed for AI agents that need reliable blockchain access.

Services

ServiceURLWhat It DoesRPChttps://rpc.whistle.ninjaAll Solana JSON-RPC 2.0 methodsWebSocketwss://rpc.whistle.ninja/wsReal-time subscriptions (slots, accounts, logs)DEX APIhttps://dex.whistle.ninja/v1Trending tokens, trades, holders, volumeHistoricalhttps://rpc.whistle.ninja/v1Enriched transaction & transfer historyAgent APIhttps://api.whistle.ninjaSubscription management

Authentication

All endpoints require an API key obtained through subscription: Query param: https://rpc.whistle.ninja?api_key=YOUR_KEY Header: X-API-Key: YOUR_KEY Header: Authorization: Bearer YOUR_KEY

Supported RPC Methods

All standard Solana JSON-RPC 2.0: Account: getBalance, getAccountInfo, getMultipleAccounts, getTokenAccountsByOwner, getMinimumBalanceForRentExemption Block: getSlot, getBlockHeight, getBlock, getEpochInfo, getRecentPerformanceSamples Transaction: sendTransaction, simulateTransaction, getTransaction, getSignaturesForAddress, getLatestBlockhash Node: getHealth, getVersion

WebSocket Subscriptions

slotSubscribe, accountSubscribe, programSubscribe, signatureSubscribe, logsSubscribe Example: {"jsonrpc": "2.0", "id": 1, "method": "slotSubscribe"} {"jsonrpc": "2.0", "id": 2, "method": "accountSubscribe", "params": ["ADDRESS"]} Connect to wss://rpc.whistle.ninja/ws with your API key as a query param.

DEX & Market Data

GET /trending - Top trending tokens GET /token/:mint - Token price, volume, metadata GET /volume - Network-wide volume stats GET /trades/:mint - Recent trades for a token GET /holders/:mint - Holder distribution Base URL: https://dex.whistle.ninja/v1

Historical Data

GET /v1/transactions/:address - Enriched transaction history GET /v1/token-transfers/:address - Token transfer history GET /v1/swaps/:address - Swap history Base URL: https://rpc.whistle.ninja

Subscription Flow (REST API)

Subscription costs 1 SOL/month, paid on-chain. The flow is three HTTP calls and one Solana transfer. Important: The payment step sends real SOL on mainnet. The agent must ask the human operator for explicit approval before signing any transaction, display the exact amount and recipient, and use a dedicated low-value wallet.

1. Request a quote

POST https://api.whistle.ninja/api/agent/subscribe Content-Type: application/json { "walletAddress": "YOUR_WALLET_PUBKEY" } Response: { "nonce": "...", "amount": 1, "recipient": "...", "duration": 30 }

2. Send payment on-chain

Transfer amount SOL (from the quote) to the recipient address using a standard Solana SystemProgram.transfer. The agent must confirm the amount and recipient with the user before signing.

3. Activate the subscription

POST https://api.whistle.ninja/api/agent/activate Content-Type: application/json { "nonce": "FROM_STEP_1", "txSignature": "YOUR_TX_SIG", "walletAddress": "YOUR_WALLET_PUBKEY" } Response: { "apiKey": "...", "expiresAt": "...", "rpcUrl": "...", "wsUrl": "..." }

Check status

GET https://api.whistle.ninja/api/agent/status/YOUR_API_KEY Response: { "active": true, "daysLeft": 29, "renewalNeeded": false }

Renewal

When renewalNeeded is true, repeat the subscribe β†’ pay β†’ activate flow. Always confirm with the user before renewing.

Pricing

1 SOL/month. Everything included. No tiers. No rate limits. Revenue is distributed to WHISTLE stakers and node operators.

Links

Website: https://whistle.ninja NPM CLI: https://npmjs.com/package/whistle-rpc Tools manifest: https://whistle.ninja/tools.json

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs1 Config
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • tools.json Config