model-provider-updater

Installation
SKILL.md

Model Provider Updater

Use this repo-level skill to update the FastGPT plugin static model registry in packages/infrastructure/src/static-data/models/provider/*/index.ts. Only work on providers already registered by packages/infrastructure/src/static-data/models/index.ts; never add a new provider directory or registry import as part of this workflow unless the user explicitly asks to add a new provider.

This skill was restored from the old .codex/skills/model-provider-updater layout. The plugin code has since moved from the legacy modules/model/* tree into the v1 packages/infrastructure/src/static-data/models/* tree, so use the paths and commands below rather than the old modules/model or .agents/skills paths.

Workflow

  1. Inventory the current registry.

    node .codex/skills/model-provider-updater/scripts/model_provider_presets.mjs inventory
    

    Use --json when another script or a temporary comparison file needs structured output.

  2. Check providers one by one against official sources.

Installs
1
GitHub Stars
40
First Seen
Jun 20, 2026
model-provider-updater — labring/fastgpt-plugin