Openclaw Troubleshoot

v1.0.0

Provide step-by-step diagnostics and command-line fixes for common OpenClaw issues including memory plugin faults, Feishu disconnects, LLM timeouts, and Tele...

0· 414·4 current·4 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
The skill's name/description (OpenClaw troubleshooting) match the actions in SKILL.md (checking plugins, logs, restarting gateway, editing ~/.openclaw/openclaw.json). However the registry metadata declares no required binaries or OS restriction while the instructions require the openclaw CLI, jq, launchctl (macOS), killall, and typical UNIX tools — this omission is an incoherence.
!
Instruction Scope
SKILL.md instructs the agent to read and write user configuration (~/.openclaw/openclaw.json), list session directories, inspect logs in /tmp, enable/disable plugins, and restart system services (launchctl unload/load, killall, gateway restart). Those actions are within 'troubleshooting' scope but are state-changing and potentially destructive if run without review. The instructions also assume tools (jq, launchctl) exist and are run with sufficient privileges; there is no guidance about backing up configs beyond a brief note.
Install Mechanism
There is no install spec and no code files — lowest installation risk. Nothing will be written by an installer, but the runtime instructions will modify files if executed.
Credentials
The skill requests no credentials or environment variables. All file paths and commands referenced are related to OpenClaw configuration and logs, so requested access is proportionate to the stated troubleshooting purpose.
Persistence & Privilege
always:false and default autonomous invocation are fine. However, because the instructions modify the OpenClaw config and restart services, allowing the agent to invoke these autonomously increases risk. The skill does not request persistent special privileges beyond normal file/system service access, but it does perform operations that change agent/system state.
What to consider before installing
This is a plausible troubleshooting guide for OpenClaw, but review before running: (1) confirm you're on macOS (launchctl usage) and that the openclaw CLI and jq are installed; (2) back up ~/.openclaw/openclaw.json and any sessions before applying jq edits or mv operations; (3) prefer to run the provided commands manually rather than granting an agent automatic execution, since they restart services and edit configs; (4) if you want the skill to be safer, ask the author to declare required binaries and an OS restriction, and to add explicit safety checks and backup steps.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fjrj6ysnn21bzk22a19sc19829k5v

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments