Overview
- Skill Key
- harryboda/openclaw-xguardian
- Author
- harryboda
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/harryboda/openclaw-xguardian
- Latest Commit SHA
- d4b15f883e671d09dc2e0d58afc138fd8cebd68f
Build, configure, and install a 24x7 OpenClaw watchdog on macOS, including scaffolding the Go project, wiring launchd, and tuning health/recovery behavior. Use for requests to create or share the OpenClaw guardian service, deploy it on a Mac, or troubleshoot its recovery/logging behavior.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 openclaw-xguardian 技能。 若已安装,则直接安装 openclaw-xguardian 技能。
# OpenClaw XGuardian ## Overview Create a macOS launchd-backed guardian that keeps OpenClaw running, auto-recovers on failure, and logs minimal operational events. ## Workflow 1. Scaffold the project from assets. 2. Configure paths and OpenClaw CLI location. 3. Build the Go binary. 4. Install the LaunchAgent and reload. 5. Validate via logs and a stop/recovery test. ## Steps ### 1) Scaffold from assets Copy the template project into the target workspace: ```bash cp -R /Users/xiong/.codex/skills/openclaw-xguardian/assets/guardian/* <TARGET_WORKSPACE>/ ``` This copies: - `go.mod` - `cmd/openclaw-guardian/main.go` - `config.sample.json` - `launchd/com.openclaw.guardian.plist` ### 2) Configure paths Edit the user config file at `~/.openclaw-guardian/config.json` (create from `config.sample.json`). Key fields: - `openclaw_bin`: absolute path from `which openclaw` - `config_path`: usually `~/.openclaw/openclaw.json` - `gateway_plist_path`: usually `~/Library/LaunchAgents/ai.openclaw.gateway.plist` - `log_path`: e.g. `~/.openclaw-guardian/guardian.log` - `verbose_logs`: `false` by default for concise logs - `log_health_ok`: `false` by default to avoid spam ### 3) Build ```bash go build -o bin/openclaw-guardian ./cmd/openclaw-guardian ``` ### 4) Install LaunchAgent (guardian) Edit `launchd/com.openclaw.guardian.plist` and set: - `ProgramArguments`: binary path + config path - `EnvironmentVariables/PATH`: include your Node/OpenClaw path - `StandardOutPath`/`StandardErrorPath`: desired log files Then install and reload: ```bash mkdir -p ~/Library/LaunchAgents cp launchd/com.openclaw.guardian.plist ~/Library/LaunchAgents/ launchctl unload ~/Library/LaunchAgents/com.openclaw.guardian.plist 2>/dev/null || true launchctl load ~/Library/LaunchAgents/com.openclaw.guardian.plist ``` ### 5) Validate - Check logs: `tail -n 80 ~/.openclaw-guardian/guardian.log` - Optional: `openclaw gateway stop` and confirm recovery lines appear. ## Troubleshooting - `env: node: No such...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.