Problem statement
Builders and AI coding agents need to ship shareable on-chain interactions (tips, swaps, votes, sign-in) via Solana Actions and Blockchain Links (Blinks). The spec spans GET/POST/OPTIONS handlers, actions.json domain mapping, CORS, callback security, and wallet-facing blink URLs — but this knowledge is fragmented across docs, examples, and one-off repos. Without a curated skill, agents often produce non-compliant endpoints or depend on broken third-party preview tools.
Proposed solution
solana-actions-blinks-skill — an addon skill for the Solana AI Kit with:
- Progressive disclosure via
skill/SKILL.md and six focused modules (SOL tip, SPL/USDC, Jupiter swap, NFT mint, Realms vote, message sign-in)
- Copy-paste Next.js templates using
@solana/actions (createActionHeaders, createPostResponse)
- Agents, slash commands, security module, and validation script
- Live devnet demo with an embedded native Action client (works without dial.to / Blinks Inspector)
Ecosystem gap
Review of 128+ open bounty PRs shows no dedicated Actions / Blinks skill. This proposal fills that gap and complements solana-dev-skill with production Action/Blink patterns.
Links
Latest submission sync: 2163011 — gautammanak1@2163011
Acceptance criteria (for maintainers)
Why it fits the Solana AI Kit
Actions/Blinks are the distribution layer for on-chain UX in social feeds, QR codes, and agent-generated links. Teaching agents the official SDK and spec reduces unsafe callbacks and broken blinks, and the live demo gives maintainers a reliable QA path when inspector tooling is down.
Submitted for Superteam Brasil · Solana AI Kit skills bounty.
Problem statement
Builders and AI coding agents need to ship shareable on-chain interactions (tips, swaps, votes, sign-in) via Solana Actions and Blockchain Links (Blinks). The spec spans GET/POST/OPTIONS handlers,
actions.jsondomain mapping, CORS, callback security, and wallet-facing blink URLs — but this knowledge is fragmented across docs, examples, and one-off repos. Without a curated skill, agents often produce non-compliant endpoints or depend on broken third-party preview tools.Proposed solution
solana-actions-blinks-skill — an addon skill for the Solana AI Kit with:
skill/SKILL.mdand six focused modules (SOL tip, SPL/USDC, Jupiter swap, NFT mint, Realms vote, message sign-in)@solana/actions(createActionHeaders,createPostResponse)Ecosystem gap
Review of 128+ open bounty PRs shows no dedicated Actions / Blinks skill. This proposal fills that gap and complements
solana-dev-skillwith production Action/Blink patterns.Links
Latest submission sync:
2163011— gautammanak1@2163011Acceptance criteria (for maintainers)
./solana-actions-blinks-skill/scripts/validate-skill.shnpm ci && npm run test:ciin standalone repo/api/actions/transfer-solreturnstype: actionwith linked actionstype: transactionsolana-dev-skill, not a duplicate core skillWhy it fits the Solana AI Kit
Actions/Blinks are the distribution layer for on-chain UX in social feeds, QR codes, and agent-generated links. Teaching agents the official SDK and spec reduces unsafe callbacks and broken blinks, and the live demo gives maintainers a reliable QA path when inspector tooling is down.
Submitted for Superteam Brasil · Solana AI Kit skills bounty.