Agent skill · Data & Analytics

longbridge-onchain

On-chain data analysis framework — covers active addresses, whale behaviour, TVL (total value locked), DEX liquidity, and on-chain valuation metrics: MVRV (market cap / realised value), NVT (network value / transaction volume), SOPR. Longbridge provides spot crypto quotes (.HAS); raw on-chain data requires external sources (Glassnode / Dune Analytics). Triggers: "链上数据", "链上分析", "MVRV", "NVT", "活跃地址", "鲸鱼地址", "TVL", "SOPR", "链上指标", "链上估值", "鏈上數據", "鏈上分析", "活躍地址", "鯨魚地址", "鏈上指標", "鏈上估值", "on-chain data", "on-chain analysis", "MVRV ratio", "NVT ratio", "active addresses", "whale activity", "TVL",

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-onchain --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-onchain/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# longbridge-onchain On-chain data analysis framework — MVRV, NVT, SOPR, whale behaviour, TVL, and DEX liquidity. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use Trigger on prompts asking for: - On-chain valuation — *"MVRV 是多少"*, *"BTC MVRV ratio"*, *"NVT 指标"* - Whale or address activity — *"鲸鱼地址动向"*, *"whale activity"*, *"active addresses"* - DeFi / TVL — *"以太坊 TVL"*, *"DeFi TVL"*, *"链上流动性"* - On-chain sentiment — *"SOPR"*, *"链上持仓盈亏"*, *"on-chain profit/loss"* > **Data scope**: Longbridge CLI provides **spot crypto price and price history** only. On-chain raw data (address activity, TVL, whale transfers) is not available via the Longbridge CLI — the user must supply external data (Glassnode, Dune Analytics, Nansen, etc.) or paste it directly. This skill interprets and synthesises that data. ## Workflow 1. Fetch crypto spot quote and recent price history from Longbridge. 2. Ask the user to provide on-chain data, or guide them to a public source: - Glassnode: MVRV, NVT, SOPR, active addresses - Dune Analytics: DEX volume, TVL by protocol - Nansen: whale wallet labels and flows - DefiLlama: cross-chain TVL

What's inside
Steps it walks through
  1. When to use
  2. Workflow
  3. CLI
  4. Output structure
  5. Error handling
  6. MCP fallback
  7. Related skills
  8. File layout
Ships with 1 file
  • metadata.json
Commands it runs
Crypto spot quote
longbridge quote BTCUSD.HAS --format json
Recent daily price trend (ETH example); run --help for period/count flags
longbridge kline ETHUSD.HAS --format json   # run --help for available flags
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-onchain skill do?

On-chain data analysis framework — covers active addresses, whale behaviour, TVL (total value locked), DEX liquidity, and on-chain valuation metrics: MVRV (market cap / realised value), NVT (network value / transaction volume), SOPR. Longbridge provides spot crypto quotes (.HAS); raw on-chain data requires external sources (Glassnode / Dune Analytics). Triggers: "链上数据", "链上分析", "MVRV", "NVT", "活跃地址", "鲸鱼地址", "TVL", "SOPR", "链上指标", "链上估值", "鏈上數據", "鏈上分析", "活躍地址", "鯨魚地址", "鏈上指標", "鏈上估值", "on-chain data", "on-chain analysis", "MVRV ratio", "NVT ratio", "active addresses", "whale activity", "TVL",

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-onchain --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going