Skip to content

solana-api-skill — make any Solana/crypto API first-call-correct - #154

Open
ernanibmurtinho wants to merge 1 commit into
solanabr:mainfrom
ernanibmurtinho:submit/solana-api-skill
Open

solana-api-skill — make any Solana/crypto API first-call-correct#154
ernanibmurtinho wants to merge 1 commit into
solanabr:mainfrom
ernanibmurtinho:submit/solana-api-skill

Conversation

@ernanibmurtinho

Copy link
Copy Markdown

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 getBalance positional array → "invalid params"); Jupiter amount
is atomic units (1.5 SOL = 1500000000, not 1.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-surf engine at any OpenAPI to
auto-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.md progressive routing → focused .md files
(discovery, access-and-auth, first-call-correct, drift, apis/{helius,jupiter,clmm}),
optional agents/·commands/·rules/, install.sh, README. Addon to solana-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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant