taproot-assets-rpc

taproot-assets-rpc is a skill for Claude Code, Codex from HannahMR/lightning-skills. It costs 40 tokens per session (3,175 once invoked), scanned A, original, no licence file.

A guide for connecting Go programs to LND and Taproot Assets through gRPC. LND is software for running a Bitcoin Lightning node, while Taproot Assets tracks additional digital assets on it.

In plain words
What is it for?
Working with asset amounts, channel data, pagination, and authenticated gRPC calls when building an LND or Taproot Assets wallet in Go.
Why use it?
It collects authentication details, data-handling patterns, and common implementation mistakes in one place.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Working with asset amounts, channel data, pagination, and authenticated gRPC calls when building an LND or Taproot Assets wallet in Go.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hannahmr/lightning-skills/taproot-assets-rpc
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add HannahMR/lightning-skills --skill taproot-assets-rpc
Clone the repo
git clone --depth 1 https://github.com/HannahMR/lightning-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for taproot-assets-rpc

README.md
[![agentmods](https://agentmods.dev/badge/skills/hannahmr/lightning-skills/taproot-assets-rpc/github.svg)](https://agentmods.dev/skills/hannahmr/lightning-skills/taproot-assets-rpc)
Your own site
<a href="https://agentmods.dev/skills/hannahmr/lightning-skills/taproot-assets-rpc"><img src="https://agentmods.dev/badge/skills/hannahmr/lightning-skills/taproot-assets-rpc/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for taproot-assets-rpc

Your own site · 80×15
<a href="https://agentmods.dev/skills/hannahmr/lightning-skills/taproot-assets-rpc"><img src="https://agentmods.dev/badge/skills/hannahmr/lightning-skills/taproot-assets-rpc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,175 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00040 $0.03175
Opus 5 $0.00020 $0.01588
Sonnet 5 $0.00008 $0.00635
Haiku 4.5 $0.00004 $0.00317

Measured 10d ago against content hash 8e0db6b5b2d7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

taproot-assets-rpc scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

taproot-assets-rpc/SKILL.md · 384 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 384 lines · 40 tokens per session scan A 8e0db6b5b2d7

Subscribe to this mod's changes

taproot-assets-rpc is a skill published in the GitHub repository HannahMR/lightning-skills (2 stars, last pushed 3mo ago), with no licence file. It adds 40 tokens to every session and 3,175 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

chainlink-cre-skill

Handle CRE (Chainlink Runtime Environment) work: Go/TypeScript workflows, CRE CLI/SDK, triggers (CRON, HTTP, EVM log), HTTP, Confidential HTTP and EVM Read/Write capabilities, Confidential Workflows that run handlers inside a TEE/enclave, secrets, simulation, deployment, and monitoring. Use this skill whenever the…

smartcontractkit/chainlink-agent-skills · 125 tokens

magnus-bindings

Magnus conventions for building Ruby native extensions from a Rust core: defineclass, TryConvert/IntoValue, exception mapping, GVL handling, TypedData GC integration, and rake-compiler distribution. Load when generating or reviewing Magnus Ruby bindings for a Rust library.

Goldziher/ai-rulez · 58 tokens

blockchain-core

Use this skill when asked about blockchain fundamentals, consensus mechanisms, PoW, PoS, gas, staking, blockchain data structures, DAG consensus, Avalanche, MEV, PBS, economic security, blockchain node implementation. Languages: C++, Go. Covers core protocol engineering including consensus algorithms (Nakamoto, PBFT…

j4flmao/agent-skills · 175 tokens

wallet-brc100-go

This skill should be used when the user asks to "implement BRC-100 wallet in Go", "use go-wallet-toolbox", "Go BSV wallet", "BRC-100 Go implementation", or needs guidance on building conforming wallets using Go wallet-toolbox.

b-open-io/bsv-skills · 61 tokens

go-interfaces

Enforces Go interface design — interfaces defined by the consumer, kept to one or two methods, accepted as parameters while structs are returned, and never created before a second implementation exists. Use when writing or reviewing Go abstractions, mocks, or package boundaries, and when the user mentions interface…

CasLubbers/code-design-skills · 102 tokens

ast-grep

Guide for writing ast-grep rules to perform structural code search and analysis. Use when users need to search codebases using Abstract Syntax Tree (AST) patterns, find specific code structures, or perform complex code queries that go beyond simple text search. This skill should be used when users ask to search for…

JanDeDobbeleer/oh-my-posh · 80 tokens