← All skills
Tencent SkillHub · Content Creation

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

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

OpenClaw expert — use for ANY OpenClaw question or problem including: config errors, gateway crashes, gateway not starting, slash commands, channel routing,...

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 8 sections Open source page

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)

SourceURLDocs homehttps://docs.openclaw.aiDocs index (machine-readable)https://docs.openclaw.ai/llms.txtConfig referencehttps://docs.openclaw.ai/gateway/configuration-reference.mdGateway troubleshootinghttps://docs.openclaw.ai/gateway/troubleshooting.mdGeneral troubleshootinghttps://docs.openclaw.ai/help/troubleshooting.mdFAQhttps://docs.openclaw.ai/help/faq.mdDoctor docshttps://docs.openclaw.ai/gateway/doctor.mdGitHub repohttps://github.com/openclaw/openclawGitHub Issueshttps://github.com/openclaw/openclaw/issuesReleases / changeloghttps://github.com/openclaw/openclaw/releasesCommunity Discordhttps://discord.gg/clawdClawHub (skills)https://clawhub.ai Start with llms.txt to find the right doc page for any topic.

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

Backup: cp ~/.openclaw/openclaw.json ~/.openclaw/openclaw.json.bak Edit the config Validate JSON: cat ~/.openclaw/openclaw.json | python3 -m json.tool > /dev/null Restart: openclaw gateway restart 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.

Category context

Writing, remixing, publishing, visual generation, and marketing content production.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs
  • SKILL.md Primary doc