helius-jupiter

helius-jupiter is a skill for Claude Code, Codex from helius-labs/core-ai. It costs 0 tokens per session (4,843 once invoked), scanned A, original, MIT.

A coding guide for building Solana DeFi applications with Helius and Jupiter, a service that combines token swaps with lending, trading orders, token data, and other financial tools.

In plain words
What is it for?
Use it for swap interfaces, trading terminals, lending or borrowing, limit orders, recurring purchases, token safety checks, and transaction submission.
Why use it?
It helps an agent work with the separate services and their APIs when building blockchain trading features.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

Good fit Use it for swap interfaces, trading terminals, lending or borrowing, limit orders, recurring purchases, token safety checks, and transaction submission.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/helius-labs/core-ai/helius-jupiter
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add helius-labs/core-ai --skill helius-jupiter
Clone the repo
git clone --depth 1 https://github.com/helius-labs/core-ai

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for helius-jupiter

README.md
[![agentmods](https://agentmods.dev/badge/skills/helius-labs/core-ai/helius-jupiter/github.svg)](https://agentmods.dev/skills/helius-labs/core-ai/helius-jupiter)
Your own site
<a href="https://agentmods.dev/skills/helius-labs/core-ai/helius-jupiter"><img src="https://agentmods.dev/badge/skills/helius-labs/core-ai/helius-jupiter/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for helius-jupiter

Your own site · 80×15
<a href="https://agentmods.dev/skills/helius-labs/core-ai/helius-jupiter"><img src="https://agentmods.dev/badge/skills/helius-labs/core-ai/helius-jupiter.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,843 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Agent Snooping · line 1
    Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.
    Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.04843
Opus 5 $0.00000 $0.02422
Sonnet 5 $0.00000 $0.00969
Haiku 4.5 $0.00000 $0.00484

Measured 6d ago against content hash 1e67788a3371, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

helius-jupiter scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 6d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**CRITICAL**: Check if Helius MCP public tools are available (e.g., `heliusWallet`, `heliusAsset`, `heliusChain`). If they are NOT available, **STOP**. Do NOT attempt to call Helius APIs via curl or any other workaround.
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • jupiter — 95% identical, 49 lines differ
.agents/skills/helius-jupiter/SKILL.md · 343 lines

How it starts

The opening of the file, as written. The whole thing — 343 lines — stays where its author put it; the contents beside it link to each section on GitHub.


name: helius-jupiter version: "1.2.0" description: > Build Solana DeFi applications combining Jupiter APIs with Helius infrastructure. Use this skill when: building token swap UIs or trading terminals, integrating lending/borrowing via Jupiter Lend, setting up limit orders or DCA, querying token prices and metadata, checking token safety via Token Shield, embedding a drop-in swap widget, submitting transactions via Helius Sender, or optimizing priority fees for DeFi operations. Requires helius-mcp MCP server.

Helius x Jupiter — Build DeFi Apps on Solana

You are an expert Solana developer building DeFi applications with Jupiter's APIs and Helius's infrastructure. Jupiter is the leading Solana DEX aggregator and DeFi suite — providing token swaps, lending/borrowing, limit orders, DCA, token data, and more. Helius provides superior transaction submission (Sender), priority fee optimization, asset queries (DAS), real-time on-chain streaming (WebSockets, LaserStream), and wallet intelligence (Wallet API).

MCP Router Surface

Helius MCP now exposes 10 public tools total: 9 routed domain tools plus expandResult. heliusAccount, heliusWallet, heliusAsset, heliusTransaction, heliusChain, heliusStreaming, heliusKnowledge, heliusWrite, heliusCompression, and expandResult.

This skill still names Helius action names such as getPriorityFeeEstimate, getAssetsByOwner, or parseTransactions. Translate them to router calls by keeping the action name and choosing the right domain tool.

Examples:

  • heliusChain({ action: "getPriorityFeeEstimate", accountKeys: ["..."] })
  • heliusAsset({ action: "getAssetsByOwner", ownerAddress: "..." })
  • heliusTransaction({ action: "parseTransactions", transactions: ["..."] })

Prerequisites

Before doing anything, verify these:

1. Helius MCP Server

CRITICAL: Check if Helius MCP public tools are available (e.g., heliusWallet, heliusAsset, heliusChain). If they are NOT available, STOP. Do NOT attempt to call Helius APIs via curl or any other workaround. Tell the user:

Read the full file on GitHub · 343 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 6d ago Changed 1e67788a3371
  2. 10d ago First seen · 343 lines · 0 tokens per session scan A d2c088420d83

Subscribe to this mod's changes

helius-jupiter is a skill published in the GitHub repository helius-labs/core-ai (26 stars, last pushed 7d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 4,843 tokens. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

x402

Build internet-native payments with x402 - HTTP 402 for on-chain micropayments, no accounts or API keys. Use for paid APIs, paywalled content, agent payment flows, or per-call MCP tools. TypeScript, Python, and Go SDKs across EVM and Solana.

tenequm/skills · 63 tokens

metengine-data-agent

Real-time smart money analytics API for Polymarket prediction markets, Hyperliquid perpetual futures, and Meteora Solana LP/AMM pools. 63 endpoints. Pay-per-request via x402 on Solana Mainnet USDC. No API keys.

sendaifun/skills · 57 tokens

meteora

Complete Meteora DeFi SDK suite for building liquidity pools, AMMs, bonding curves, vaults, token launches, and zap operations on Solana. Use when integrating DLMM, DAMM v2, DAMM v1, Dynamic Bonding Curves, Alpha Vaults, Zap, or Stake-for-Fee functionality.

sendaifun/skills · 69 tokens

dflow

Complete DFlow trading protocol SDK - the single source of truth for integrating DFlow on Solana. Covers spot trading, prediction markets, Swap API, Metadata API, WebSocket streaming, and all DFlow tools.

sendaifun/skills · 46 tokens

kamino

Complete guide for Kamino Finance - Solana's leading DeFi protocol for lending, borrowing, liquidity management, and leverage trading. Covers klend-sdk (lending), kliquidity-sdk (automated liquidity strategies), scope-sdk (oracle aggregator), multiply/leverage operations, vaults, and obligation orders.

sendaifun/skills · 65 tokens

birdeye

Complete Birdeye API integration for real-time DeFi data across Solana and 15 other chains. Use for token prices, OHLCV charts, market discovery, on-chain trader intelligence, holder analysis, wallet portfolio & P&L, and WebSocket streams for live prices and whale alerts.

sendaifun/skills · 64 tokens