Side Hustle Analytics Skill

Track revenue, expenses, and profitability for side business finances.

3|1|Updated Oct 31, 2025
One-click install
npx skills add https://github.com/bandofai/puerto --skill side-hustle-analytics-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Side Hustle Analytics Skill
Source: https://github.com/bandofai/puerto/tree/main/plugins/side-hustle-manager/skills/side-hustle-analytics
Command: npx skills add https://github.com/bandofai/puerto --skill side-hustle-analytics-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a comprehensive framework for managing side business finances, tracking growth, and optimizing for taxes. It eliminates financial guesswork, identifies profitable activities, and ensures IRS compliance, helping you turn your side hustle into a thriving venture.

Core Features & Use Cases

  • Revenue & Expense Tracking: Categorizes all income and IRS-approved deductible expenses, with digital receipt management.
  • Profitability Analysis: Calculates net profit, profit margin, and effective hourly rate to identify your most lucrative activities.
  • Growth & Health Metrics: Tracks period-over-period growth, client concentration, and provides a business health score for strategic decision-making.
  • Use Case: You run a freelance design business. This Skill helps you track project hours, categorize software subscriptions, calculate your true hourly rate, and identify which clients or services are most profitable, guiding you to raise rates or focus on high-margin work.

Quick Start

Example: Calculating Effective Hourly Rate

net_profit = 5000 # Example

total_hours_worked = 50 # Example

effective_rate = net_profit / total_hours_worked

print(f"Your effective hourly rate is: ${effective_rate}/hr")