← Back to Skills Marketplace
344
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install solana-stream-light
Description
For data pipelines, aggregators, or indexers, real-time account state streaming on Solana with light account hot/cold lifecycle tracking. Stream Light token...
Usage Guidance
This skill appears coherent for building streaming/indexing pipelines, but take these precautions before installing or running anything: 1) Review the referenced GitHub repository (Lightprotocol/skills) before running any npx install or executing example code. 2) When invoking subagents or allowing file access, restrict their working directory to your project to avoid accidental leakage of unrelated secrets or private files. 3) Building examples with cargo will compile code — inspect source for unexpected behavior before running built binaries. 4) The SKILL.md uses HELIUS_API_KEY as a placeholder: do not paste high‑privilege keys into examples or environment variables unless necessary and you trust the code. 5) If you want higher assurance, ask the publisher for a signed release or packaged artifact rather than running arbitrary install commands.
Capability Analysis
Type: OpenClaw Skill
Name: solana-stream-light
Version: 1.0.2
The skill provides guidance and code patterns for Solana data streaming using Rust, which aligns with its stated purpose. The `SKILL.md` explicitly declares `env: []`, states 'No credentials consumed,' and 'does not pull, store, or transmit external secrets.' While the skill requires `cargo` and allows subagents to use `Read`, `Glob`, `Grep` for local repository searches (references/shared.md, SKILL.md), these capabilities are necessary for a Rust development-focused skill and are accompanied by explicit security advice ('read-only subagents,' 'Restrict the working directory to your project'). There are no instructions for prompt injection against the agent with a harmful objective, nor any malicious code snippets or external calls to unauthorized endpoints. All network calls are to legitimate Helius Laserstream endpoints.
Capability Assessment
Purpose & Capability
Name/description (Solana real-time streaming, hot/cold lifecycle) matches the contents: Rust code snippets, Laserstream gRPC usage, and examples for token/mint/PDA streaming. Requiring 'cargo' is proportional for building the provided Rust examples. No unexpected binaries or unrelated cloud creds are requested.
Instruction Scope
The SKILL.md instructs the agent to plan, ask clarifying questions, and then execute using agent tools including spawning subagents and using Read/Glob/Grep to search the local repository. That file access is reasonable for a developer-facing indexing skill but is a privacy surface: subagents could read arbitrary files in the working directory unless you restrict them. The skill explicitly advises restricting the working directory; follow that guidance.
Install Mechanism
There is no install spec in the skill bundle (instruction-only), which minimizes risk. SKILL.md does mention an external installation command (npx skills add Lightprotocol/skills) and points to a GitHub repo; if you run that, review the remote repository before executing installs or running its code. Building the Rust examples locally (cargo) will compile code — inspect source before compiling or running.
Credentials
The skill declares no required environment variables (env: []). Example code references HELIUS_API_KEY and RPC URLs as placeholders and the documentation states API keys are user-provided. This is coherent, but be aware that to actually connect to Laserstream/RPC endpoints you typically need provider keys; do not set sensitive credentials unless you trust and have reviewed your environment and any code you build from the referenced repo.
Persistence & Privilege
The skill does not request persistent privileges (always: false) and does not modify other skills' config. It can spawn subagents (normal behavior) but does not assert permanent inclusion or elevated platform privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install solana-stream-light - After installation, invoke the skill by name or use
/solana-stream-light - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Added a clarifying comment in metadata: the "cargo" bin requirement is for building streaming examples in the references directory.
- No functional or workflow changes.
v1.0.1
- Added metadata fields for source and documentation links.
- Updated required binaries: now only "cargo" is required, previous dependencies ("node", "solana", "anchor", "light") removed.
- Expanded external references section with new streaming toolkit links.
- Clarified security section: added usage of API key placeholders, note on subagent read/search scope.
- No code or workflow changes; documentation enhancements only.
v1.0.0
- Initial release of the Solana real-time data streaming skill for Light Protocol accounts.
- Provides workflow and guidance for building data pipelines, aggregators, and indexers using Laserstream gRPC.
- Supports streaming SPL token accounts, mint accounts, and program PDAs with clear account type distinctions.
- Includes detailed references, workflow steps, and security information.
- No credentials or secrets required; configuration is handled in user applications.
Metadata
Frequently Asked Questions
What is solana-stream-light?
For data pipelines, aggregators, or indexers, real-time account state streaming on Solana with light account hot/cold lifecycle tracking. Stream Light token... It is an AI Agent Skill for Claude Code / OpenClaw, with 344 downloads so far.
How do I install solana-stream-light?
Run "/install solana-stream-light" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is solana-stream-light free?
Yes, solana-stream-light is completely free (open-source). You can download, install and use it at no cost.
Which platforms does solana-stream-light support?
solana-stream-light is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created solana-stream-light?
It is built and maintained by tilo-14 (@tilo-14); the current version is v1.0.2.
More Skills