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.
npx skills add hive-intel/hive-sdk --skill hive-solana-analysisgit clone --depth 1 https://github.com/hive-intel/hive-sdkWrote 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.
[](https://agentmods.dev/skills/hive-intel/hive-sdk/hive-solana-analysis)<a href="https://agentmods.dev/skills/hive-intel/hive-sdk/hive-solana-analysis"><img src="https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-solana-analysis/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.
<a href="https://agentmods.dev/skills/hive-intel/hive-sdk/hive-solana-analysis"><img src="https://agentmods.dev/badge/skills/hive-intel/hive-sdk/hive-solana-analysis.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00091 | $0.01369 |
| Opus 5 | $0.00046 | $0.00685 |
| Sonnet 5 | $0.00018 | $0.00274 |
| Haiku 4.5 | $0.00009 | $0.00137 |
Grade A, and why
hive-solana-analysis scanned grade A with 0 findings 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 9d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 139 lines — stays where its author put it; the contents beside it link to each section on GitHub.
hive-solana-analysis — Solana Analysis
Analyze Solana wallets, mints, SPL accounts, DAS assets, parsed transactions, priority fees, and launch data with Solana-native tools — never EVM assumptions.
Task toolset and identifiers
Toolset: solana_analysis. Read hive://toolsets/solana_analysis before
execution; it is authoritative for the current output schema, material-call
budget, phases, fallback condition, and stop conditions.
- Required: Solana wallet, mint, token account, asset id, program id, or transaction signature.
- Optional: slot/time window, owner, collection, token filter.
Wallets, mints, token accounts, and asset ids are different identifier types — classify before selecting tools. Do not apply EVM address, chain-id, or approval assumptions to Solana requests.
Before choosing endpoints, select exactly one matching entry from the exact workflow's routes[]. Follow its ordered steps, use a fallback only under that step's published condition, stop at four material calls, and preserve the selected route_id in the typed result. The broad coverageCatalog is discovery coverage, not an execution plan.
Procedure
- Classify the identifier: wallet, mint, token account, asset, program, or transaction signature.
- Call
search_toolsfor Solana wallet, SPL token, DAS, parsed-transaction, priority-fee, or launch-data capabilities. - Call
get_api_endpoint_schemafor each endpoint before calling it. - Use wallet paths for owner/balance/history questions; mint/asset paths for token/NFT questions.
- Prefer Helius
getTransactionsForAddressorgetTransfersByAddressfor current address history. Treat Enhanced Transactions parsers as deprecated compatibility surfaces. - For a prepared serialized transaction, run the GoPlus Solana pre-execution check before signing guidance; never request a private key or seed phrase.
- For execution context, include slot, priority fee, and freshness.
Bounded calls
- Limit parsed history, asset lists, and token accounts.
- Include slot or fetched time where available.
- Avoid multi-provider mixing without source labels.
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.
- 9d ago First seen · 139 lines · 91 tokens per session scan A 3bef77a472b0
hive-solana-analysis is a skill published in the GitHub repository hive-intel/hive-sdk (18 stars, last pushed yesterday), licensed MIT. It adds 91 tokens to every session and 1,369 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
palisade-security-scanner
Onchain security scanner on Robinhood Chain — scan token approvals, detect honeypots, analyze contracts for rugpull indicators, check liquidity locks, and score contract safety. Use when a user asks an agent to evaluate, scan, or check a token or wallet before trading, swapping, signing an approval, or investing. 18…
pump-swarm
Coordinated multi-wallet trading on Pump.fun.
trading-solana
Trade tokens on Solana DEXes - Jupiter, Raydium, Orca, Meteora, Pump.fun.
public
For agents: This document explains how to integrate with Clodds APIs.
copy-trading
Automatically copy trades from successful wallets on Polymarket and crypto.
trading-evm
Trade tokens on EVM chains - Uniswap V3, 1inch on Ethereum, Arbitrum, Optimism, Base, Polygon.