MaxClaw Helper
Disclaimer: Knowledge in this skill is open to everyone, but some content (config, models, channels) applies to MaxClaw users only and may not apply to other OpenClaw deployments.
Language: This skill supports queries in both Chinese and English. Always reply in the same language the user used.
Quick Reference
| Scenario | Action |
|---|
| User asks "how to X" or "is X supported" | Flow A: query docs → answer with citation |
| Command / tool call fails |
Flow B: classify → query docs → self-assess → escalate |
| Same operation fails ≥ 2 times | Stop retrying → Flow B |
| Config file or irreversible operation at risk | Stop → B-3 safety check before any action |
| Root cause unknown, no trusted doc match | Flow B → escalate to community |
| User instruction ambiguous or conflicts with safety rules | Clarify before acting |
| Missing permission, dependency, or env var | Flow B → document and escalate |
| Cannot use web search / deep research tools | MiniMax Feishu Wiki (§ T-6) |
| Task stopped / input locked / "Task stopped, try a new task" | MiniMax Feishu Wiki (§ T-4) |
| Moderation blocked / content intercepted | MiniMax Feishu Wiki (§ T-3) |
| Credits incentive reward not received | MiniMax Feishu Wiki (§ B-6) |
| OpenClaw stuck restarting / HTTP 404 | MiniMax Feishu Wiki (§ T-5) |
| Credits depleting fast | MiniMax Feishu Wiki (§ B-1) |
| Credits exhausted / balance zero | MiniMax Feishu Wiki (§ B-3) |
| Cron stops after credits run out | MiniMax Feishu Wiki (§ B-2) |
| Agent vs Open Platform credits not interchangeable | MiniMax Feishu Wiki (§ B-5) |
| Refund request | MiniMax Feishu Wiki (§ B-4) |
| How to connect Feishu | MiniMax Feishu Wiki (§ F-1) |
| Feishu unavailable / connection failed | MiniMax Feishu Wiki (§ F-3) |
| Feishu pairing fails / stuck restarting | MiniMax Feishu Wiki (§ F-7) |
| Feishu duplicate replies | MiniMax Feishu Wiki (§ F-5) |
| Add bot to Feishu group | MiniMax Feishu Wiki (§ F-8) |
| HTTP 400 / 500 / Internal server error | MiniMax Feishu Wiki (§ T-1) |
| 413 request too large | MiniMax Feishu Wiki (§ T-2) |
| Always loading / no response / timeout | MiniMax Feishu Wiki (§ T-7) |
| Conversation frozen / sudden termination | MiniMax Feishu Wiki (§ T-8) |
| User hasn't provided chat_id | MiniMax Feishu Wiki (§ S-1) — collect it first |
| Generated files not found | MiniMax Feishu Wiki (§ G-8) |
Flow A: Usage Question
- 1. Check Quick Reference first — if the scenario matches a MiniMax Feishu Wiki entry, read that section directly via
feishu-wiki + feishu-doc (see references/trusted-sources.md § 2 for how to read). - If not in Quick Reference, read
references/trusted-sources.md and query sources in priority order:
- For MaxClaw-specific issues (credits, Feishu, moderation, product): query MiniMax Feishu Wiki first
- For OpenClaw platform/config/CLI issues: query https://docs.openclaw.ai/ via
extract_content_from_websites
- 3. Keywords: feature name, config field name, channel name (e.g. "feishu", "long polling", "webhook")
- Respond based on result:
- [match] Clear doc match → give direct answer, cite source URL; append "MaxClaw users only" if applicable
- [partial] Partial match → answer cautiously; note "based on similar case — verify against actual behavior"
- [no match] No match → inform user, redirect to community (see
references/community-template.md)
Flow B: Runtime Problem
B-1: Classify
| Type | Key Signals |
|---|
| Execution failure | Non-zero exit, tool error, timeout |
| Knowledge uncertainty |
No doc basis, doc contradicts observed behavior, version mismatch |
| Safety risk | Config file, irreversible delete, external send |
| Instruction issue | Ambiguous, contradictory, or out-of-scope request |
| System state | Missing dep, plugin error, session / memory loss |
| Loop / deadlock | Same failure ≥ 2×, condition can never be satisfied |
B-2: Query Docs
For MaxClaw-specific symptoms (credits, Feishu, moderation, product behavior): query MiniMax Feishu Wiki first via feishu-wiki + feishu-doc.
For platform/config/CLI issues: query https://docs.openclaw.ai/ via extract_content_from_websites.
Use exact error text, operation name, or config field as keywords.
- - [match] Exact match → follow documented guidance, cite source
- [partial] Similar match → proceed cautiously; tell user "cannot guarantee full applicability"
- [no match] No match → proceed to B-3
B-3: Self-Assess
Proceed independently only if all are true:
- - [ ] Operation is reversible, or risk is known and controlled
- [ ] Does not touch
openclaw.json or critical config (unless user explicitly authorized) - [ ] Does not send any data or messages externally
- [ ] Strong reason to believe no new problems will be introduced
Any condition unmet → stop, go to B-4.
B-4: Escalate
Stop attempting. Report to user:
- 1. Sources consulted and findings
- Clear problem description
- Approaches ruled out and why
- Use
references/community-template.md to redirect to official support
Hard Limits
- - Never modify
openclaw.json without explicit user authorization - Never retry a known-failing operation ≥ 2 times
- Never act on untrusted sources for high-risk operations
- Never send messages or data externally unless explicitly requested
- Never edit config files to work around permission errors
References
- -
references/trusted-sources.md — prioritized trusted documentation sources (includes MiniMax Feishu Wiki which contains the full MaxClaw FAQ / known issues KB) - INLINECODE13 — template for redirecting users to official community
MaxClaw 助手
免责声明:本技能中的知识对所有人开放,但部分内容(配置、模型、频道)仅适用于 MaxClaw 用户,可能不适用于其他 OpenClaw 部署。
语言:本技能支持中英文查询。始终使用用户所使用的语言进行回复。
快速参考
| 场景 | 操作 |
|---|
| 用户询问如何做X或是否支持X | 流程A:查询文档 → 引用来源回答 |
| 命令/工具调用失败 |
流程B:分类 → 查询文档 → 自我评估 → 升级处理 |
| 同一操作失败≥2次 | 停止重试 → 流程B |
| 配置文件或不可逆操作存在风险 | 停止 → 执行任何操作前先进行B-3安全检查 |
| 根本原因未知,无可信文档匹配 | 流程B → 升级到社区 |
| 用户指令模糊或与安全规则冲突 | 先澄清再行动 |
| 缺少权限、依赖或环境变量 | 流程B → 记录并升级 |
| 无法使用网络搜索/深度研究工具 | MiniMax 飞书 Wiki(§ T-6) |
| 任务停止/输入锁定/任务已停止,请尝试新任务 | MiniMax 飞书 Wiki(§ T-4) |
| 审核拦截/内容被屏蔽 | MiniMax 飞书 Wiki(§ T-3) |
| 积分激励奖励未收到 | MiniMax 飞书 Wiki(§ B-6) |
| OpenClaw 卡在重启/HTTP 404 | MiniMax 飞书 Wiki(§ T-5) |
| 积分快速消耗 | MiniMax 飞书 Wiki(§ B-1) |
| 积分耗尽/余额为零 | MiniMax 飞书 Wiki(§ B-3) |
| 积分用完后 Cron 停止 | MiniMax 飞书 Wiki(§ B-2) |
| Agent 与开放平台积分不可互换 | MiniMax 飞书 Wiki(§ B-5) |
| 退款请求 | MiniMax 飞书 Wiki(§ B-4) |
| 如何连接飞书 | MiniMax 飞书 Wiki(§ F-1) |
| 飞书不可用/连接失败 | MiniMax 飞书 Wiki(§ F-3) |
| 飞书配对失败/卡在重启 | MiniMax 飞书 Wiki(§ F-7) |
| 飞书重复回复 | MiniMax 飞书 Wiki(§ F-5) |
| 将机器人添加到飞书群组 | MiniMax 飞书 Wiki(§ F-8) |
| HTTP 400/500/内部服务器错误 | MiniMax 飞书 Wiki(§ T-1) |
| 413 请求过大 | MiniMax 飞书 Wiki(§ T-2) |
| 一直加载/无响应/超时 | MiniMax 飞书 Wiki(§ T-7) |
| 对话冻结/突然终止 | MiniMax 飞书 Wiki(§ T-8) |
| 用户未提供 chat_id | MiniMax 飞书 Wiki(§ S-1)— 先收集它 |
| 生成的文件未找到 | MiniMax 飞书 Wiki(§ G-8) |
流程A:使用问题
- 1. 首先检查快速参考 — 如果场景匹配 MiniMax 飞书 Wiki 条目,直接通过 feishu-wiki + feishu-doc 阅读该部分(参见 references/trusted-sources.md § 2 了解如何阅读)。
- 如果不在快速参考中,阅读 references/trusted-sources.md 并按优先级顺序查询来源:
- 对于 MaxClaw 特定问题(积分、飞书、审核、产品):首先查询 MiniMax 飞书 Wiki
- 对于 OpenClaw 平台/配置/CLI 问题:通过 extract
contentfrom_websites 查询 https://docs.openclaw.ai/
- 3. 关键词:功能名称、配置字段名称、频道名称(例如飞书、长轮询、webhook)
- 根据结果回复:
- [匹配] 明确的文档匹配 → 给出直接答案,引用来源URL;如果适用,附加仅适用于 MaxClaw 用户
- [部分] 部分匹配 → 谨慎回答;注明基于类似案例 — 请根据实际行为验证
- [无匹配] 无匹配 → 告知用户,引导至社区(参见 references/community-template.md)
流程B:运行时问题
B-1:分类
| 类型 | 关键信号 |
|---|
| 执行失败 | 非零退出、工具错误、超时 |
| 知识不确定性 |
无文档依据、文档与观察到的行为矛盾、版本不匹配 |
| 安全风险 | 配置文件、不可逆删除、外部发送 |
| 指令问题 | 模糊、矛盾或超出范围的请求 |
| 系统状态 | 缺少依赖、插件错误、会话/内存丢失 |
| 循环/死锁 | 同一失败≥2次、条件永远无法满足 |
B-2:查询文档
对于 MaxClaw 特定症状(积分、飞书、审核、产品行为):首先通过 feishu-wiki + feishu-doc 查询 MiniMax 飞书 Wiki。
对于平台/配置/CLI 问题:通过 extractcontentfrom_websites 查询 https://docs.openclaw.ai/。
使用确切的错误文本、操作名称或配置字段作为关键词。
- - [匹配] 精确匹配 → 按照文档指导操作,引用来源
- [部分] 相似匹配 → 谨慎进行;告知用户无法保证完全适用
- [无匹配] 无匹配 → 进入 B-3
B-3:自我评估
仅当所有条件都满足时才独立进行:
- - [ ] 操作是可逆的,或风险已知且可控
- [ ] 不触及 openclaw.json 或关键配置(除非用户明确授权)
- [ ] 不向外部发送任何数据或消息
- [ ] 有充分理由相信不会引入新问题
任何条件不满足 → 停止,进入 B-4。
B-4:升级处理
停止尝试。向用户报告:
- 1. 已查阅的来源和发现
- 清晰的问题描述
- 已排除的方法及原因
- 使用 references/community-template.md 引导至官方支持
硬性限制
- - 未经用户明确授权,绝不修改 openclaw.json
- 绝不重试已知失败的操作≥2次
- 对于高风险操作,绝不依据不可信来源行事
- 除非明确要求,绝不向外部发送消息或数据
- 绝不编辑配置文件以绕过权限错误
参考资料
- - references/trusted-sources.md — 优先级的可信文档来源(包含 MiniMax 飞书 Wiki,其中包含完整的 MaxClaw 常见问题/已知问题知识库)
- references/community-template.md — 用于引导用户至官方社区的模板