← 返回 Skills 市场
124
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install opencode-free-models
功能描述
自动从 opencode.ai 获取并增量配置包含“free”关键词的免费 AI 模型到 OpenClaw 或 QClaw 的本地配置文件。
安全使用建议
This skill appears to do exactly what it says: fetch free models from opencode.ai and add them under an 'opencode-free' provider in your ~/.openclaw or ~/.qclaw config. Before installing or running: (1) back up your existing openclaw.json/qclaw file so you can revert changes, (2) verify you trust opencode.ai as the source of model metadata (the script will insert whatever the endpoint returns), and (3) if you need provenance, check the README's GitHub link manually to confirm the repository and author. No secrets are required, but be aware the script will write to files in your home directory.
功能分析
Type: OpenClaw Skill
Name: opencode-free-models
Version: 1.0.0
The skill bundle is designed to automate the configuration of free AI models from opencode.ai into the OpenClaw/QClaw configuration files. The Python script (`scripts/configure-models.py`) fetches a model list from a hardcoded API endpoint (opencode.ai/zen/v1/models) and updates the local `~/.openclaw/openclaw.json` file. The code uses standard libraries, lacks obfuscation, and does not exfiltrate existing API keys or sensitive data; its actions are transparent and strictly aligned with the stated purpose in `SKILL.md` and `README.md`.
能力标签
能力评估
Purpose & Capability
Name/description claim to fetch and configure free opencode.ai models. The included script and SKILL.md perform exactly that: GET https://opencode.ai/zen/v1/models, filter IDs containing 'free', and add entries under a single provider key in ~/.openclaw/openclaw.json or ~/.qclaw/openclaw.json. No unrelated credentials or subsystems are requested.
Instruction Scope
Runtime instructions and the Python script only read/write the declared config paths and call the opencode.ai endpoint. They do not access other system files, environment secrets, or external endpoints beyond opencode.ai. The agent instructions explicitly limit the modification to models.providers and use a public API key.
Install Mechanism
No install spec is provided; the skill is instruction-only with a small included script. Nothing is downloaded from arbitrary URLs or installed to system locations.
Credentials
The skill requests no environment variables or credentials and uses the public API key 'public' as documented. There are no disproportionate or unexplained secrets requested.
Persistence & Privilege
The skill writes to the user's OpenClaw/QClaw JSON config in the home directory (expected for a configuration helper). It does not require always:true and does not modify other skills or system-wide settings. Users should be aware it will change a file in their home directory when run.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install opencode-free-models - 安装完成后,直接呼叫该 Skill 的名称或使用
/opencode-free-models触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Automatically configures free opencode.ai AI models for OpenClaw/QClaw.
- Supports trigger phrases such as "配置 opencode 免费模型" and "free model"
- Fetches available free models from opencode.ai and adds them to local config
- Avoids duplicates by only adding new models
- Uses public credentials ("public" API key); no registration required
- Updates both ~/.openclaw/openclaw.json and ~/.qclaw/openclaw.json as needed
元数据
常见问题
OpenCode Free Models 是什么?
自动从 opencode.ai 获取并增量配置包含“free”关键词的免费 AI 模型到 OpenClaw 或 QClaw 的本地配置文件。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 OpenCode Free Models?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install opencode-free-models」即可一键安装,无需额外配置。
OpenCode Free Models 是免费的吗?
是的,OpenCode Free Models 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenCode Free Models 支持哪些平台?
OpenCode Free Models 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenCode Free Models?
由 pinke(@pinke)开发并维护,当前版本 v1.0.0。
推荐 Skills