Overview
- Skill Key
- heldinhow/freeride-opencode
- Author
- heldinhow
- Source Repo
- openclaw/skills
- Version
- 1.2.0
- Source Path
- skills/heldinhow/freeride-opencode
- Latest Commit SHA
- 2acb60131936e98c0a5bb30afb2cc92d249c8fe4
Configure and optimize OpenCode Zen free models with smart fallbacks for subtasks, heartbeat, and cron jobs. Use when setting up cost-effective AI model routing with automatic failover between free models.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 freeride-opencode 技能。 若已安装,则直接安装 freeride-opencode 技能。
# Freeride OpenCode
Configure OpenCode Zen free models with intelligent fallbacks to optimize costs while maintaining reliability.
> **⚠️ Important:** To use this skill, you need **two API keys**:
> 1. **OpenCode Zen API key** - For OpenCode free models (MiniMax M2.1, Kimi K2.5, GLM 4.7, GPT 5 Nano)
> 2. **OpenRouter API key** - For OpenRouter free models (Trinity Large and other OpenRouter providers)
>
> Configure both keys in your OpenCode/Zen settings before applying these configurations.
## Quick Start
Apply optimal free model configuration with provider diversification:
```json
{
"agents": {
"defaults": {
"model": {
"primary": "opencode/minimax-m2.1-free",
"fallbacks": [
"openrouter/arcee-ai/trinity-large-preview:free",
"opencode/kimi-k2.5-free"
]
},
"heartbeat": {
"model": "opencode/glm-4.7-free"
},
"subagents": {
"model": "opencode/kimi-k2.5-free"
}
}
}
}
```
## 🔑 API Keys Required
This skill uses models from **two different providers**, so you need both API keys configured:
### 1. OpenCode Zen API Key
**Required for:**
- `opencode/minimax-m2.1-free`
- `opencode/kimi-k2.5-free`
- `opencode/glm-4.7-free`
- `opencode/gpt-5-nano`
**Where to get:** Sign up at [OpenCode Zen](https://opencode.ai) and generate an API key.
### 2. OpenRouter API Key
**Required for:**
- `openrouter/arcee-ai/trinity-large-preview:free`
- Any other OpenRouter free models you add
**Where to get:** Sign up at [OpenRouter.ai](https://openrouter.ai) and generate an API key.
### Configuration
Add both keys to your OpenCode configuration:
```json
{
"providers": {
"opencode": {
"api_key": "YOUR_OPENCODE_ZEN_API_KEY"
},
"openrouter": {
"api_key": "YOUR_OPENROUTER_API_KEY"
}
}
}
```
### Fallback Behavior by Provider
- If **OpenCode models** fail → tries next OpenCode fallback or OpenRouter model
- If **OpenRouter models** fail → tries next Op...
# Freeride OpenCode Skill
> ⚠️ **Para funcionar, são necessárias duas API keys:**
> - **OpenCode Zen API key** - Para modelos OpenCode (MiniMax M2.1, Kimi K2.5, GLM 4.7, GPT 5 Nano)
> - **OpenRouter API key** - Para modelos OpenRouter (Trinity Large e outros)
## Descrição
Configure modelos free do OpenCode Zen com fallbacks inteligentes para otimizar custos mantendo confiabilidade.
## Quick Start
```json
{
"agents": {
"defaults": {
"model": {
"primary": "opencode/minimax-m2.1-free",
"fallbacks": [
"openrouter/arcee-ai/trinity-large-preview:free",
"opencode/kimi-k2.5-free"
]
}
}
}
}
```
## Documentação Completa
Veja [SKILL.md](SKILL.md) para documentação detalhada.
## Modelos Disponíveis
| Modelo | Provider | ID | Posição |
|--------|----------|-----|---------|
| MiniMax M2.1 | OpenCode | `opencode/minimax-m2.1-free` | Primary |
| Trinity Large | OpenRouter | `openrouter/arcee-ai/trinity-large-preview:free` | Fallback 1 |
| Kimi K2.5 | OpenCode | `opencode/kimi-k2.5-free` | Fallback 2 |
## Versão
1.2.0
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.