🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

portfolio tracking

by @aigeneralstore

An investment portfolio tracker that runs entirely locally. All data stays in ~/.portfolio-tracker/.

Versionv1.0.0
Downloads872
Stars⭐ 2
TERMINAL
clawhub install portfolio-tracking-skill

πŸ“– About This Skill


name: portfolio-tracker description: An investment portfolio tracker that runs entirely locally. All data stays in ~/.portfolio-tracker/.

Portfolio Tracker Skill

An investment portfolio tracker that runs entirely locally. All data stays in ~/.portfolio-tracker/.

Architecture

  • Data: ~/.portfolio-tracker/data.json (portfolios, assets, prices)
  • Config: ~/.portfolio-tracker/config.json (API keys, wallet addresses, user profile)
  • Scripts: TypeScript CLI tools in /scripts/, run via npx tsx
  • First-Time Setup

    Before running any script, ensure dependencies are installed:

    npm install --prefix /scripts
    

    Replace with the actual installed path of this skill.

    How Scripts Work

    Each script is a standalone CLI tool. Run them with:

    npx tsx /scripts/