coinstats-portfolio
CoinStats portfolio commands. Use when checking portfolio value, holdings, charts, transactions, sync status, or managing portfolio connections.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
CoinStats portfolio commands. Use when checking portfolio value, holdings, charts, transactions, sync status, or managing portfolio connections.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
CoinStats coin market data. Use when listing coins, looking up a coin by id, or fetching coin charts and prices.
CoinStats supported currency listing. Use when you need the public currencies list for display or normalization.
CoinStats exchange connection commands. Use when checking supported exchanges, balances, transactions, charts, and sync status.
CoinStats fiat currency listing. Use when you need the supported fiat list from the public API.
CoinStats market insights commands. Use when checking BTC dominance, fear and greed, or rainbow chart data.
CoinStats market-wide data. Use when you need global market cap and high-level market metrics.
| name | coinstats-portfolio |
| description | CoinStats portfolio commands. Use when checking portfolio value, holdings, charts, transactions, sync status, or managing portfolio connections. |
| metadata | {"openclaw":{"requires":{"env":["COINSTATS_API_KEY"],"bins":["coinstats"]},"primaryEnv":"COINSTATS_API_KEY","install":[{"kind":"node","package":"coinstats-cli","bins":["coinstats"]}]}} |
| allowed-tools | Bash(coinstats:*) |
export COINSTATS_API_KEY=<key>
coinstats whoami
--portfolio-id <id> to target a specific API-connected portfolio.--sharetoken <token> to read a shared portfolio. Get the share token from the CoinStats portfolio page via Share.--passcode <code> together with --sharetoken when the shared portfolio is protected.coinstats portfolio chart, if you omit both --portfolio-id and --sharetoken, CoinStats returns the aggregated chart for all API-connected portfolios.coinstats portfolio value --portfolio-id <id>
coinstats portfolio value --sharetoken <token>
coinstats portfolio coins --sharetoken <token> --passcode <code>
coinstats portfolio chart --portfolio-id <id> --type 24h
coinstats portfolio chart --sharetoken <token> --type 24h
coinstats portfolio chart --type 24h
coinstats portfolio connect-wallet --body-file ./wallet.json --yes
coinstats portfolio add-transaction --body-file ./transaction.json --yes
coinstats portfolio sync --portfolio-id <id> --yes
coinstats portfolio delete --portfolio-id <id> --yes