skills/mmx-text-researcher/SKILL.md
--- name: mmx-text-researcher description: Deep research skill using MiniMax CLI (mmx). Activates when: (1) Arif asks to research, investigate, look up, find information, or deep-dive on a topic; (2) a question requires synthesis from multiple sources; (3) Arif needs structured output (JSON, tables, summaries); (4) any knowledge task that benefits from web search + synthesis. Uses mmx search + mmx text chat. NOT for simple factual lookups (use web_search tool directly). metadata: {"openclaw": {"
npx skillsauth add ariffazil/openclaw-workspace skills/mmx-text-researcherInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use 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 reasoningtesting
OpenClaw edge agent bridge — operational triage, doctor, restart, and A2A bridge routing for the federation edge (Telegram surface). USE WHEN: "openclaw unhealthy", "gateway down", "edge bot not responding", "a2a bridge disconnected", "watchdog tripped", "openclaw doctor", "openclaw restart". NOT for token/security audit — use FORGE-telegram-audit.
tools
Generate images, videos, TTS, voice clone, and music via MiniMax MCP server. Use when user asks to "draw", "generate image", "create picture", "make a photo", "text to image", "image generation".
testing
Single load-bearing constitutional-judgment skill. Routes all F1–F13, verdict, hold, seal, scope, authority and floor-check calls through the live arif_judge surface. Replaces 7 overlapping predecessors (arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge, arifos-constitutional-judge).
development
MANDATORY LSP grounding gate BEFORE any code mutation on .ts, .py, .js, .tsx, .jsx files. Forces the agent to read real-time compiler diagnostics and structural project context before editing — eliminating blind guesses and anchoring every mutation in F2 (TRUTH). Routes through arifOS kernel (:8088) for centralized gate logic.