生活与工具
#ai
diagnose-gateway
Diagnose Gateway, config, secrets, channels, and port failures with read-only one-liners.
DeepseekModel
官方收录技能
质量 优秀 · 90
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=openclaw-openclaw-custodian-skills-diagnose-gateway-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name diagnose-gateway description Diagnose Gateway, config, secrets, channels, and port failures with read-only one-liners. Diagnose the Gateway This playbook is read-only: no config writes, no service restarts, no doctor --fix , no killing listeners. Never print secret values; report only redacted SecretRef owner state. Every run ends with the observable Prove result or an exact explanation of why it could not be proven. Gather openclaw doctor --non-interactive openclaw gateway status --deep openclaw config validate openclaw channels status openclaw models status openclaw channels logs --channel <id> On managed installs, bounded recent logs: ./scripts/clawlog.sh (repo checkout) or the log path printed at gateway startup ( /tmp/openclaw/openclaw-<date>.log by default). Check these signatures without guessing: invalid config or schema errors ( config validate names the exact key and line); degraded SecretRef owners — report the owner, never ids or values; expired or rejected channel authentication ( channels status per account); EADDRINUSE , a second gateway listener, or service/config port mismatch ( lsof -nP -iTCP:<port> -sTCP:LISTEN ); gateway crash loops: read the last startup stack in the gateway log; a schema-valid config that still crashes startup is a bug — capture the stack and report it. Correlate timestamps and identify the first owner-boundary failure. Mutate Nothing. This skill changes no state. Repair Translate each finding into the next action, naming the responsible skill when one exists: configure-channel , add-model-provider , or cloud-image-bake . Recommend openclaw doctor --fix --non-interactive only as a separately approved step. Prove Repeat the smallest read-only probe that exposes the condition and record its output, for example: openclaw gateway status --deep openclaw channels status --deep If access, logs, or the gateway are unavailable, report that exact blocker rather than declaring a cause. Report Findings in causal order with evidence for each; current gateway/config/SecretRef/channel/port state; one recommended next skill or operator action. State explicitly that nothing was changed. Further reference: https://docs.openclaw.ai/gateway/troubleshooting
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |