emblem-portfolio-tracker

emblem-portfolio-tracker is a skill for Claude Code, Codex from EmblemCompany/Agent-skills. It costs 62 tokens per session (1,482 once invoked), scanned A, original, MIT.

A crypto portfolio tracker that combines balances and US-dollar values across Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. It also shows conditional trade profit and loss and DeFi positions such as liquidity pools, staking, and farming.

In plain words
What is it for?
Use it to check wallet addresses, chain balances, crypto prices, trade positions and profit or loss, and DeFi holdings.
Why use it?
It brings assets held on several blockchains into one view, so you do not need to check each network separately. It does not provide transaction history, tax reports, or transaction exports.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Claude Code; mentions Codex; built for openclaw.

Good fit Use it to check wallet addresses, chain balances, crypto prices, trade positions and profit or loss, and DeFi holdings.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/emblemcompany/agent-skills/emblem-portfolio-tracker
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 EmblemCompany/Agent-skills --skill emblem-portfolio-tracker
Clone the repo
git clone --depth 1 https://github.com/EmblemCompany/Agent-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 emblem-portfolio-tracker

README.md
[![agentmods](https://agentmods.dev/badge/skills/emblemcompany/agent-skills/emblem-portfolio-tracker/github.svg)](https://agentmods.dev/skills/emblemcompany/agent-skills/emblem-portfolio-tracker)
Your own site
<a href="https://agentmods.dev/skills/emblemcompany/agent-skills/emblem-portfolio-tracker"><img src="https://agentmods.dev/badge/skills/emblemcompany/agent-skills/emblem-portfolio-tracker/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 emblem-portfolio-tracker

Your own site · 80×15
<a href="https://agentmods.dev/skills/emblemcompany/agent-skills/emblem-portfolio-tracker"><img src="https://agentmods.dev/badge/skills/emblemcompany/agent-skills/emblem-portfolio-tracker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 62 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,482 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. Third-party audits
  • Socket pass 21 Apr 2026
  • Snyk warn 21 Apr 2026
How audits are shown
Origin original 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.00062 $0.01482
Opus 5 $0.00031 $0.00741
Sonnet 5 $0.00012 $0.00296
Haiku 4.5 $0.00006 $0.00148

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

Security

Grade A, and why

emblem-portfolio-tracker 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 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/portfolio-report.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/emblem-portfolio-tracker/SKILL.md · 166 lines

How it starts

The opening of the file, as written. The whole thing — 166 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Emblem Portfolio Tracker

Cross-chain crypto portfolio monitoring powered by EmblemAI. Aggregated balances with USD values across Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Conditional trade P&L tracking and DeFi position viewing via Nansen.

Requires: npm install -g @emblemvault/agentwallet


What This Skill Can Do

Capability Tools Used
Wallet addresses (all chains) wallet
Solana balances + USD values solanaBalances
Ethereum balances + USD values ethGetBalances
Base balances + USD values baseGetBalances
BSC balances + USD values bscGetBalances
Polygon balances + USD values polygonGetBalances
Hedera balances hederaGetBalances
Bitcoin balances getBTCBalances
Crypto price lookup getCryptoPrice
Conditional trade positions & P&L getAllPositions, listPositions
DeFi positions (LP, staking, farming) nansen_defi_portfolio

Not Supported

These features have no backing tools:

  • Transaction history — no tool returns past wallet transactions on any chain
  • Tax reporting / transaction exports — no historical transaction data available
  • Unrealized P&L on held tokens — only realized P&L from conditional trade positions
  • 24h portfolio change — no historical balance snapshots; only current balances
  • Portfolio allocation percentages — agent must compute from individual chain balance calls

Quick Start

npm install -g @emblemvault/agentwallet

# Check balances across all chains
emblemai --agent --profile default -m "Use wallet to show my addresses, then use solanaBalances, ethGetBalances, baseGetBalances, bscGetBalances, polygonGetBalances, hederaGetBalances, and getBTCBalances to show all my balances"

# Check trade positions
emblemai --agent --profile default -m "Use getAllPositions to show my open and closed trade positions with P&L"

Trigger phrases:

  • "Check my portfolio"
  • "Show balances across all chains"
  • "What's my P&L?"
  • "Show my trade positions"

Read the full file on GitHub · 166 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 12d ago First seen · 166 lines · 62 tokens per session scan A 58823eaa06d0

Subscribe to this mod's changes

emblem-portfolio-tracker is a skill published in the GitHub repository EmblemCompany/Agent-skills (12 stars, last pushed 3mo ago), licensed MIT. It adds 62 tokens to every session and 1,482 once invoked, about $0.0003 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-30.

Related

Other skills, from other repositories

emblem-ai-agent-wallet

Connect to EmblemVault and manage crypto wallets via EmblemAI. Supports Solana, Ethereum, Base, BSC, Polygon, Hedera, and Bitcoin. Use when the user wants to trade crypto, check balances, swap tokens, interact with blockchain wallets, or create and use profile-scoped agent wallets.

EmblemCompany/EmblemAi-AgentWallet · 69 tokens

crypto-report

Analyze cryptocurrency projects with tokenomics, on-chain metrics, and market analysis. Generate comprehensive crypto research reports.

claude-office-skills/skills · 24 tokens

zerion-api

Query crypto wallet portfolios, transactions, DeFi positions, and token prices across EVM chains and Solana using Zerion's MCP server.

Demerzels-lab/elsamultiskillagent · 0 tokens

surf

Your AI agent's crypto brain. One skill, 100+ commands across 14 data domains — real-time prices, wallets, DeFi, on-chain SQL, prediction markets, and more. Natural language in, structured data out. Install once, access everything. Use whenever the user needs crypto data, asks about prices/wallets/tokens/DeFi, wants…

asksurf-ai/surf-skills · 101 tokens

hermes-crypto-agent

Multi-chain crypto + Web3 agent toolkit untuk Hermes. Wajib digunakan kapan pun user minta operasi on-chain — buat wallet, import dari seed/private key, swap & sell token via contract address, beli/jual NFT, snipe token launch & NFT mint, otomatisasi airdrop multi-wallet, bridge cross-chain…

historia05/hermes-crypto-agent · 271 tokens

crypto-market-intel

Real-time crypto market intelligence - trending tokens, price analysis, market overview, and token comparison for informed decision-making.

XSpoonAi/spoon-awesome-skill · 27 tokens