openunfurl
01MCP server Claude CodeCodexCursor +2
Zero-signup anonymous link-unfurl API. One GET returns clean JSON metadata for any public URL. Remote server at openunfurl.vercel.app.
MCP server Claude CodeCodexCursor +2
Zero-signup anonymous link-unfurl API. One GET returns clean JSON metadata for any public URL. Remote server at openunfurl.vercel.app.
MCP server Claude CodeCodexCursor
Zero-signup business-day date-math API: add days, count days between dates, is-business-day. Remote server at openworkdays.vercel.app.
MCP server Claude CodeCodexCursor
MCP server "freshdeps-mcp" as configured in SolvoHQ/freshdeps-mcp. Runs locally from the freshdeps-mcp npm package.
Skill Claude CodeCodex
Pre-implementation architecture / data-flow / edge-case / test-coverage critique. Invoke during a checked-out Boundary tick when (a) you have a design or written plan in head, (b) the diff in git status is still small (≤5 changed files / ≤100 lines, or zero — only stub files), and (c) the Boundary adds at least one…
Skill Claude CodeCodex
Premise + scope + trajectory critique of a Boundary you just authored. Invoke when you have called checkout.addproblem(...) in this same tick and have NOT yet called checkout.getnext() on it — i.e. the Boundary exists in the queue but hasn't been picked up for execution. Picks one of four modes (expansion / selective…
Skill Claude CodeCodex
Read web pages — your own deployed site to verify it works, competitors to learn from, docs to consult, public user signals (HN/Reddit/GH issues) to ground decisions. Prefer WebFetch; use Playwright MCP only when interaction is required.
Skill Claude CodeCodex
Position-based queue operations on the workspace problem queue (listqueue, addproblem, completeproblem). Main agent never calls getnext — heartbeat does that.
Skill Claude CodeCodex
Create a git commit with the Solvo V4 message format (product-impact + note + tickid). Use this for ALL workspace mutations, both product/ and code/.
Skill Claude CodeCodex
Publish the workspace's code/ directory to the public internet via Vercel, Netlify, or Cloudflare Pages. Required before the mandate's "real users see real changes" can hold. Token must be in env — no interactive login.
Skill Claude CodeCodex
Consolidate product/thoughts/ into a 3-tier (raw → cluster → principle) hierarchy when the flat thought pile gets too deep for log.md tail to surface old institutional knowledge. Agent-invoked, NOT on every tick. Information-preserving by construction.
Skill Claude CodeCodex
Pre-ship DX critique with persona + competitor + magical-moment framing. Invoke when you are about to commit or deploy a Boundary AND git status shows changes under any externally-facing path — concretely: code/src/pages/, code/src/app/api/, code/src/cli/, an SDK / npm / pip package source, a public docs site, a…
Skill Claude CodeCodex
Read inbound mail (verification codes, signup OTPs, password resets) via IMAP. Use when a registration / API key issuance / password recovery flow needs you to click a link or copy a code from email. Returns parsed EmailMessage with from/subject/body/links.
Skill Claude CodeCodex
Step out of the executor role for 5 minutes and grind on the product as if you were its Founder. Run the thinking primitives below before adding a new top-priority problem, or after shipping a non-trivial change. Output is one thought + at most one new problem. Soft trigger — skip when you genuinely have nothing to…
Skill Claude CodeCodex
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…
Skill Claude CodeCodex
A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project…
Skill Claude CodeCodex
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Skill Claude CodeCodex
Pull external reality into the tick — Vercel Analytics pageviews, Gmail inbox, GitHub PR/issue state changes, GoatCounter visits, Railway affiliate clicks. Use when a decision depends on signals outside the workspace (did anyone click the affiliate? did the sponsor reply? did the README-badge PR get merged?). Single…
Skill Claude CodeCodex
Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and…
Skill Claude CodeCodex
Use this skill any time a .pptx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying…
Skill Claude CodeCodex
Persist a non-obvious conclusion to product/thoughts/ + log.md so the next tick can build on it. Call when you reasoned to a result that isn't already obvious from the code or git history.
Skill Claude CodeCodex
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
Agent Claude Code
Analyze blind comparison results to understand WHY the winner won and generate improvement suggestions.
Agent Claude Code
Compare two outputs WITHOUT knowing which skill produced them.
Agent Claude Code
Evaluate expectations against an execution transcript and outputs.