Install
openclaw skills install opencode-zen-check-free-modelsMonitors the OpenCode Zen pricing page for new free models and offers to update your default configuration.
openclaw skills install opencode-zen-check-free-modelsWhen this skill is triggered, follow this logic to keep the user's environment updated with the best available free models:
Fetch the HTML content of the OpenCode Zen pricing documentation:
curl -sL [https://opencode.ai/docs/zen/#pricing](https://opencode.ai/docs/zen/#pricing)
Parse the webpage content (specifically looking at the pricing tables or lists) to identify available models. Extract the names/IDs of any models where the input/output cost is listed as "Free", $0.00, or models with names containing "free" (as well as known free stealth models like big-pickle).
Check the extracted list of free models against the state file located at ./zen_seen_models.json within the current workspace.
[Model ID]. It is now available."[Model ID] as your new default model for OpenClaw (for all Agents, Compaction, and Heartbeat)?"config.yaml) or set the relevant environment variables to the new model ID../zen_seen_models.json in the workspace to ensure the user is not prompted again for these specific models.