Side Hustle Analyst
Skill by asimons81
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asimons81/side-hustle-analystname: side-hustle-analyst description: Runs structured day-by-day execution for AI agent side hustles. Use when: executing the Agent Side Hustle School workflow, tracking experiment progress, or maintaining persistent state across a 28-day hustle cycle. NOT for: generic productivity advice, long-term business strategy, or non-AI/agent business ideas.
Side Hustle Analyst
Operational mode: Execution tracker. Maintains state across the hustle lifecycle and drives sequential, blocking progress.
What it does
- Loads current day/phase state from course-state.json
- Executes today's step in the 6-phase workflow:
- Phase 1 (Days 1-5): Idea intake and ranking
- Phase 2 (Days 6-12): Minimum viable test execution
- Phase 3 (Days 13-17): Offer construction
- Phase 4 (Days 18-21): Traffic drives
- Phase 5 (Days 22-25): Conversion optimization
- Phase 6 (Days 26-28): Documentation and next cycle
- Logs OUTCOME / SCORE / WHY after every meaningful action
- Advances phase only when "done when" criteria are met
- Flags blockers that persist >48 hours
When to use
- Daily execution of the hustle engine workflow
- After selecting an experiment, for Day 2+ execution
- When restarting after a gap and needing to know current state
State management
- Reads: state/course-state.json (canonical position)
- Writes: output/experiment-log/ and output/daily-summaries/
- Maintains: outcome_log array with scores per action
Approval gates
Requires operator approval before:
- Experiment selection (presents exactly 3 options)
- Experiment lock-in (Day 5 confirmation)
- Offer definition and pricing (Day 13)
- Any spend above $0
Output naming
- Daily summaries: output/daily-summaries/YYYY-MM-DD-day-N.md
- Experiment logs: output/experiment-log/day-NN-name.md
Aesthetic
Dark mode. Charcoal (#1a1a1a) primary. Electric purple accent (#9b59b6). Monospace details.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-asimons81-side-hustle-analyst": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
mcp-builder
Bootstraps new Model Context Protocol (MCP) servers from a natural language description. Use when the user asks to build an MCP server, create an MCP tool, scaffold an MCP integration, or add MCP capabilities to an existing project. NOT for: general API design, non-MCP tool building, or frontend tasks.
Revenue Validator
Skill by asimons81
Claude Skill Builder
Skill by asimons81
on-this-day-art
Daily AI image generation from Wikipedia On This Day events using local ComfyUI. Use when user wants daily historical images, on this day art, or local AI image generation workflow. Does NOT: use cloud APIs, generate videos, or handle SD 3.5 (unstable on laptop).
frontend-design
Generates production-ready UI components from natural language. Use when the user asks to design a component, create a button, build a form, prototype a layout, or generate React/Tailwind CSS code. NOT for: backend logic, API design, database schema, or non-UI tasks.