Agent skill
Agent skill
Toolkits
| payments | All you need for wallet integrations and payment flows. Minimal API differences to SPL. | Example | Docs |
| sign-with-privy | Light-token operations signed with Privy wallets (Node.js + React) | Example | Docs |
| sign-with-wallet-adapter | Light-token operations signed with Wallet Adapter (React) | Example | Docs |
| gasless-transactions | Abstract SOL fees so users never hold SOL. Sponsor rent top-ups and transaction fees. | Example | Docs |
| spl-to-light | Transfer from SPL to Light via TransferInterface | Example |
TypeScript
| approve | Action | — | Docs |
| create-ata | Action | Instruction | Docs |
| create-ata-explicit-rent-sponsor | Action | — | Docs |
| create-mint | Action | Instruction | Docs |
| create-spl-interface | Action | Instruction | Docs |
| create-spl-mint | Action | Instruction | Docs |
| create-t22-mint | Action | Instruction | Docs |
| delegate-transfer | Action | — | Docs |
| load-ata | Action | Instruction | Docs |
| mint-to | Action | Instruction | Docs |
| revoke | Action | — | Docs |
| transfer-interface | Action | Instruction | Docs |
| unwrap | Action | Instruction | Docs |
| wrap | Action | Instruction | Docs |
Rust
| approve | Action | Instruction | Docs |
| burn | — | Instruction | Docs |
| burn-checked | — | Instruction | Docs |
| close | — | Instruction | Docs |
| create-ata | Action | Instruction | Docs |
| create-mint | Action | Instruction | Docs |
| create-token-account | — | Instruction | Docs |
| freeze | — | Instruction | Docs |
| mint-to | Action | Instruction | Docs |
| mint-to-checked | — | Instruction | Docs |
| revoke | Action | Instruction | Docs |
| thaw | — | Instruction | Docs |
| transfer-checked | Action | Instruction | Docs |
| transfer-interface | Action | Instruction | Docs |
| unwrap | Action | — | Docs |
| wrap | Action | — | Docs |