ソース情報
- リポジトリ
- workweave/router
- ソースの最終更新活動
- 2026年8月28日 23:58
- 検出された SKILL.md の言語
- 英語
- スター
- 2,971
- フォーク
- 84
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/workweave/router --skill router-modelsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Alias for force-model — pin this Codex session to a specific model through the Weave Router.
Pin this Codex session to a specific model through the Weave Router.
Alias for router-feedback — submit feedback about a Weave Router decision or model performance.
| name | router-models |
| description | List the models the Weave Router may route to, and turn them on or off. |
When the user invokes $router-models, show which models this
installation lets the router pick from, and change that selection when asked.
This is the same list — and the same stored setting — as the checkboxes on the
router dashboard's settings page.
Start by running:
npx --package @workweave/router -y -- weave-router models --codex{{SCOPE}}
That prints every deployed model grouped by provider, with [x] for models the
router may pick and [ ] for models it may not. Present it back as a compact
checklist in that same [x] / [ ] form, keeping the provider grouping and the
exact model ids — the user selects models by id.
Then:
weave-router models enable <id>... --codex{{SCOPE}} or
weave-router models disable <id>... --codex{{SCOPE}} (add providers before
enable/disable to switch a whole provider). Several ids can go in one
call. Then re-run the list and show the result.Other things they might ask for:
weave-router models prefer <id> <id>... --codex{{SCOPE}} (order matters), or
weave-router models prefer clear --codex{{SCOPE}} to drop the ranking.weave-router models providers --codex{{SCOPE}}.If the command reports that this router doesn't expose model selection, that's a Weave-hosted router: model selection belongs to the whole organization there, so tell the user to change it at https://router.workweave.ai/dashboard/settings — don't try to work around it. Its listing carries no on/off state, so present it as a plain list; don't infer which models are enabled.
Disabling a model takes effect on the router's next routing decision; no restart is needed.