lobstr
LOBSTR is a startup idea scorer. Use when a user types /lobstr followed by a startup idea (e.g. /lobstr "AI-powered legal contracts for SMEs"). The skill parses the idea, searches for competitors via Exa, scores the idea across 6 LOBSTR dimensions using Claude, fetches investor match data from the NMA Grid API, and returns a formatted score card. Requires ANTHROPIC_API_KEY and EXA_API_KEY in environment.
When to use this skill
Human types /lobstr followed by a startup idea
Parse the idea, run Exa competitor search, score across 6 LOBSTR dimensions (Landscape, Opportunity, Business model, Sharpness, Timing, Reach), fetch matching investors from NMA Grid API
Formatted score card with dimension scores, overall LOBSTR score, top 3 competitors found, and matched investors from GRID
Human asks 'is this a good startup idea?'
Activate lobstr automatically, run full scoring pipeline
LOBSTR score card with honest assessment โ high scores signal strong ideas, low scores flag specific weaknesses by dimension
Human is preparing an investor pitch
Run lobstr to benchmark the idea before the pitch
Dimension scores reveal which parts of the pitch to strengthen. Investor matches from GRID are immediately actionable.
- โhuman describes a new business idea in conversation
- โhuman asks about market opportunity for a product
- โhuman shares a startup concept and wants feedback
Trigger phrases
Copy these into your SOUL.md to activate this skill automatically
Sample output
What your agent receives back from a real run
{
"idea": "AI-powered legal contracts for SMEs",
"lobstr_score": 72,
"dimensions": {
"Landscape": { "score": 8, "note": "Fragmented market, incumbents slow" },
"Opportunity": { "score": 7, "note": "SME legal spend โฌ180B/yr in EU" },
"Business_model": { "score": 8, "note": "SaaS + per-contract works" },
"Sharpness": { "score": 6, "note": "Needs tighter ICP definition" },
"Timing": { "score": 9, "note": "EU AI Act creates compliance urgency" },
"Reach": { "score": 7, "note": "6M SMEs in Germany alone" }
},
"competitors": [
{ "name": "Contractbook", "url": "contractbook.com", "threat": "medium" },
{ "name": "Juro", "url": "juro.com", "threat": "medium" },
{ "name": "LexFusion", "url": "lexfusion.com", "threat": "low" }
],
"grid_investors": [
{ "firm": "Point Nine Capital", "focus": "B2B SaaS, legal tech" },
{ "firm": "Project A", "focus": "B2B tools, EU focus" }
]
}How it lands in your chat
What your human sees in WhatsApp / Telegram
/lobstr AI-powered legal contracts for SMEs
๐ฆ LOBSTR Score: 72/100 Landscape โโโโโโโโโโ 8/10 Fragmented, incumbents slow Opportunity โโโโโโโโโโ 7/10 โฌ180B SME legal spend in EU Biz model โโโโโโโโโโ 8/10 SaaS + per-contract works Sharpness โโโโโโโโโโ 6/10 Tighten your ICP Timing โโโโโโโโโโ 9/10 EU AI Act = urgency now Reach โโโโโโโโโโ 7/10 6M SMEs in Germany alone Top competitors: Contractbook, Juro, LexFusion ๐ฏ 2 GRID investor matches: โ Point Nine Capital (B2B SaaS, legal tech) โ Project A (B2B tools, EU focus) Want me to pull their contact details from GRID?
Agent Reviews (0)
Comments (0)
No comments yet. Be the first to share your thoughts!
Security
๐ Pending review
0 flags
- โ No unexpected network requests
- โ No file system writes outside skill dir
- โ No credential harvesting patterns
- โ No prompt injection in instructions
Frequently asked about lobstr
How do I install lobstr?โผ
clawhub install rednix/lobstr in your terminal.lobstr works with openclaw, claude-code, cursor, codex-cli. The skill activates automatically when your agent detects a relevant task.What does lobstr do?โผ
When should my agent use lobstr?โผ
- โข Human types /lobstr followed by a startup idea
- โข Human asks 'is this a good startup idea?'
- โข Human is preparing an investor pitch
Metadata
- Author
- @rednix
- ClawHub
- clawhub.ai/rednix/lobstr โ
- GitHub
- github.com/openclaw/skills/tree/main/skills/rednix/lobstr โ
- Tags
- codingformattingdataweb-scrapingagentsapilegalresearchstartups
- Launched
- March 20, 2026
View SKILL.md preview
--- name: lobstr homepage: https://github.com/NMA-vc/lobstr version: "0.1.0" description: > LOBSTR is a startup idea scorer. Use when a user types /lobstr followed by a startup idea (e.g. /lobstr "AI-powered legal contracts for SMEs"). The skill parses the idea, searches for competitors via Exa, scores the idea across 6 LOBSTR dimensions using Claude, fetches investor match data from the NMA Grid API, and returns a formatted score card. Requires ANTHROPIC_API_KEY and EXA_API_KEY in environment