ワンクリックで
update-xai-model
Add a new xAI Grok model version to pidgin/data/models.json. Use when the user mentions a newly released grok-* model.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Add a new xAI Grok model version to pidgin/data/models.json. Use when the user mentions a newly released grok-* model.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Add a new Claude (Anthropic) model version to pidgin/data/models.json. Use when the user mentions a newly released claude-fable, claude-opus, claude-sonnet, or claude-haiku version (e.g. "opus 4.8 just dropped", "add the new sonnet", "bump fable", "bump haiku").
Add a new Google model version (Gemini or Gemma) to pidgin/data/models.json. Use when the user mentions a newly released gemini-* (gemini-3.0-pro, gemini-2.5-flash, etc.) or gemma-* model.
Add a new model version to pidgin/data/models.json. Use when the user mentions a newly released model from Anthropic (Claude/Opus/Sonnet/Haiku), OpenAI (GPT/o-series), Google (Gemini/Gemma), or xAI (Grok) and wants it registered. Dispatches to the per-provider sub-skill.
Add a new OpenAI model version (GPT or o-series) to pidgin/data/models.json. Use when the user mentions a newly released gpt-* (gpt-5, gpt-4.2, etc.) or o-series (o3, o4, o5, mini variants) model.
| name | update-xai-model |
| description | Add a new xAI Grok model version to pidgin/data/models.json. Use when the user mentions a newly released grok-* model. |
Follow the universal recipe in update-model, with these xAI-specific details.
grok-5, grok-4-mini.| Model | Alias |
|---|---|
Latest non-mini grok-N | grok |
| Previous-major non-mini | grok<N> (e.g. grok3 for grok-3) |
*-mini variants | typically no alias |
When bumping the latest, move the grok alias to the new entry and clear the previous owner's aliases to []. Optionally give the demoted previous-latest a grok<N> alias if there isn't already one.
xAI doesn't publish via OpenRouter as cleanly as others — these entries were added manually. Copy pricing and limits from the closest sibling and flag in the summary so the user can confirm.
Copy from the closest sibling.
grok-4 when adding grok-5).["grok"] from the previous owner's aliases.display_name, api.model_id, aliases: ["grok"], and today's cost.last_updated.update-model.Commit message format: chore: add <new-key> and move grok alias.