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

Multi-Channel Income Tracker

by @dagangtj

Track and analyze income and expenses from multiple sources with automatic categorization, ROI calculation, and detailed reports.

Versionv1.0.0
Downloads761
Installs2
TERMINAL
clawhub install multi-channel-income-tracker

πŸ“– About This Skill

Multi-Channel Income Tracker

Track income from multiple sources (GitHub bounties, ClawHub, toku.agency, trading, etc.) with automatic categorization and ROI analysis.

Features

  • Multi-source income tracking
  • Automatic categorization
  • ROI calculation per channel
  • Daily/weekly/monthly reports
  • Goal tracking
  • Channel performance comparison
  • Installation

    clawhub install multi-channel-income-tracker
    

    Usage

    # Add income
    node tracker.js income --source "toku.agency" --amount 50 --description "Code review service"

    Add expense

    node tracker.js expense --category "api" --amount 2 --description "OpenAI API"

    View report

    node tracker.js report --period "week"

    Channel comparison

    node tracker.js channels

    Supported Channels

  • GitHub Bounties
  • ClawHub Skills
  • toku.agency
  • Fiverr
  • Trading
  • Medium/YouTube
  • Consulting
  • Custom channels
  • Reports

  • Income by channel
  • ROI per channel
  • Trend analysis
  • Goal progress
  • Cost breakdown
  • License

    MIT

    πŸ’‘ Examples

    # Add income
    node tracker.js income --source "toku.agency" --amount 50 --description "Code review service"

    Add expense

    node tracker.js expense --category "api" --amount 2 --description "OpenAI API"

    View report

    node tracker.js report --period "week"

    Channel comparison

    node tracker.js channels