solana-api-skill — make any Solana/crypto API first-call-correct - #154
Open
ernanibmurtinho wants to merge 1 commit into
Open
solana-api-skill — make any Solana/crypto API first-call-correct#154ernanibmurtinho wants to merge 1 commit into
ernanibmurtinho wants to merge 1 commit into
Conversation
… (built on gecko-surf)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
solana-api-skill — make any Solana/crypto API first-call-correct
The comprehension layer the other kit skills sit on top of. Every other skill wraps one
protocol; this teaches an agent to be first-call-correct against any Solana/crypto API.
Usefulness — kills the first-call-wrong tax builders hit daily: Helius DAS wants a named
object (agents send the
getBalancepositional array → "invalid params"); Jupiteramountis atomic units (
1.5 SOL=1500000000, not1.5→ 400); CLMM wants the pool pubkey,not a token mint. A repeatable four-job procedure — Discovery · Access & Auth ·
First-call-correct · Drift — gets the first call right.
Novelty — not another single-protocol wrapper. Plus a power-path: point the open-source
gecko-surfengine at any OpenAPI toauto-generate first-call-correct MCP tools.
Quality — tested (live-verified examples + CI), current to the 2026 stack, copy-only
install (no binaries, no network calls). MIT.
Fit — follows the kit shape:
skill/SKILL.mdprogressive routing → focused.mdfiles(
discovery,access-and-auth,first-call-correct,drift,apis/{helius,jupiter,clmm}),optional
agents/·commands/·rules/,install.sh, README. Addon tosolana-dev-skill.Built on gecko-surf (open-source, on PyPI) by GeckoVision — the API-comprehension company.
Canonical repo: https://github.com/GeckoVision/solana-api-skill