Lobstr
/install lobstr
LOBSTR — Startup Idea Scorer
Trigger
Explicit triggers:
- User types
/lobstr "their startup idea" - User types
/validate,/scan, or/scorefollowed by an idea
Proactive triggers (ask the user before running):
- User says "should I build this?" or "is this a good idea?"
- User is describing a startup concept they are considering
- User asks for a competitive analysis of a new product idea
- User is brainstorming business ideas and wants structured feedback
- User asks "what do you think of this idea?"
- User mentions a problem they want to solve and is considering a startup
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."
Workflow
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.
Flags
| 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.
Agent usage
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.
What the user gets
- LOBSTR score (0–100) across 6 dimensions: Landscape, Opportunity, Business model, Sharpness, Timing, Reach
- Competitor list with real companies found via live web search
- GRID investor signal — how many EU VCs are active in the space
- Build/don't build verdict — honest, not flattering
- Shareable URL at runlobstr.com (only with
--public)
Requirements
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=\x3Cyour-key>
export EXA_API_KEY=\x3Cyour-key>
Score Card Format (for reference)
🦞 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, 🔴 \x3C 50
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install lobstr - 安装完成后,直接呼叫该 Skill 的名称或使用
/lobstr触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Lobstr 是什么?
Tells 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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 221 次。
如何安装 Lobstr?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install lobstr」即可一键安装,无需额外配置。
Lobstr 是免费的吗?
是的,Lobstr 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lobstr 支持哪些平台?
Lobstr 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lobstr?
由 Nico Lumma(@rednix)开发并维护,当前版本 v0.3.0。