Home / different-ai / openwork · .opencode/skills/openwork-models/SKILL.md · GitHub

openwork-models skillB

openwork-models is agent-read markdown (skill) from different-ai/openwork: Manage OpenWork inference model aliases, openwork model overlays, discounts, validation, and automated base model refreshes from models.dev. Use when adding, removing, discounting, auditing, or updating OpenWork models, including requests like "update the models" that should trigger the GitHub update-models workflow and report when its PR merges..

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# OpenWork Models

Use this skill for OpenWork inference model changes. The source of truth for
available upstream models is:

- `ee/apps/gateway/src/models/base.json`
- provider key: `openrouter`
- model map: `openrouter.models`

The editable OpenWork model list is:

- `ee/apps/gateway/src/models/openwork-models.json`

Managed file:

- `packages/types/src/den/inference.ts`

`ee/apps/gateway/scripts/build-models.mjs` reads `openwork-models.json` and
generates the OpenWork provider overlay in memory. It selects the API URL from
`OPENWORK_DEV_MODE`: dev uses `http://127.0.0.1:8791/api/v1`, otherwise prod
uses `https://inference.openworklabs.com/api/v1`.

Do not inspect the full `base.json` in chat. Use the scripts so the large source
model body stays out of context.

## Scripts

Extract/search source models into a temp file:

```bash
node .opencode/skills/openwork-models/scripts/extract-source-models.mjs
node .opencode/skills/openwork-models/scripts/extract-source-models.mjs --query "zai 5.1"
```

Manage OpenWork models:

```bash
node .opencode/skills/openwork-models/scripts/openwork-models.mjs search "zai 5.1"
…

Read the whole file at its exact version.

How to install

Latest version
mdr add different-ai/openwork/openwork-models@git:20260911.4fa0232
Exact content
mdr add different-ai/openwork/openwork-models@sha256:4739ec03b9862cce

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_mtxykvfv3j23icjw.svg)](https://markdownregistry.com/a/art_mtxykvfv3j23icjw)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260911.4fa0232 latest2026-09-11 4fa0232 4,482 BB view · diff
git:20260628.3c06ab62026-06-28 3c06ab6 4,490 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • fail: No link to a raw IP address (matched: http://127.0.0.1:8791)
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (4482 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No script tag

Source

GitHub

different-ai/openwork · 23,724 stars · license NOASSERTION · pushed 2026-09-25 · branch dev

API

GET https://markdownregistry.com/api/v1/artifacts/art_mtxykvfv3j23icjw
GET https://markdownregistry.com/api/v1/resolve?ref=different-ai/openwork/openwork-models
GET https://markdownregistry.com/api/v1/blob/4739ec03b9862cceaae97ad09d35522422455988141f788c33ebb4c0e3d90dc4

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from different-ai/openwork

browser-automation skill
different-ai/openwork · .opencode/skills/browser-automation/SKILL.md · Local OpenWork Electron browser automation with CDP. Use when driving a local Electron dev app, browser_list…
git:20260904.25c1014 · audit B · 23,724 stars
create-plugin skill
different-ai/openwork · .opencode/skills/create-plugin/SKILL.md · Create an OpenCode plugin for OpenWork. Scaffolds the plugin file with the correct API shape, tool definitions, and…
git:20260602.20013d2 · audit A · 23,724 stars
daytona-seeded-cloud-demo skill
different-ai/openwork · .opencode/skills/daytona-seeded-cloud-demo/SKILL.md · Daytona seeded cloud demo, demo credentials, Acme Robotics seed. Use when the user asks to spin up, keep running, seed…
git:20260827.92f4f3f · audit B · 23,724 stars
daytona-windows-cert skill
different-ai/openwork · .opencode/skills/daytona-windows-cert/SKILL.md · test on Windows, enterprise CA, corporate certificate, GPO cert, TLS fetch failed, Windows sandbox, daytona windows…
git:20260904.25c1014 · audit A · 23,724 stars
daytona skill
different-ai/openwork · .opencode/skills/daytona/SKILL.md · Daytona CLI setup, sandbox debugging, keep a sandbox alive, secrets volume, snapshot refresh. Use when Daytona itself…
git:20260905.46ba486 · audit A · 23,724 stars
diagnose-a-red-run skill
different-ai/openwork · .opencode/skills/diagnose-a-red-run/SKILL.md · Test is red, typecheck failed, CI job failed, flaky, timed out, was this already broken. Use to classify any failing…
git:20260921.bbe08f8 · audit A · 23,724 stars
get-env-var skill
different-ai/openwork · .opencode/skills/get-env-var/SKILL.md · get an env var, fetch a secret, missing env var, missing token/API key, load secrets from Infisical, infisical. Fetch…
git:20260902.114ecbd · audit A · 23,724 stars
hunt-a-prod-error skill
different-ai/openwork · .opencode/skills/hunt-a-prod-error/SKILL.md · A user saw internal_error, "Unexpected server error", a 500, or an opaque failure in a shipped OpenWork build. Find the…
git:20260921.bbe08f8 · audit A · 23,724 stars
open-a-pr skill
different-ai/openwork · .opencode/skills/open-a-pr/SKILL.md · Open a PR, write or rewrite a PR description, "the PR body is too long", or check whether a PR description is readable…
git:20260923.b2fdf64 · audit A · 23,724 stars
preview-my-work skill
different-ai/openwork · .opencode/skills/preview-my-work/SKILL.md · Boot, reopen, update, or reset OpenWork PR previews. Discover script worlds, use configurable app-web locally or…
git:20260924.c340d9e · audit A · 23,724 stars
record-a-demo skill
different-ai/openwork · .opencode/skills/record-a-demo/SKILL.md · Screenshots, recording, and presentation artifacts.
git:20260921.bbe08f8 · audit B · 23,724 stars
release skill
different-ai/openwork · .opencode/skills/release/SKILL.md · Cut an OpenWork release, release the app, publish a new version, rerun or recover a release tag, verify release assets…
git:20260910.e2267a9 · audit A · 23,724 stars

Every file in different-ai/openwork

Browse by kind, by grade B, or by owner.