← Back to Skills Marketplace
466
Downloads
0
Stars
0
Active Installs
5
Versions
Install in OpenClaw
/install solana-compression-dev
Description
For client and program development on Solana ~160x cheaper and without rent-exemption for per-user state, DePIN registrations, or custom compressed accounts....
Usage Guidance
This skill appears coherent for Solana compressed-PDA development, but take standard precautions: only provide an API_KEY for a trusted RPC provider (Helius/Triton) and avoid pointing the skill at a mainnet keypair with significant funds—use a devnet/local keypair when experimenting. Verify the referenced GitHub repositories and the Lightprotocol docs if you need assurance of provenance. Because the skill can run developer CLIs and fetch web resources, run it in an isolated/dev environment if you are unsure, and do not grant unrelated secrets or system access.
Capability Analysis
Type: OpenClaw Skill
Name: solana-compression-dev
Version: 1.0.4
The skill is classified as suspicious due to its requirement to access sensitive user credentials (`~/.config/solana/id.json`) and its broad `allowed-tools` permissions, including `Write` for filesystem modification and `WebFetch` for network access, as detailed in `SKILL.md` and `references/client.md`. While the skill's stated purpose is legitimate Solana development and it includes instructions to limit file access, the inherent capability to read a user's Solana keypair and perform arbitrary file/network operations presents a significant vulnerability risk if the agent were compromised via prompt injection, or if the skill itself were subtly altered to misuse these permissions. There is no clear evidence of intentional malicious exfiltration or backdoor installation in the provided content.
Capability Assessment
Purpose & Capability
Name/description (compressed PDAs, Light System Program, ZK compression) match the required binaries (solana, anchor, cargo, node, light) and the documented need for an RPC API key and a Solana keypair. The declared config path (~/.config/solana/id.json) and API_KEY are appropriate for devnet/mainnet workflows described in the docs.
Instruction Scope
SKILL.md instructs the agent to fetch validity proofs from RPC providers (Helius/Triton), derive addresses, pack accounts, and read the Solana keypair; these actions are within the scope of building & testing compressed PDA programs. The instructions do not direct the agent to read unrelated system files or to exfiltrate data to unexpected endpoints; external network calls are to documented RPC and GitHub resources.
Install Mechanism
This is an instruction-only skill with no install spec or archive downloads. That minimizes disk write execution risk; required binaries are assumed present on PATH and are standard developer tools for Rust/Solana development.
Credentials
The single required env var (API_KEY) is justified (RPC provider key for fetching validity proofs). The required config path is the Solana keypair file, which is needed to sign transactions/tests. No unrelated credentials or numerous secrets are requested.
Persistence & Privilege
always:false and no install hooks are present. The skill does not request persistent system-wide privileges or modifications to other skills. Autonomous invocation is allowed but is the platform default; nothing else increases its privilege.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solana-compression-dev - After installation, invoke the skill by name or use
/solana-compression-dev - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Updated the description to clarify support for both client and program development using Solana compression.
- No other changes detected in this release.
v1.0.3
- Updated reference repositories section to use direct GitHub links for each example, with added descriptions and organized categories.
- Provided explicit distinctions between Anchor and Native examples and included links to relevant SDKs and clients.
- Improved clarity and navigation for example patterns, client-program flows, and advanced use cases (nullifier, airdrop, ZK).
- No changes to functionality—documentation update only.
v1.0.2
- Updated the skill description for clarity on use cases, program development, and cost savings.
- No functional or code changes were made in this version.
- Documentation and workflow remain unchanged.
v1.0.1
- Clarified required environment variables: API_KEY and Solana keypair path are now explicitly listed for devnet/mainnet usage.
- Improved security section to specify when credentials are needed and where they should be sourced.
- Simplified and made explicit the build/test instructions and subagent workflow for debugging and failure recovery.
- Added a cost comparison table between standard and compressed accounts.
- Improved language for subagent spawning and restricted read scopes for better clarity and safety.
v1.0.0
Initial release of solana-compression: build, manage, and test compressed accounts for Solana programs.
- Enables creation, update, closure, burn, and reinitialization of compressed accounts via manual CPI to the Light System Program (~100x lower cost, no rent-exemption).
- Provides full guidance for per-user state, DePIN registration, and ZK-proof custom state.
- Includes recommended tooling/workflow, code patterns, error recovery, and deep references to client SDKs and example repos.
- No secret handling; all sensitive configuration remains user-side.
- Detailed workflow for troubleshooting, parallel research, and fallback reference search.
Metadata
Frequently Asked Questions
What is solana-compression-dev?
For client and program development on Solana ~160x cheaper and without rent-exemption for per-user state, DePIN registrations, or custom compressed accounts.... It is an AI Agent Skill for Claude Code / OpenClaw, with 466 downloads so far.
How do I install solana-compression-dev?
Run "/install solana-compression-dev" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is solana-compression-dev free?
Yes, solana-compression-dev is completely free (open-source). You can download, install and use it at no cost.
Which platforms does solana-compression-dev support?
solana-compression-dev is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created solana-compression-dev?
It is built and maintained by tilo-14 (@tilo-14); the current version is v1.0.4.
More Skills