OpenRouter Paid Fallback — 使用付费 OpenRouter 模型,配备免费模型降级
v1.0.0设置 OpenClaw 优先使用付费 OpenRouter 模型,当配额耗尽或被限速时,自动切换到免费模型。适用于用户希望以付费 OpenRouter 模型(如 gpt-5.4-mini)作为主模型,并自动切换到免费模型的场景。
1· 64·0 当前·0 累计
安全扫描
OpenClaw
可疑
medium confidence该技能的指令专注于 OpenRouter 模型路由,但在保持 OpenRouter API 密钥的 config 中,清单却声明没有必需的凭证 —— 这是一致性问题,建议在使用前解决。
评估建议
该技能似乎仅进行模型路由编辑,这是合理的,但它提到保持 OpenRouter API 密钥,而清单没有声明任何必需的凭证。安装前:(1)确认技能需要哪个秘密(如 OPENROUTER_API_KEY)和存储位置;(2)确保密钥存储在安全的代理秘密存储中,而不是硬编码到配置文件中;(3)备份代理/网关配置;(4)在非生产环境中运行更改并验证技能仅编辑它承诺的模型路由键。如果发布者无法澄清缺失的凭证声明,请将其视为可疑并避免安装,直到问题解决。...详细分析 ▾
⚠ 用途与能力
The skill's stated purpose (prefer paid OpenRouter model with free fallbacks) matches the steps to edit model-routing keys, but the SKILL.md explicitly says to "Keep the OpenRouter API key present in config" while the registry metadata lists no required environment variables or primary credential. That mismatch is unexplained.
✓ 指令范围
Instructions are limited to editing model-routing keys, preserving unrelated config, restarting the gateway, and validating status. They do not ask the agent to read unrelated files or exfiltrate data beyond the OpenRouter API key mentioned.
✓ 安装机制
This is an instruction-only skill with no install spec or code to write to disk, which is appropriate and low-risk for a configuration change task.
⚠ 凭证需求
The runtime instructions require an OpenRouter API key to be present in configuration, but the skill manifest does not declare any required environment variables or primary credential. The skill should explicitly declare which secret (e.g., OPENROUTER_API_KEY) it needs and why; absence of that declaration is a proportionality/information gap.
✓ 持久化与权限
The skill does not request always:true and is user-invocable only. Its scope is limited to editing model-routing keys in agent config; no indication it attempts to modify other skills or system-wide settings beyond restarting the gateway.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/30
初始发布:付费 OpenRouter 作为主模型,配备免费模型降级
● 无害
安装命令 点击复制
官方npx clawhub@latest install openrouter-paid-fallback
镜像加速npx clawhub@latest install openrouter-paid-fallback --registry https://cn.clawhub-mirror.com
技能文档
配置
- 确保 config 中存在 OpenRouter API 密钥。
- 将
agents.defaults.model.primary设置为请求的付费模型。 - 将
agents.defaults.model.fallbacks设置为:
openrouter/free
- nvidia/nemotron-3-nano-30b-a3b:free
- qwen/qwen3-next-80b-a3b-instruct:free
- stepfun/step-3.5-flash:free
- arcee-ai/trinity-mini:free
- 重启网关。
- 使用
openclaw status或/status验证。
默认值
- 主模型:
openrouter/openai/gpt-5.4-mini - 保持相同的降级列表,除非用户要求更改。
规则
- 仅编辑模型路由键。
- 保留无关配置。
- 如果重启失败,请检查网关状态并在重试前删除过期的配置条目。
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制
免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制