Agent skill
Agent skill
Toolkits
| payments-and-wallets | 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 |
| sponsor-rent-top-ups | Sponsor rent top-ups by setting your application as the fee payer | Example | Docs |
| spl-to-light | Transfer from SPL to Light via TransferInterface | Example |
TypeScript
| approve | Action | — | Docs |
| create-ata | Action | Instruction | Docs |
| create-mint | Action | Instruction | 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 |