ソース情報
- リポジトリ
- raine/consult-llm
- ソースの最終更新活動
- 2026年8月25日 07:39
- 検出された SKILL.md の言語
- 英語
- スター
- 132
- フォーク
- 22
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/raine/consult-llm --skill consultコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | consult |
| description | Consult an external LLM with the user's query. |
| allowed-tools | Bash, Glob, Grep, Read |
Consult an external LLM with the user's query via the consult-llm CLI.
Load the consult-llm skill before invoking — it defines the invocation contract (stdin heredoc, flags, output format, multi-turn). Do not call the CLI without loading it first.
Selectors resolvable in this environment (depends on configured API keys):
!`consult-llm models`
Arguments: $ARGUMENTS
Check $ARGUMENTS for flags:
Model flags: any --<selector> from the Models block above selects that model (e.g. --gemini, --openai, --deepseek, --minimax). Repeat for multiple models — they run in parallel.
Translate model flags according to the loaded consult-llm skill's model-selection rules.
Mode flags:
--browser → use web mode (--web, copies prompt to clipboard)--background → run the Bash call in background mode (run_in_background)Strip all flags from the arguments to get the user query.
consult-llm skillLoad it now. Follow its invocation contract for all CLI calls in this workflow.
One or more --<selector> flags — single call with one -m <selector> per flag, plus -f <path> for each relevant file. Multiple selectors run in parallel and the CLI returns a combined response with per-model sections.
No model flag (default) — use the loaded consult-llm skill's default model-selection rules, plus -f <path> for each relevant file.
--browser — single call with --web (model flags are ignored in web mode).
Before using the response, apply the loaded consult-llm skill's context request loop. If an answer ends with a context request, resume that model independently with the requested evidence and treat its revised answer as the consultation result.