← Back to Skills Marketplace
432
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install solana-light-sdk
Description
For Solana program development with tokens and PDAs, Light is 200x cheaper than SPL/ Solana and has minimal code differences (e.g. for any Solana program and...
Usage Guidance
This skill is documentation-only and appears coherent for Solana Light SDK development: it does not request secrets or install code. Before using: (1) ensure you have the declared tools (cargo, anchor, node) and run any build/test commands in a safe/dev environment; (2) review network examples (Jito bundle endpoint and hard-coded tip accounts) — those are illustrative and would involve sending real transactions if you follow them; never provide private keys or wallets to the skill itself; (3) be aware the workflow suggests spawning subagents that can read files (Read/Glob/Grep) and access DeepWiki MCP — grant those capabilities only if you trust the agent environment and want the agent to scan your repository; (4) if you plan to run example transactions, audit the code and endpoints first and run on testnet or a sandboxed environment.
Capability Analysis
Type: OpenClaw Skill
Name: solana-light-sdk
Version: 1.0.1
The skill is classified as suspicious due to the broad file system access granted to subagents via `Read`, `Glob`, and `Grep` tools, as instructed in `SKILL.md` under the 'When stuck' workflow step. While the skill's 'Security' section transparently discloses this capability and advises restricting the working directory, the instruction itself enables the agent to potentially access and read sensitive files outside the immediate project scope if the environment is not properly sandboxed or restricted by the user. There is no clear evidence of malicious intent to exfiltrate data or perform unauthorized actions, but the capability represents a significant vulnerability for information disclosure.
Capability Assessment
Purpose & Capability
Name/description (Light SDK for rent-free PDAs, tokens, DeFi integration) matches the content of SKILL.md and reference files. Required binaries (cargo, anchor, node) are appropriate for building/testing Anchor/Pinocchio programs and TypeScript tests. No unrelated credentials or config paths are requested.
Instruction Scope
The SKILL.md and reference files are detailed developer guidance and code examples. They instruct agent workflows (AskUserQuestion, spawn subagents, use Task/Skill/Read/Glob/Grep and DeepWiki MCP) which could lead the agent to read repository files or other project files when run. The docs also include example network usage (posting bundles to a Jito endpoint and sending tip transfers) — these are examples, not direct runtime calls by the skill itself, but following them would involve network access and wallet operations. Overall the instructions stay within the development/documentation scope, but they grant the agent broad discretion to read project files and spawn subagents.
Install Mechanism
No install spec and no code files to write/execute are included — this is instruction-only. That is the lowest-risk install mechanism and consistent with the skill being documentation and examples only.
Credentials
The skill requests no environment variables or credentials. Example code references sending transactions and using payer keys (expected for Solana dev), but the skill does not ask for secrets itself. If you run examples locally you will need wallet keys, but that is outside the skill's declared requirements.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modify other skills. disable-model-invocation is default (agent may call it autonomously), which is typical and not by itself concerning given the other dimensions.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solana-light-sdk - After installation, invoke the skill by name or use
/solana-light-sdk - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added a rent cost comparison table to highlight how Light SDK drastically reduces rent for token accounts and DeFi pools compared to Solana/SPL.
- Updated introductory explanation to include new rent-exemption details and cost example.
- No code logic or workflow changes; documentation improvement only.
v1.0.0
Initial release of solana-light-sdk for cost-efficient Solana program development:
- Introduces Light SDK for Solana, enabling token and PDA workflows at 200x lower cost compared to SPL.
- Supports rent-free Light-PDAs, token accounts, and mints with minimal changes to existing program logic.
- Provides full workflows and integration guides for Anchor and Pinocchio frameworks, including DeFi-specific patterns (AMMs, vaults, lending).
- Includes documentation links, code references, and domain-specific guidance for client and router integration.
- No external credentials required; only uses user-provided configurations for endpoint access.
- Security best practices outlined and independent protocol audits linked.
Metadata
Frequently Asked Questions
What is solana-light-sdk?
For Solana program development with tokens and PDAs, Light is 200x cheaper than SPL/ Solana and has minimal code differences (e.g. for any Solana program and... It is an AI Agent Skill for Claude Code / OpenClaw, with 432 downloads so far.
How do I install solana-light-sdk?
Run "/install solana-light-sdk" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is solana-light-sdk free?
Yes, solana-light-sdk is completely free (open-source). You can download, install and use it at no cost.
Which platforms does solana-light-sdk support?
solana-light-sdk is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created solana-light-sdk?
It is built and maintained by tilo-14 (@tilo-14); the current version is v1.0.1.
More Skills