LOBSTR — Startup Idea Scorer
Trigger
Explicit triggers:
- - User types INLINECODE0
- User types
/validate, /scan, or /score followed 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:
CODEBLOCK0
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 |
| INLINECODE5 |
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:
CODEBLOCK1
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):
CODEBLOCK2
Score Card Format (for reference)
CODEBLOCK3
Color rules: 🟢 ≥ 70, 🟡 50–69, 🔴 < 50
技能名称: lobstr
详细描述:
LOBSTR — 创业点子评分器
触发条件
显式触发:
- - 用户输入 /lobstr 他们的创业点子
- 用户输入 /validate、/scan 或 /score 后跟一个点子
主动触发(运行前询问用户):
- - 用户说我应该做这个吗?或这是个好主意吗?
- 用户正在描述他们正在考虑的创业概念
- 用户要求对新产品创意进行竞争分析
- 用户正在头脑风暴商业创意并希望获得结构化反馈
- 用户问你觉得这个主意怎么样?
- 用户提到他们想解决的问题并正在考虑创业
主动触发时,说:
要我对此运行 LOBSTR 扫描吗?它会在大约 60 秒内为你提供竞争格局、推介评分和欧盟投资者信号。
工作流程
以点子作为单个参数运行 scripts/lobstr.py:
bash
python3 scripts/lobstr.py 他们的创业点子
该脚本将格式化的评分卡打印到标准输出。逐字展示给用户——不要重新格式化或总结。
如果脚本出错,请清晰地向用户显示错误信息。
标志
| 标志 | 效果 |
|---|
| (无) | 仅私有输出——评分卡到标准输出 |
| --public |
同时发布到 runlobstr.com 并显示分享链接 |
| --moltbook | 同时发布到 Moltbook 上的 m/lobstrscore |
| --json | 输出原始 JSON 而非格式化卡片(用于代理间管道传输) |
默认用法(无标志)向 runlobstr.com/api/score 发起一次出站调用进行评分并私有返回。不发布或分享任何数据。
代理使用
当另一个代理以编程方式调用此技能时,使用 --json 获取结构化输出:
bash
python3 scripts/lobstr.py 点子 --json
返回一个包含 overallscore、dimensions、competitors、grid、verdict、buildit 的 JSON 对象。
用户获得的内容
- - LOBSTR 评分(0–100)涵盖 6 个维度:格局、机会、商业模式、清晰度、时机、覆盖范围
- 竞争对手列表,包含通过实时网络搜索找到的真实公司
- GRID 投资者信号——该领域活跃的欧盟风投数量
- 做/不做判断——诚实,不奉承
- 可分享链接位于 runlobstr.com(仅限 --public)
要求
无需 API 密钥。 LOBSTR 使用 runlobstr.com 的免费托管 API(每天 5 次扫描)。
如需无限扫描,设置两个密钥以启用 BYOK 模式(本地管道):
bash
export ANTHROPICAPIKEY=<你的密钥>
export EXAAPIKEY=<你的密钥>
评分卡格式(供参考)
🦞 LOBSTR 扫描
此处为点子
LOBSTR 评分 74/100 [=======---]
L 格局 🟢 82/100 一行判断
O 机会 🟡 71/100 一行判断
B 商业模式 🟡 65/100 一行判断
S 清晰度 🔴 61/100 一行判断
T 时机 🟢 88/100 一行判断
R 覆盖范围 🟢 79/100 一行判断
判断
此处为两行风投判断。
✅ 做吧。
颜色规则:🟢 ≥ 70,🟡 50–69,🔴 < 50