Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计提醒

mmx-text-researchermmx 文本研究员

Agent Skill

mmx-text-researcher 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,252

周安装

92

GitHub Stars

公开资料未说明

下载量

729
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:mmx-text-researcher(mmx 文本研究员)
来源仓库:https://github.com/ariffazil/mmx-text-researcher
安装命令:
openclaw skills install mmx-text-researcher
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install mmx-text-researcher

简介

使用 MiniMax CLI 进行深入的多源研究和综合,并提供结构化输出,非常适合复杂的调查和事实验证任务。

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": {"emoji": "🔍"}}

MMX Text Researcher — Deep Research via MiniMax CLI

Use this skill when a question requires investigation, synthesis, multi-source reasoning, or structured output.

Prerequisites

  • mmx CLI must be authenticated: mmx auth status
  • If not authenticated: mmx auth login --api-key <key>
  • Check region: mmx config show (global vs CN)

Core Research Loop

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

Commands Reference

Web Search (structured JSON output)

mmx search "MiniMax AI latest developments"
mmx search query --q "specific fact to verify" --output json

Deep Research Chat (MiniMax-Text-01 best for synthesis)

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."

Streaming Research (for long investigations)

mmx text chat --model MiniMax-Text-01 --message "<research query>" --stream

Multi-turn Research Thread

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

Structured Output (JSON)

mmx text chat --model MiniMax-Text-01 --output json --message "Extract into JSON: { topic, findings: [{ claim, confidence, source }], gaps: [], next_steps: [] }"

Fact Verification Loop

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."

Output Format Options

Specify format in the prompt:

  • JSON — structured machine-readable output
  • table — tabular comparison or summary
  • brief — executive summary (3-5 bullet points)
  • full — comprehensive research report
  • verdict — true/false/uncertain with reasoning

Quality Checklist

  • [ ] At least 2 independent sources per key claim
  • [ ] Confidence level assigned per finding
  • [ ] Unknowns/gaps explicitly stated
  • [ ] Sources cited (URL or source name)
  • [ ] Opposing views included if relevant

Common Triggers

  • "research X for me"
  • "investigate this claim"
  • "find information about"
  • "deep dive into"
  • "what is the current state of"
  • "synthesize what we know about"
  • "verify whether"
  • "compare X vs Y"

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.55%
按下载量换算602

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills