Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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...
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...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
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
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.
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.
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
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
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
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.