Back to skills directory
zenlee123/routerbase-agent-skills

zenlee123/routerbase-agent-skills

@zenlee123 0 0 1

Build and route multimodal AI workflows through RouterBase.

RouterBaseAPI integrationmodel routingmedia generationagent workflowscoding

Install

$ npx skills add zenlee123/routerbase-agent-skills

README

# GitHub Repository: zenlee123/routerbase-agent-skills

**URL:** https://github.com/zenlee123/routerbase-agent-skills
**Author:** zenlee123
**Description:** Agent skills for integrating, routing, and generating media with RouterBase.
**Homepage:** https://routerbase.com/
**Language:** 

## Stats
- Stars: 0
- Forks: 0
- Open Issues: 0
- Commits: 1
- Created: 2026-07-05T17:32:02Z
- Updated: 2026-07-07T15:11:10Z
- Pushed: 2026-07-05T17:32:23Z

## README
# RouterBase Agent Skills

A small collection of reusable agent skills for building with [routerbase](https://routerbase.com), 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:

```bash
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:

```bash
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.

Information

Language
Unknown
Created
2026/9/5
Updated
2026/9/5