Hive solana analysis
Use this skill for anything Solana-native — wallets, mints, SPL token accounts, DAS assets, parsed transactions, priority fees, pump.fun launches, Solana NFTs, Solana token safety. Prefer it over EVM-shaped skills whenever the identifier is a base58 address, mint, or transaction signature, even if the user never says "Solana". Uses Solana-native identifiers and providers instead of EVM assumptions.From its SKILL.md
npx -y skills add hive-intel/hive-skills --skill hive-solana-analysisAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.7 KB, 748 tokens by cl100k_base, as published. Nobody here has run it
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 (confirm against hive://toolsets if routing
fails).
- 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.
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.
- 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.
Worked example
User: "This pump.fun token is mooning — can you check the mint <base58 mint> for safety and who holds it?"
- Classify: a base58 mint → token/security and asset paths, not wallet paths.
search_tools→{"query": "solana mint token security holders launch data", "limit": 5}get_api_endpoint_schemafor the mint-security and holder endpoints returned, theninvoke_api_endpointwith schema-valid arguments.- Report safety flags, holder concentration, and launch context with slot or
fetched_atfreshness.
If the user gives a wallet instead, use owner/balance/token-account paths and add parsed history only for activity questions.
Report template
## Summary
[Solana-specific read in one or two sentences.]
## Calls made
- Toolset: solana_analysis
- Endpoint(s): [exact endpoint names]
- Identifiers: [wallet/mint/asset/signature, filters]
## Evidence
- Balances/assets/transactions/fees: [as relevant]
- Provenance: [provider, slot or fetched_at, runtime status per call]
## Caveats
[Missing key, rate limit, DAS coverage, stale slot, truncated history.]
## Next action
[Transaction drilldown, asset verification, or risk check — only if needed.]
Gotchas
- Wallets, mints, token accounts, and asset ids are different identifiers.
- Priority-fee estimates are time-sensitive.
- Parsed-transaction coverage can vary by provider and transaction type.
Runtime status handling
Classify Helius or other Solana provider issues as missing_key,
rate_limited, degraded, or failing. Ask for a retry only when the status
is transient.
Hand-offs
- EVM wallets and tokens →
hive-wallet-investigation/hive-token-diligence. - EVM NFT collections →
hive-nft-research. - Cross-chain market prices →
hive-market-research.
What ships with it: 2 files
2.2 KB alongside SKILL.md
evals/
- evals.json994 B
- triggers.json1.2 KB