cross-chain-networth

cross-chain-networth is a skill for Claude Code, Codex from kayzaa/k.i.t.-bot. It costs 0 tokens per session (481 once invoked), scanned A, a copy of cross-chain-networth, MIT.

A tool for combining cryptocurrency and digital-asset holdings from many blockchains into one portfolio view. It includes tokens, NFTs, and DeFi positions such as lending, staking, and liquidity pools.

In plain words
What is it for?
Use it to track cross-chain net worth, asset values, transaction history, DeFi positions, NFT holdings, gas spending, and liquidation warnings.
Why use it?
It removes the need to check separate wallets and blockchains to understand total holdings, value, profit or loss, and potential liquidation risk.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to track cross-chain net worth, asset values, transaction history, DeFi positions, NFT holdings, gas spending, and liquidation warnings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kayzaa/k.i.t.-bot/cross-chain-networth
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 kayzaa/k.i.t.-bot --skill cross-chain-networth
Clone the repo
git clone --depth 1 https://github.com/kayzaa/k.i.t.-bot

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 cross-chain-networth

README.md
[![agentmods](https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/cross-chain-networth/github.svg)](https://agentmods.dev/skills/kayzaa/k.i.t.-bot/cross-chain-networth)
Your own site
<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/cross-chain-networth"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/cross-chain-networth/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 cross-chain-networth

Your own site · 80×15
<a href="https://agentmods.dev/skills/kayzaa/k.i.t.-bot/cross-chain-networth"><img src="https://agentmods.dev/badge/skills/kayzaa/k.i.t.-bot/cross-chain-networth.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 481 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 100% copy Near-identical to another mod 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.00000 $0.00481
Opus 5 $0.00000 $0.00241
Sonnet 5 $0.00000 $0.00096
Haiku 4.5 $0.00000 $0.00048

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

Security

Grade A, and why

cross-chain-networth 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 11d 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.

Origin

This is a copy

100% identical to cross-chain-networth — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/cross-chain-networth/SKILL.md · 63 lines

What it actually says

Cross-Chain Net Worth

DeBank-style unified portfolio tracking across all chains.

Features

  • Multi-Chain Aggregation - Track assets across 50+ EVM chains, Solana, Bitcoin, Cosmos
  • Real-Time Valuation - Live portfolio value with 24h change tracking
  • DeFi Position Tracking - Lending, borrowing, staking, LPs, yield farming
  • NFT Portfolio - NFT holdings with floor price valuation
  • Transaction History - Full history with gas fees and counterparties
  • Profit & Loss - Realized/unrealized P&L per asset and position
  • Liquidation Monitoring - Alerts when DeFi positions approach liquidation
  • Gas Optimization - Track gas spent and suggest optimal transaction times

Supported Chains

  • Ethereum, Arbitrum, Optimism, Base, Polygon, BNB Chain
  • Avalanche, Fantom, Gnosis, zkSync, Linea, Scroll
  • Solana, Bitcoin, Cosmos ecosystem
  • 40+ additional EVM chains

Commands

kit networth                       # Total portfolio value
kit networth breakdown             # By chain breakdown
kit networth defi                  # DeFi positions only
kit networth nft                   # NFT holdings
kit networth history               # Historical value chart
kit networth export                # Export to CSV/JSON

API Endpoints

  • GET /api/networth/total - Aggregate net worth
  • GET /api/networth/chains - Per-chain breakdown
  • GET /api/networth/defi - DeFi positions
  • GET /api/networth/nft - NFT holdings
  • GET /api/networth/history - Historical snapshots
  • GET /api/networth/pnl - Profit and loss

Configuration

networth:
  wallets:
    - "0x..." # Ethereum
    - "5P..." # Solana
  refresh_interval: 60s
  track_nfts: true
  track_defi: true
  alert_on_liquidation: true
  alert_threshold: 85%

Data Sources

  • DeBank API
  • Zapper API
  • Direct RPC queries
  • CoinGecko/CoinMarketCap for pricing
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. 11d ago First seen · 63 lines · 0 tokens per session scan A 47988f166a8f

Subscribe to this mod's changes

cross-chain-networth is a skill published in the GitHub repository kayzaa/k.i.t.-bot (5 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 481 tokens. A static security scan graded it A with 0 findings. It is 100% identical to cross-chain-networth, differing in 0 lines, and is treated as a copy.