opencode-zen-check-free-models

Monitors the OpenCode Zen pricing page for new free models and offers to update your default configuration.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "opencode-zen-check-free-models" with this command: npx skills add pranjal-joshi/opencode-zen-check-free-models

OpenCode Zen - Check Free Models

When this skill is triggered, follow this logic to keep the user's environment updated with the best available free models:

1. Fetch Pricing Page

Fetch the HTML content of the OpenCode Zen pricing documentation:

curl -sL [https://opencode.ai/docs/zen/#pricing](https://opencode.ai/docs/zen/#pricing)

2. Extract Free Models

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).

3. State Comparison

Check the extracted list of free models against the state file located at ./zen_seen_models.json within the current workspace.

  • If no changes are detected: Exit silently. Do not notify the user unless they manually invoked this skill.
  • If a new free model is detected:
    1. Alert the user: "🚀 OpenCode Zen Update: I found a new free model on the pricing page: [Model ID]. It is now available."
    2. Ask: "Would you like me to set [Model ID] as your new default model for OpenClaw (for all Agents, Compaction, and Heartbeat)?"

4. Execution

  • If the user confirms: Update the local OpenClaw configuration file in the workspace (e.g., config.yaml) or set the relevant environment variables to the new model ID.
  • Finalize: Save the newly updated list of free models as a JSON array to ./zen_seen_models.json in the workspace to ensure the user is not prompted again for these specific models.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

treemd

Markdown document analysis and navigation using the treemd CLI. Use when exploring markdown structure (heading trees, section extraction), querying markdown...

Registry SourceRecently Updated
Coding

PingCode Enhanced

PingCode 研发管理平台 API 集成。支持查询工作项、测试库、项目进度、组织架构、知识库、DevOps 等。

Registry SourceRecently Updated
Coding

image-deck: GPT Image 2 Slide Deck

image-deck creates slide decks, slides, single slides, PPT, PowerPoint-style presentations, carousel pages, and full-image decks with GPT Image 2 through Cod...

Registry SourceRecently Updated
Coding

Mini Coder Max

Autonomous coding agent that systematically plans, implements, reviews, and delivers high-quality code. Handles tasks of any complexity by following a struct...

Registry SourceRecently Updated