Install
openclaw skills install mmx-text-researcherConducts deep multi-source research and synthesis with structured output using MiniMax CLI, ideal for complex investigation and fact verification tasks.
openclaw skills install mmx-text-researcherUse this skill when a question requires investigation, synthesis, multi-source reasoning, or structured output.
mmx CLI must be authenticated: mmx auth statusmmx auth login --api-key <key>mmx config show (global vs CN)1. SEARCH → mmx search "<query>" [--output json]
2. SYNTH → mmx text chat --model MiniMax-Text-01 --message "Summarize from: <results>"
3. STRUCT → mmx text chat --output json --message "Extract key facts as JSON"
4. VERIFY → mmx search "<specific claim>" to cross-check
5. COMPILE → Final synthesis in requested format
mmx search "MiniMax AI latest developments"
mmx search query --q "specific fact to verify" --output json
mmx text chat --model MiniMax-Text-01 --message "Research brief: <topic>. Provide structured output with: key findings, confidence level per finding, sources, and remaining unknowns."
mmx text chat --model MiniMax-Text-01 --message "<research query>" --stream
mmx text chat --message "I want to research X. Start by identifying the 5 most important sub-questions."
mmx text chat --message "Now investigate sub-question 1: <question>"
# ... continue threading
mmx text chat --model MiniMax-Text-01 --output json --message "Extract into JSON: { topic, findings: [{ claim, confidence, source }], gaps: [], next_steps: [] }"
For claims made in previous research:
mmx search "specific claim to verify"
mmx text chat --message "Based on search results: does this support or refute the claim: <claim>? Cite sources."
Specify format in the prompt:
JSON — structured machine-readable outputtable — tabular comparison or summarybrief — executive summary (3-5 bullet points)full — comprehensive research reportverdict — true/false/uncertain with reasoning