forked from Selig/openclaw-skill
Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"title": "Vercel AI Gateway",
|
||||
"content": "The [Vercel AI Gateway](https://vercel.com/ai-gateway) provides a unified API to access hundreds of models through a single endpoint.\n\n* Provider: `vercel-ai-gateway`\n* Auth: `AI_GATEWAY_API_KEY`\n* API: Anthropic Messages compatible\n\n1. Set the API key (recommended: store it for the Gateway):\n\n2. Set a default model:\n\n## Non-interactive example\n\nIf the Gateway runs as a daemon (launchd/systemd), make sure `AI_GATEWAY_API_KEY`\nis available to that process (for example, in `~/.openclaw/.env` or via\n`env.shellEnv`).",
|
||||
"code_samples": [
|
||||
{
|
||||
"code": "2. Set a default model:",
|
||||
"language": "unknown"
|
||||
},
|
||||
{
|
||||
"code": "## Non-interactive example",
|
||||
"language": "unknown"
|
||||
}
|
||||
],
|
||||
"headings": [
|
||||
{
|
||||
"level": "h2",
|
||||
"text": "Quick start",
|
||||
"id": "quick-start"
|
||||
},
|
||||
{
|
||||
"level": "h2",
|
||||
"text": "Non-interactive example",
|
||||
"id": "non-interactive-example"
|
||||
},
|
||||
{
|
||||
"level": "h2",
|
||||
"text": "Environment note",
|
||||
"id": "environment-note"
|
||||
}
|
||||
],
|
||||
"url": "llms-txt#vercel-ai-gateway",
|
||||
"links": []
|
||||
}
|
||||
Reference in New Issue
Block a user