← Back to Skills Marketplace
pinke

OpenCode Free Models

by pinke · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
124
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install opencode-free-models
Description
自动从 opencode.ai 获取并增量配置包含“free”关键词的免费 AI 模型到 OpenClaw 或 QClaw 的本地配置文件。
Usage Guidance
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.
Capability Analysis
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`.
Capability Tags
requires-sensitive-credentials
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install opencode-free-models
  3. After installation, invoke the skill by name or use /opencode-free-models
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug opencode-free-models
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is OpenCode Free Models?

自动从 opencode.ai 获取并增量配置包含“free”关键词的免费 AI 模型到 OpenClaw 或 QClaw 的本地配置文件。 It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.

How do I install OpenCode Free Models?

Run "/install opencode-free-models" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenCode Free Models free?

Yes, OpenCode Free Models is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenCode Free Models support?

OpenCode Free Models is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenCode Free Models?

It is built and maintained by pinke (@pinke); the current version is v1.0.0.

💬 Comments