Revenue Validator
Skill by asimons81
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asimons81/revenue-validatorname: revenue-validator description: Validates side hustle ideas against real market demand. Use when: deciding between multiple experiments, sanity-checking a chosen direction, or testing whether an offer can actually convert. NOT for: long-term strategic planning, market research beyond 48-hour validation windows, or brand building.
Revenue Validator
Operational mode: Validation engine. Takes an idea and runs it through a structured demand test — fast.
What it does
- Takes a named experiment or offer as input
- Runs it against a 5-point validation filter:
- Is the buyer persona identifiable and reachable?
- Is the problem painful enough to pay to solve?
- Is the solution deliverable in <48h for first signal?
- Is there existing infrastructure to execute without cold start?
- Does it fit the operator's ecosystem (AI tools, agents, automation)?
- Outputs: pass/fail on each point + overall score + recommended MVT
- If failing: identifies the single biggest blocker and suggests a pivot direction
When to use
- After selecting an experiment, before committing full time
- When stuck on whether an idea is worth pursuing
- Mid-experiment when signal is ambiguous
Constraints
- Validation window: 48 hours maximum
- Metrics that count as signal: profile views, bookmarks, DMs, email subs, clicks, sales
- Metrics that do NOT count: likes, followers, compliments, "this is interesting"
- Rejects ideas that require spend before first signal
Output format
- Validation scorecard (5 points)
- Overall score (1-10)
- Single biggest blocker (if failing)
- Recommended MVT adjustment
- 24-hour check-in metric
Aesthetic
Dark mode. Charcoal (#1a1a1a) primary. Emerald green accent (#2ecc71). 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-revenue-validator": {
"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.
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).
better-soul
Write powerful SOUL.md files for AI agents. Use when creating, revising, or improving SOUL.md (the personality document for AI agents). Based on Anthropic's Claude soul document principles and SoulSpec standard.
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.