Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
w-vercel - Skill - OpenSmartRoute
Skillv1.0.0
w-vercel
Retrieve Vercel build logs, analyze failures, and fix the local build.
Imported from blockmatic/basilic-skills (skills/w-vercel/SKILL.md) via skills.sh. Install upstream with npx skills add blockmatic/basilic-skills --skill w-vercel. Copyright stays with the author.
Triage a Vercel build failure for the current branch. Use Vercel MCP when available. Fix the local build. Do not deploy. Follow git publish.
Retrieve build logs for the current branch via Vercel MCP (or the user-supplied log).
Parse TypeScript, ESLint, missing deps, env, imports, and config errors.
Apply the owning fix. Run the app or package build script from package.json. Stop at verified local build. No deployment and no unsolicited commit.
Docs: /w-docs if behavior or commands changed.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
blockmatic-basilic-skills-w-vercel.ocm.jsonjson
{
"ocm": "1",
"id": "blockmatic-basilic-skills-w-vercel",
"kind": "skill",
"name": "w-vercel",
"description": "Retrieve Vercel build logs, analyze failures, and fix the local build.",
"publisher": "blockmatic",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"skills-sh"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Retrieve Vercel build logs, analyze failures, and fix the local build."
],
"primary": false,
"metadata": {
"source": {
"provider": "skills.sh",
"repository": "https://github.com/blockmatic/basilic-skills",
"path": "skills/w-vercel/SKILL.md",
"ref": "HEAD",
"url": "https://www.skills.sh/blockmatic/basilic-skills/w-vercel",
"key": "blockmatic/basilic-skills/skills/w-vercel/SKILL.md"
}
},
"instructions": "Triage a Vercel build failure for the current branch. Use Vercel MCP when available. Fix the local build. Do not deploy. Follow [git publish](references/git-publish.md).\n\n1. Retrieve build logs for the current branch via Vercel MCP (or the user-supplied log).\n2. Parse TypeScript, ESLint, missing deps, env, imports, and config errors.\n3. Apply the owning fix. Run the app or package build script from `package.json`. Stop at verified local build. No deployment and no unsolicited commit.\n4. Docs: `/w-docs` if behavior or commands changed.",
"cost": {
"context_tokens": 135
}
}
Fetch it by URL: GET /api/v1/registry/blockmatic-basilic-skills-w-vercel/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.