← 返回 Skills 市场
isriam

Openclaw Guru - Documentation and Support expert

作者 isriam · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1105
总下载
6
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install claw-guru
功能描述
OpenClaw expert — use for ANY OpenClaw question or problem including: config errors, gateway crashes, gateway not starting, slash commands, channel routing,...
使用说明 (SKILL.md)

Claw Guru — OpenClaw Live Support

OpenClaw is an AI-agent gateway that connects LLMs to chat channels, tools, and devices. Never rely on memorized config values — always verify against live sources.

Live Sources (fetch at runtime)

Source URL
Docs home https://docs.openclaw.ai
Docs index (machine-readable) https://docs.openclaw.ai/llms.txt
Config reference https://docs.openclaw.ai/gateway/configuration-reference.md
Gateway troubleshooting https://docs.openclaw.ai/gateway/troubleshooting.md
General troubleshooting https://docs.openclaw.ai/help/troubleshooting.md
FAQ https://docs.openclaw.ai/help/faq.md
Doctor docs https://docs.openclaw.ai/gateway/doctor.md
GitHub repo https://github.com/openclaw/openclaw
GitHub Issues https://github.com/openclaw/openclaw/issues
Releases / changelog https://github.com/openclaw/openclaw/releases
Community Discord https://discord.gg/clawd
ClawHub (skills) https://clawhub.ai

Start with llms.txt to find the right doc page for any topic.

Agent Workflow

1. Gather diagnostics first

openclaw doctor
openclaw gateway status
tail -50 ~/.openclaw/logs/gateway.log

2. Fetch the relevant doc BEFORE giving advice

Search llms.txt for the topic keyword → fetch that doc page → base your answer on it.

3. Check GitHub Issues for the exact error

Search https://github.com/openclaw/openclaw/issues?q=ERROR_STRING for known issues and fixes.

4. Verify config against the installed dist — never from memory

DIST=$(find $(npm root -g)/openclaw/dist ~/.npm*/openclaw/dist 2>/dev/null | head -1)
# Look up any config key:
grep -o 'KEY_NAME.\{0,200\}' "$DIST"/config-*.js | head -10
# Or check the live config reference doc:
# https://docs.openclaw.ai/gateway/configuration-reference.md

5. Safe change protocol

  1. Backup: cp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.bak
  2. Edit the config
  3. Validate JSON: cat ~/.openclaw/openclaw.json | python3 -m json.tool > /dev/null
  4. Restart: openclaw gateway restart
  5. Check logs: tail -30 ~/.openclaw/logs/gateway.log

Hard Rule

Never give config values, defaults, or field names from memory. Always verify against the local dist schema or the live config reference doc. OpenClaw ships new versions frequently — stale advice breaks things.

安全使用建议
This skill appears to do what it says: a troubleshooting script for OpenClaw. Because it instructs reading local OpenClaw config and logs, those files may contain API keys or other secrets. Before installing or allowing autonomous use: 1) confirm you trust the skill source (unknown here), 2) prefer running suggested commands yourself or in a sandbox/container rather than granting blanket autonomous access, 3) avoid pasting sensitive tokens into the agent, and 4) back up configs before edits (the SKILL.md already advises backups). If you want stronger safety, run the diagnostic commands manually and share only the sanitized output the helper needs.
功能分析
Type: OpenClaw Skill Name: claw-guru Version: 1.0.0 The skill is designed to provide expert support for OpenClaw, and its instructions and embedded shell commands are consistent with this purpose. It accesses OpenClaw-specific logs and configuration files, performs backups, validates JSON using `python3`, and fetches documentation from official OpenClaw domains. There is no evidence of data exfiltration, unauthorized remote execution, persistence mechanisms, or malicious prompt injection attempts against the agent. All actions are diagnostic or administrative in nature for the OpenClaw system itself.
能力评估
Purpose & Capability
Name/description describe OpenClaw troubleshooting and the SKILL.md exclusively instructs how to diagnose and fix OpenClaw (doctor, gateway status, logs, config lookup, docs, GitHub issues). The requested operations align with that purpose.
Instruction Scope
Instructions tell the agent to run diagnostic commands and read files under ~/.openclaw and global npm install locations and to fetch docs/GitHub pages. These are appropriate for troubleshooting, but they do grant the agent access to local config and logs (which can contain API keys/secrets). The SKILL.md warns not to rely on memory and to verify against live sources, but it does not explicitly limit exfiltration of any sensitive values found.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — nothing is written to disk or downloaded by the skill itself, which is the lowest-risk install profile.
Credentials
The skill requests no environment variables or credentials, which is proportional. However, runtime instructions access user files (e.g., ~/.openclaw/openclaw.json, ~/.openclaw/logs, global npm dist paths). Accessing those files is coherent for the purpose but could expose secrets; the skill does not require unrelated credentials or environment variables.
Persistence & Privilege
always is false, there is no install or persistent agent modification, and the skill does not request elevated or persistent privileges. The agent may run the prescribed commands when invoked, which is expected.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install claw-guru
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /claw-guru 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Created claw-guru skill
元数据
Slug claw-guru
版本 1.0.0
许可证
累计安装 7
当前安装数 7
历史版本数 1
常见问题

Openclaw Guru - Documentation and Support expert 是什么?

OpenClaw expert — use for ANY OpenClaw question or problem including: config errors, gateway crashes, gateway not starting, slash commands, channel routing,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1105 次。

如何安装 Openclaw Guru - Documentation and Support expert?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-guru」即可一键安装,无需额外配置。

Openclaw Guru - Documentation and Support expert 是免费的吗?

是的,Openclaw Guru - Documentation and Support expert 完全免费(开源免费),可自由下载、安装和使用。

Openclaw Guru - Documentation and Support expert 支持哪些平台?

Openclaw Guru - Documentation and Support expert 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Openclaw Guru - Documentation and Support expert?

由 isriam(@isriam)开发并维护,当前版本 v1.0.0。

💬 留言讨论