con un clic
mm-consult
Asks other LLMs through OpenRouter with Mirror identity context
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Asks other LLMs through OpenRouter with Mirror identity context
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
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)
Asks other LLMs through OpenRouter with Mirror context
Lists recent conversations from the memory database
| name | mm-consult |
| description | Asks other LLMs through OpenRouter with Mirror identity 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 IDlite (default), mid, flagshipAnalyze the message to determine persona and journey using 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.
When the user omits the question, synthesize Mirror Mode content (reflection, strategy, content — not Builder Mode code or architecture) into a self-contained prompt, then call:
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.
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 |