← Back to list
💰

helius-api Checked

Enhanced Solana RPC with DAS API, parsed transactions, webhooks, and priority fee estimation via …
💰 Finance & Trading skills By agiprolabs Version v1.0.0 Updated 2026-09-20
8.8Overall rating

Installation

🤖 Install via AI

Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.

Install the "helius-api" skill by following the instructions at https://skill123.me/install/helius-api.
⌨️ Command line install

Run in your terminal — downloads and installs to ~/.claude/skills/.

curl -fsSL https://skill123.me/install/helius-api.sh | bash
📦 Download ZIP

Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.

⬇ Download v1.0.0 · 19 KB

About this skill

Overview

Enhanced Solana RPC with DAS API, parsed transactions, webhooks, and priority fee estimation via Helius

Source

  • Repo: https://github.com/agiprolabs/claude-trading-skills
  • Path: skills/helius-api

Score breakdown

Trigger
7.0
Description states What (DAS, parsed transactions, webhooks, priority fees via Helius) and use cases (wallet analysis, token metadata, monitoring); no when-not boundary; decent keyword coverage of the Solana data API domain.
Structure
9.3
263-line SKILL.md, four well-scoped references, two scripts in scripts/; Files section maps roles; no redundant files.
Workflow
8.0
Numbered quick start (key, install, base URLs), per-API runnable code examples, credit-cost and rate-limit tables, error-code/retry reference; guards via rate limits and 429 backoff guidance; no explicit verification loop and no demo mode in scripts (both required to be more robust).
Content
10.0
Dense, imperative, concrete JSON payloads and tables everywhere; zero filler.
Engineering
10.0
Valid frontmatter; scripts have shebangs, dependency notes, env-var docs, fail-fast key checks; all referenced paths exist.
Security
10.0
6.0 manifest: data reads limited to HELIUS_API_KEY env var; side effects limited to remote webhook CRUD on Helius (declared feature); network only to official Helius endpoints; no local persistence. Capabilities match declared scope. No injection, no obfuscation, no destructive commands.
Clean tool-wrapper for Helius enhanced Solana RPC: DAS API, Enhanced Transactions, webhooks, priority fee estimation, with pricing/credit tables and a dedicated error-handling reference. Scripts read HELIUS_API_KEY from env (fail fast if unset) and call only official Helius hosts. Deductions: D1 description lacks when-not boundary; D3 has no explicit result-verification step and scripts lack a mock/demo mode. 6.0 manifest: network destinations mainnet.helius-rpc.com / api-mainnet.helius-rpc.com / dashboard.helius.dev only (all official Helius, matching declared purpose); env read of HELIUS_API_KEY declared; no local file writes, no credentials exfiltration (key used only as query param to Helius itself), no persistence. Capabilities match declared scope. No injection, no secrets hardcoded.