Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Track crypto portfolios with real-time prices, profit/loss calculations, and allocation analysis for Bitcoin, Ethereum, Solana, and 10,000+ tokens.
Track crypto portfolios with real-time prices, profit/loss calculations, and allocation analysis for Bitcoin, Ethereum, Solana, and 10,000+ tokens.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Track cryptocurrency portfolios with real-time prices and P&L calculations.
npm install crypto-portfolio-tracker-api
const { PortfolioTracker } = require('crypto-portfolio-tracker-api'); const tracker = new PortfolioTracker(); // Get current price const btc = await tracker.getPrice('BTC'); // Get multiple prices const prices = await tracker.getPrices(['BTC', 'ETH', 'SOL']); // Track portfolio with P&L const portfolio = await tracker.trackPortfolio([ { symbol: 'BTC', amount: 0.5, costBasis: 30000 }, { symbol: 'ETH', amount: 10, costBasis: 2000 } ]); console.log(`Total: $${portfolio.totalValue}`); console.log(`P&L: $${portfolio.totalPnL}`);
# Get price npx crypto-portfolio-tracker-api price BTC # Track portfolio from file npx crypto-portfolio-tracker-api track portfolio.json
getPrice(symbol) - Get single token price getPrices(symbols) - Get multiple prices trackPortfolio(holdings) - Calculate portfolio value and P&L
Powered by PRISM API
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.