Initial commit: OpenClaw Skill Collection
6 custom skills (assign-task, dispatch-webhook, daily-briefing, task-capture, qmd-brain, tts-voice) with technical documentation. Compatible with Claude Code, OpenClaw, Codex CLI, and OpenCode.
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"title": "openclaw gateway uninstall",
|
||||
"content": "trash \"${OPENCLAW_STATE_DIR:-$HOME/.openclaw}\"\nopenclaw channels login # re-pair WhatsApp\nopenclaw gateway restart # or: openclaw gateway\nbash theme={null}\nwget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb\nsudo dpkg -i google-chrome-stable_current_amd64.deb\njson theme={null}\n{\n \"browser\": {\n \"executablePath\": \"/usr/bin/google-chrome-stable\"\n }\n}\n```\n\n**Full guide:** See [browser-linux-troubleshooting](/tools/browser-linux-troubleshooting)",
|
||||
"code_samples": [
|
||||
{
|
||||
"code": "⚠️ This loses all sessions and requires re-pairing WhatsApp.\n\n## Getting Help\n\n1. Check logs first: `/tmp/openclaw/` (default: `openclaw-YYYY-MM-DD.log`, or your configured `logging.file`)\n2. Search existing issues on GitHub\n3. Open a new issue with:\n * OpenClaw version\n * Relevant log snippets\n * Steps to reproduce\n * Your config (redact secrets!)\n\n***\n\n*\"Have you tried turning it off and on again?\"* — Every IT person ever\n\n🦞🔧\n\n### Browser Not Starting (Linux)\n\nIf you see `\"Failed to start Chrome CDP on port 18800\"`:\n\n**Most likely cause:** Snap-packaged Chromium on Ubuntu.\n\n**Quick fix:** Install Google Chrome instead:",
|
||||
"language": "unknown"
|
||||
},
|
||||
{
|
||||
"code": "Then set in config:",
|
||||
"language": "unknown"
|
||||
}
|
||||
],
|
||||
"headings": [
|
||||
{
|
||||
"level": "h2",
|
||||
"text": "Getting Help",
|
||||
"id": "getting-help"
|
||||
},
|
||||
{
|
||||
"level": "h3",
|
||||
"text": "Browser Not Starting (Linux)",
|
||||
"id": "browser-not-starting-(linux)"
|
||||
}
|
||||
],
|
||||
"url": "llms-txt#openclaw-gateway-uninstall",
|
||||
"links": []
|
||||
}
|
||||
Reference in New Issue
Block a user