ワンクリックで
mm-consult
Asks other LLMs through OpenRouter with Mirror context
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Asks other LLMs through OpenRouter with Mirror context
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | mm:consult |
| description | Asks other LLMs through OpenRouter with Mirror context |
| user-invocable | true |
Sends prompts with Mirror identity context to other models through OpenRouter.
/mm:consult <family> [tier] ["question"]
/mm:consult credits
gemini, grok, deepseek, openai, claude, llama, or a direct model ID such as google/gemini-2.5-prolite (default), mid, flagshipAnalyze the message to determine persona and journey using the same Mirror routing.
uv run python -m memory consult FAMILY TIER "QUESTION" \
[--persona PERSONA] [--journey JOURNEY] [--org]
Examples:
/mm:consult gemini lite "draft an opening for this article" -> uv run python -m memory consult gemini lite "draft an opening for this article" --persona writer/mm:consult deepseek "is this design overengineered?" -> uv run python -m memory consult deepseek "is this design overengineered?" --persona engineerThe script prints the response, cost, and balance. Always show the complete response to the user without summarizing or omitting it. Any Claude comments come after the full response.
When the user omits the question, they want a second opinion on the current conversation. Synthesize only Mirror Mode content: reflection, strategy, and content. Ignore Builder Mode content such as code, debugging, and project architecture.
uv run python -m memory consult FAMILY TIER "SYNTHESIZED_PROMPT" \
[--persona PERSONA] [--journey JOURNEY] [--org]
The synthesized prompt must be self-contained. The external LLM has no access to the conversation, so include concrete details instead of vague references like "as discussed."
Example prompt:
I am preparing episode 5 of the Reflexo series, about leadership and complexity.
The episode covers [key script points]. I have already suggested topics A, B, and C.
Suggest 3 alternative article topics for software leaders, keeping depth without academicism.
uv run python -m memory consult credits
Shows OpenRouter usage and remaining balance.
| Family | Lite | Mid | Flagship |
|---|---|---|---|
| gemini | gemini-2.5-flash-lite | gemini-2.5-flash | gemini-2.5-pro |
| grok | grok-3-mini | grok-3 | grok-4.1-fast |
| deepseek | deepseek-chat | deepseek-v3.2 | deepseek-r1 |
| openai | gpt-5.4-nano | gpt-5.4-mini | gpt-5.4 |
| claude | haiku-4.5 | sonnet-4.6 | opus-4.6 |
| llama | llama-3.3-70b-instruct | llama-4-scout | llama-4-maverick |
Activates Builder Mode for a journey and loads project context/docs
Backs up the production memory database
Activates Builder Mode for a journey and loads project context/docs
Scans memories for recurring patterns and proposes consolidation (merge, identity update, or shadow candidate)
Lists recent conversations from the memory database
Discards the current runtime conversation from the Mirror database before quitting