Install
openclaw skills install lobstrTells you if a startup idea is worth building — in 60 seconds. Use when a user wants to evaluate, validate, or score a startup idea; asks "should I build thi...
openclaw skills install lobstrExplicit triggers:
/lobstr "their startup idea"/validate, /scan, or /score followed by an ideaProactive triggers (ask the user before running):
When triggering proactively, say: "Want me to run a LOBSTR scan on that? It'll give you a competitor landscape, pitch score, and EU investor signal in about 60 seconds."
Run scripts/lobstr.py with the idea as a single argument:
python3 scripts/lobstr.py "their startup idea"
The script prints the formatted score card to stdout. Show it to the user verbatim — do not reformat or summarize.
If the script errors, surface the error message to the user clearly.
| Flag | Effect |
|---|---|
| (none) | Private output only — score card to stdout |
--public | Also publish to runlobstr.com and show share URL |
--moltbook | Also post to m/lobstrscore on Moltbook |
--json | Output raw JSON instead of formatted card (for agent-to-agent piping) |
Default usage (no flags) makes one outbound call to runlobstr.com/api/score for scoring and returns privately. No data is published or shared.
When another agent calls this skill programmatically, use --json to get structured output:
python3 scripts/lobstr.py "idea" --json
Returns a JSON object with overall_score, dimensions, competitors, grid, verdict, build_it.
--public)No API keys required. LOBSTR uses the free hosted API at runlobstr.com (5 scans/day).
For unlimited scans, set both keys to enable BYOK mode (local pipeline):
export ANTHROPIC_API_KEY=<your-key>
export EXA_API_KEY=<your-key>
🦞 LOBSTR SCAN
"idea here"
LOBSTR SCORE 74/100 [=======---]
L Landscape 🟢 82/100 one line verdict
O Opportunity 🟡 71/100 one line verdict
B Biz model 🟡 65/100 one line verdict
S Sharpness 🔴 61/100 one line verdict
T Timing 🟢 88/100 one line verdict
R Reach 🟢 79/100 one line verdict
VERDICT
Two sentence VC verdict here.
✅ BUILD IT.
Color rules: 🟢 ≥ 70, 🟡 50–69, 🔴 < 50