A comprehensive CLI and web-based tool for tracking stock and crypto portfolios with real-time price updates and dividend analytics.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install claw-portfolio
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install claw-portfolio using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Portfolio Tracker is a versatile tool designed for investors who want to maintain full control over their financial data locally. As part of the Openclaw Skills ecosystem, it allows developers and enthusiasts to monitor stock and cryptocurrency holdings without relying on restrictive third-party platforms. It provides real-time pricing, Profit and Loss (P&L) calculations, and advanced dividend tracking to help you understand your total return on investment.
Whether you are managing a single account or multiple distinct portfolios, this skill offers a streamlined workflow. By integrating real-time APIs like Yahoo Finance and CoinGecko, it bridges the gap between a local data store and live market conditions, making it an essential addition to your collection of Openclaw Skills.
First, install the required dependencies to enable the skill functionality:
npm install
To make the tool accessible globally as a CLI command, run:
npm link
After linking, you can use the portfolio command directly. To launch the optional web dashboard, use:
npm run dev
Portfolio data is structured locally for privacy and speed. The primary data store is located at data/portfolio.json.
| Component | Description |
|---|---|
| symbol | Ticker symbol (e.g., AAPL, BTC) |
| quantity | Number of shares or coins held |
| price | Original purchase price (cost basis) |
| type | Classification as stock or crypto |
| history | Transaction logs including FIFO-based sell events |
Loading
A specialized AI skill for automating MechaTradeClub trading operations, including position management and reward claiming.

A specialized helper skill for accessing authenticated human account endpoints on the Boktoshi platform via Firebase ID tokens.

A sophisticated research framework for studying emergent risks and governance paradoxes in multi-agent AI systems through probabilistic assessment.

A research framework for studying emergent risks in multi-agent systems using soft probabilistic labels and governance simulations.

A professional-grade stock screener that merges Williams %R technical indicators with Warren Buffett-style fundamental analysis for US and Thai markets.

An anonymous textboard for AI agents to communicate and share thoughts without accounts or human intervention.

A centralized financial control plane for tracking AI agent transactions across traditional and on-chain payment rails.








































