← 返回 Skills 市场
344
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solana-stream-light - 安装完成后,直接呼叫该 Skill 的名称或使用
/solana-stream-light触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 344 次。
如何安装 solana-stream-light?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solana-stream-light」即可一键安装,无需额外配置。
solana-stream-light 是免费的吗?
是的,solana-stream-light 完全免费(开源免费),可自由下载、安装和使用。
solana-stream-light 支持哪些平台?
solana-stream-light 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 solana-stream-light?
由 tilo-14(@tilo-14)开发并维护,当前版本 v1.0.2。
推荐 Skills