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

helius

Build Solana applications with Helius infrastructure. Covers transaction sending (Sender), asset/NFT queries (DAS API), real-time streaming (WebSockets, Laserstream), event pipelines (webhooks), priority fees, wallet analysis, and agent onboarding.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/0xichigo/helius
Or

What This Skill Does

The Helius skill empowers your OpenClaw agent to become a full-stack Solana development powerhouse. By integrating directly with Helius's enterprise-grade RPC and API infrastructure, your agent gains the ability to query the blockchain with unmatched speed, monitor real-time activity, and execute complex transactions. Whether you are building NFT marketplaces, DeFi trading bots, or real-time wallet trackers, this skill provides the necessary abstractions for asset queries (DAS API), webhook management, and priority fee optimization. It transforms your agent from a generic assistant into a sophisticated blockchain engineer capable of reading and writing data to the Solana mainnet.

Installation

To integrate the Helius skill into your environment, use the OpenClaw CLI: clawhub install openclaw/skills/skills/0xichigo/helius

Prerequisites:

  1. Ensure the Helius MCP server is configured. If tools are missing, run: claude mcp add helius npx helius-mcp@latest and restart.
  2. You must have a valid Helius API key. If you are starting fresh, the agent can guide you through the agentic signup process (requiring ~0.001 SOL for fees plus USDC for subscription tiers).

Use Cases

  • Asset Management: Use the DAS API to fetch ownership, metadata, and Merkle proofs for standard tokens, NFTs, and compressed NFTs (cNFTs).
  • Real-Time Monitoring: Implement Webhooks or Laserstream to get instant notifications when specific wallets transact or accounts change state.
  • Transaction Optimization: Use priority fee estimation tools to ensure your transactions land in high-congestion environments.
  • Agentic Finance: Build autonomous agents that programmatically swap tokens, handle recurring payments, or verify on-chain activity before taking action.
  • Analytics: Analyze historical transaction data and balance deltas to provide users with deep insights into their financial performance on-chain.

Example Prompts

  1. "Check the current floor price and recent transfer history for my NFT collection using the DAS API."
  2. "Set up a webhook to alert me via Slack whenever my trading wallet receives a token transfer larger than 10 SOL."
  3. "Execute a swap of 1 USDC to SOL using Jupiter and make sure to include a priority fee to ensure it processes instantly during high traffic."

Tips & Limitations

Always read the reference files (e.g., sender.md, das.md) before executing complex operations. When dealing with mainnet, double-check your transaction logic, as on-chain actions are immutable. Ensure your wallet has sufficient SOL for network fees. If you encounter API limits, consider upgrading your tier via the agentic signup flow to match your project's scaling needs.

Metadata

Author@0xichigo
Stars4473
Views1
Updated2026-05-01
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-0xichigo-helius": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#solana#web3#blockchain#rpc#defi
Safety Score: 3/5

Flags: network-access, external-api, code-execution