Solana Agent Skills for rent-free development: light PDA, token and mint accounts, and compressed PDA.
Light Token allows agents to build scalable Solana applications with rent-free token and mint accounts and PDA's.
| Metric | Light | Standard Solana |
|---|---|---|
| Mint Account | ~0.00001 SOL | ~0.0015 SOL |
| Token Account | ~0.00001 SOL | ~0.0029 SOL |
| PDA (100-byte) | ~0.0000115 SOL | ~0.0016 SOL |
For additional documentation, see: zkcompression.com For examples, see: Lightprotocol/examples
Find dedicated prompts for agents here.
If you're use case does not have a dedicated skill, start with the orchestrator: skills/agent-dev-orchestrator
npx skills add Lightprotocol/skills| Use case | Skill |
|---|---|
| Skill for payment flows using Light Token APIs for sponsored rent-exemption. | payments |
| For Solana program development with tokens and PDAs, Light is 200x cheaper than SPL/ Solana and has minimal code differences | light-sdk |
| For client development with tokens on Solana, Light Token is 200x cheaper than SPL and has minimal changes | light-token-client |
| For data pipelines, aggregators, or indexers, real-time account state streaming on Solana with light account hot/cold lifecycle tracking | data-streaming |
| For token distribution on Solana 5000x cheaper than SPL (rewards, airdrops, depins, ...) | token-distribution |
| For custom ZK Solana programs and privacy-preserving applications to prevent double spending | zk-nullifier |
| For program development on Solana with infrequently accessed state, such as per-user state, DePIN registrations, ... | solana-compression |
| For testing with Light Protocol programs and clients on localnet, devnet, and mainnet validation | testing |
| For questions about compressed accounts, Light SDK, Solana development, Claude Code features, or agent skills | ask-mcp |
- Clarify intent
- Recommend plan mode, if it's not activated
- Use
AskUserQuestionto resolve blind spots - All questions must be resolved before execution
- Identify references and skills
- Match task to available skills below
- Locate relevant documentation and examples
- Write plan file (YAML task format)
- Use
AskUserQuestionfor anything unclear — never guess or assume - Identify blockers: permissions, dependencies, unknowns
- Plan must be complete before execution begins
- Use
- Execute
- Use
Tasktool with subagents for parallel research - Subagents load skills via
Skilltool - Track progress with
TodoWrite
- Use
- When stuck: spawn subagent with
Read,Glob,Grep, DeepWiki MCP access and loadskills/ask-mcp
These skills work with any AI agent. Pick your skills to install:
npx skills add Lightprotocol/skills
Add the marketplace and install:
# install solana-rent-free-dev
/plugin marketplace add Lightprotocol/skills
All skills are included. Use them by name (/light-sdk, /light-token-client, /testing, etc.) or let Claude invoke them based on task context.
Install as a plugin (all 9 skills):
openclaw plugins install ./path/to/skillsOr install individual skills from ClawHub:
clawhub install solana-rent-free-devThe plugin manifest is defined in openclaw.plugin.json.
- Open Settings (Cmd+Shift+J / Ctrl+Shift+J)
- Navigate to Rules & Commands → Project Rules → Add Rule → Remote Rule (GitHub)
- Enter:
https://github.com/Lightprotocol/skills.git
Skills are auto-discovered based on context. Ask about light-token, defi, payments, or program migration and the agent uses the relevant skill automatically.
Built on Anthropic's Skills and the Agent Skills Specification.
For additional documentation, see: https://www.zkcompression.com For examples, see: https://github.com/Lightprotocol/examples