← All skills
Tencent SkillHub · Developer Tools

solana-light-token-client

For client development with tokens on Solana, Light Token is 200x cheaper than SPL and has minimal changes. Skill includes guides for create mints, associate...

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

For client development with tokens on Solana, Light Token is 200x cheaper than SPL and has minimal changes. Skill includes guides for create mints, associate...

⬇ 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/revoke.md, references/wrap.md, references/create-interface-pda.md, references/load-associated-token-account.md, references/transfer-checked.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.6

Documentation

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

Light Token Client SDKs

Client-side cookbook for @lightprotocol/compressed-token (TypeScript) and light_token_client (Rust). Covers all token operations: create mints, associated token accounts, transfer, approve, revoke, burn, wrap, unwrap, freeze, thaw, close, and load. Creation costSPLLight TokenToken account~2,000,000 lamports~11,000 lamports

Prerequisites

Examples show both localnet and devnet configurations. For devnet, set: API_KEY env var — Helius or Triton RPC API key. In production, load from a secrets manager. ~/.config/solana/id.json — local Solana keypair (solana-keygen new). In production, load from a secrets manager.

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: ask to spawn a read-only subagent with Read, Glob, Grep, and DeepWiki MCP access, loading skills/ask-mcp. Scope reads to skill references, example repos, and docs.

Domain references

TaskReferenceCreate a mintcreate-mint.mdCreate SPL interface PDAcreate-interface-pda.mdCreate associated token accountcreate-associated-token-account.mdCreate token accountcreate-token-account.mdMint tokensmint-to.mdTransfer tokenstransfer-interface.mdTransfer checkedtransfer-checked.mdApprove delegateapprove.mdRevoke delegaterevoke.mdWrap SPL to Lightwrap.mdUnwrap Light to SPLunwrap.mdLoad associated token accountload-associated-token-account.mdBurn tokensburn.mdBurn checkedburn-checked.mdFreeze token accountfreeze.mdThaw token accountthaw.mdClose token accountclose-token-account.mdMint SPL, wrap, and transferspl-mint-wrap-transfer.md

Operations overview

OperationTypeScriptRustDocsCreate Light mintcreateMintInterfaceCreateMintcreate-mintCreate SPL mint w/ interface PDAcreateMintInterface + TOKEN_PROGRAM_ID—create-mintCreate T22 mint w/ interface PDAcreateMintInterface + TOKEN_2022_PROGRAM_ID—create-mintAdd interface PDA to existing mintcreateSplInterface—create-mintCreate associated token accountcreateAtaInterfaceCreateAtacreate-ataCreate token account—CreateTokenAccountcreate-token-accountMint tomintToInterfaceMintTomint-toTransfertransferInterfaceTransferInterfacetransfer-interfaceTransfer checked—TransferCheckedtransfer-checkedApproveapproveApproveapprove-revokeRevokerevokeRevokeapprove-revokeBurn—BurnburnBurn checked—BurnCheckedburnWrap SPL to LightwrapWrapwrap-unwrapUnwrap Light to SPLunwrapUnwrapwrap-unwrapLoad associated token account (cold to hot)loadAta—load-ataFreeze—Freezefreeze-thawThaw—Thawfreeze-thawClose—Closeclose-token-account

External references

ResourceLinkDocs cookbookzkcompression.com/light-token/cookbookTypeScript examplesexamples-light-token/typescript-clientRust examplesexamples-light-token/rust-client@lightprotocol/stateless.jsAPI docs@lightprotocol/compressed-tokenAPI docslight-clientdocs.rslight-token-clientdocs.rslight-tokendocs.rs

Security

This skill does not pull, store, or transmit external secrets. It provides code patterns, documentation references, and development guidance only. Declared dependencies. Devnet and mainnet examples require API_KEY (Helius or Triton RPC key) and read ~/.config/solana/id.json for the payer keypair. Neither is needed on localnet. In production, load both from a secrets manager. User-provided configuration. RPC endpoints, wallet keypairs, and authentication tokens are configured in the user's application code. The skill demonstrates patterns — it does not store or transmit secrets. Install source. npx skills add Lightprotocol/skills installs from the public GitHub repository (Lightprotocol/skills). Verify the source before running. Subagent scope. When stuck, the skill asks to spawn a read-only subagent with Read, Glob, and Grep scoped to skill references, example repos, and docs. Audited protocol. Light Protocol smart contracts are independently audited. Reports are published at github.com/Lightprotocol/light-protocol/tree/main/audits.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
6 Docs
  • SKILL.md Primary doc
  • references/create-interface-pda.md Docs
  • references/load-associated-token-account.md Docs
  • references/revoke.md Docs
  • references/transfer-checked.md Docs
  • references/wrap.md Docs