Install
openclaw skills install @thcjp/dnsopenclaw skills install @thcjp/dnsdig +nocmd +noall +answer example.com_dmarc.example.com TXT "v=DMARC1; p=quarantine; rua=mailto:dmarc@example.com"include: for multiple sources-all (reject) or ~all (soft fail)—never +all or ?allexample.com. CAA 0 issue "letsencrypt.org"CAA 0 issuewild "letsencrypt.org"CAA 0 iodef "mailto:security@example.com"dig +trace example.com—full resolution chain from root; reveals where problem occursdig @ns1.provider.com example.com—query authoritative nameserver directly, bypasses cache*.example.com does not match apex example.com—both need explicit records| 依赖项 | 类型 | 是否必需 | 获取方式 |
|---|---|---|---|
| LLM API | API | 必需 | 由Agent内置LLM提供 |
| 场景 | 输入 | 输出 |
|---|---|---|
| 基础使用 | 用户请求 | 处理结果 |
不适用于:需要人工判断的复杂决策场景
输入: 用户请求
处理: 根据使用流程执行
输出: 处理结果
| 错误场景 | 原因 | 处理方式 |
|---|---|---|
| 配置错误 | 参数缺失或格式错误 | 检查依赖说明中的配置要求 |
| 运行时错误 | 运行环境不满足 | 确认运行环境符合依赖说明 |
| 网络错误 | 连接超时或不可达 | 检查网络连接后重试,参考国内替代方案 |
A: 请先阅读使用流程章节,确认环境满足依赖说明中的要求。
A: 请参考错误处理章节,按照表格中的处理方式操作。
A: 请参考已知限制章节了解具体限制。