← All skills
Tencent SkillHub Β· AI

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...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

For data pipelines, aggregators, or indexers, real-time account state streaming on Solana with light account hot/cold lifecycle tracking. Stream Light token...

⬇ 0 downloads β˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, references/shared.md, references/token-accounts.md, references/pdas.md, references/mint-accounts.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 9 sections Open source page

Data Streaming

Stream Light Protocol account state transitions via Laserstream gRPC.

Workflow

Clarify intent Recommend plan mode, if it's not activated Use AskUserQuestion to resolve blind spots All questions must be resolved before execution Identify references and skills Match task to domain references below Locate relevant documentation and examples Write plan file (YAML task format) Use AskUserQuestion for anything unclear β€” never guess or assume Identify blockers: permissions, dependencies, unknowns Plan must be complete before execution begins Execute Use Task tool with subagents for parallel research Subagents load skills via Skill tool Track progress with TodoWrite When stuck: spawn subagent with Read, Glob, Grep, DeepWiki MCP access and load skills/ask-mcp

When NOT to use

For simple account lookups, call get_account_interface from light-client. It races hot and cold lookups automatically. This skill is for continuous data pipelines: aggregators, market makers, and indexers that need real-time state change notifications rather than point queries.

Domain references

AudienceReferenceAll β€” shared architecture (read first)references/shared.mdToken accounts (SPL-compatible, 165 bytes)references/token-accounts.mdMint accounts (borsh-deserialized, metadata)references/mint-accounts.mdCompressible PDAs (per-program, discriminator check)references/pdas.md

Account type decision

Streaming...Account typeKey differenceSPL-compatible token balancesToken accountsPodAccount parsing, 165-byte layoutMint supply, metadata, authoritiesMint accountsMint::deserialize, borsh layoutYour program's PDA stateCompressible PDAs8-byte discriminator check, per-program filter

Program addresses

ProgramAddressLight Token ProgramcTokenmWW8bLPjZEBAUgYy3zKxQZW6VKi7bqNFEVv3mLight System ProgramSySTEM1eSU2p4BGQfQpimFEWWSC1XDFeun3Nqzz3rT7

External references

ResourceLinkPhoton indexergithub.com/helius-labs/photonStreaming tokens toolkitzkcompression.com/light-token/toolkits/for-streaming-tokensStreaming mints toolkitzkcompression.com/light-token/toolkits/for-streaming-mints

SDK references

PackageLink@lightprotocol/stateless.jsAPI docslight-clientdocs.rs

Security

This skill does not pull, store, or transmit external secrets. It provides code patterns, documentation references, and development guidance only. No credentials consumed. The skill requires no API keys, private keys, or signing secrets. env: [] is declared explicitly. User-provided configuration. RPC endpoints, wallet keypairs, and authentication tokens (Privy, wallet adapters) are configured in the user's own application code β€” the skill only demonstrates how to use them. API keys. Reference code uses HELIUS_API_KEY as a placeholder. For production, set your RPC provider key as an environment variable. Subagent scope. This skill may spawn read-only subagents that use Read, Glob, and Grep to search the local repository. Restrict the working directory to your project. Install source. npx skills add Lightprotocol/skills installs from the public GitHub repository (Lightprotocol/skills). Verify the source before running. Audited protocol. Light Protocol smart contracts are independently audited. Reports are published at github.com/Lightprotocol/light-protocol/tree/main/audits.

Category context

Agent frameworks, memory systems, reasoning layers, and model-native orchestration.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
5 Docs
  • SKILL.md Primary doc
  • references/mint-accounts.md Docs
  • references/pdas.md Docs
  • references/shared.md Docs
  • references/token-accounts.md Docs