π¦ ClawHub
stock-portfolio-aisa-api
by @aisadocs
Create and manage stock crypto portfolios with live AISA pricing and P&L tracking. Use when: the user wants to add holdings, inspect portfolio performance, r...
TERMINAL
clawhub install stock-portfolio-aisa-apiπ About This Skill
name: stock-portfolio description: "Create and manage stock crypto portfolios with live AISA pricing and P&L tracking. Use when: the user wants to add holdings, inspect portfolio performance, rename portfolios, or review current profit and loss." author: aisa version: "1.0.0" license: Apache-2.0 user-invocable: true primaryEnv: AISA_API_KEY requires: env: - AISA_API_KEY bins: - python3 metadata: openclaw: primaryEnv: AISA_API_KEY requires: env: - AISA_API_KEY bins: - python3
Portfolio Management
When to Use
When NOT to Use
Capabilities
Quick Start
export AISA_API_KEY="your-key"
Primary Runtime
Use the bundled Python client as the canonical ClawHub runtime path:
python3 scripts/portfolio.py
Example Queries
Notes
./.clawdbot/skills/stock-analysis/portfolios.json unless CLAWDBOT_STATE_DIR is set.β‘ When to Use
π‘ Examples
export AISA_API_KEY="your-key"
π Tips & Best Practices
./.clawdbot/skills/stock-analysis/portfolios.json unless CLAWDBOT_STATE_DIR is set.