routerbase-agent-skills

内容来源:README.md(说明文档) · 原始地址 · 查看安装指南

原始内容

RouterBase Agent Skills

A small collection of reusable agent skills for building with routerbase, an OpenAI-compatible API gateway for GPT, Claude, Gemini, image, video, and audio models.

Skills

  • routerbase-api-integration: migrate OpenAI-compatible SDK calls to RouterBase and document server-side setup.
  • routerbase-model-routing: choose model IDs, compare cost/latency/quality tradeoffs, and design fallback plans.
  • routerbase-media-generation: build image, video, and audio generation workflows with sync and async handling.

Install From GitHub

After publishing this folder as a public GitHub repository:

npx skills add zenlee123/routerbase-agent-skills

The skills.sh.json file groups the skills on skills.sh once the repository has been seen by the skills CLI telemetry service.

Publish To ClawHub

Each skill can be published separately:

npm i -g clawhub
clawhub login
clawhub skill publish ./skills/routerbase-api-integration --slug routerbase-api-integration --name "RouterBase API Integration" --version 1.0.0
clawhub skill publish ./skills/routerbase-model-routing --slug routerbase-model-routing --name "RouterBase Model Routing" --version 1.0.0
clawhub skill publish ./skills/routerbase-media-generation --slug routerbase-media-generation --name "RouterBase Media Generation" --version 1.0.0

Run ClawHub dry-runs first when available in your CLI version, and keep the listings distinct and maintained.

Notes

These skills are intentionally text-only and do not execute hidden scripts. They are designed for legitimate developer discovery, not bulk or duplicate marketplace publishing.