plugins marketplace
← All plugins

wallet-portfolio-tracker

v1.12.0

Track crypto wallets across multiple chains with portfolio analytics and transaction history

Claude Code

by Intent Solutions IOMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/crypto/wallet-portfolio-tracker/ inside the repository.

Layout

plugins/crypto/wallet-portfolio-tracker/
└── .claude-plugin/plugin.json

Manifests1

plugins/crypto/wallet-portfolio-tracker/.claude-plugin/plugin.json
{
  "name": "wallet-portfolio-tracker",
  "version": "1.12.0",
  "description": "Track crypto wallets across multiple chains with portfolio analytics and transaction history",
  "author": {
    "name": "Intent Solutions IO",
    "email": "jeremy@intentsolutions.ai",
    "url": "https://intentsolutions.ai"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "wallet",
    "portfolio",
    "tracking",
    "blockchain",
    "defi",
    "crypto"
  ]
}