A robust utility for managing persistent background processes on macOS using the native launchd system.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install toolguard-daemon-control
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install toolguard-daemon-control using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Toolguard Daemon Control is a specialized skill designed for developers who need to manage long-running processes as native macOS launchd services. By integrating with Openclaw Skills, this tool automates the creation, management, and monitoring of user-level agents, ensuring that critical applications and scripts stay running even after terminal sessions end. It simplifies the complexity of plist creation and service lifecycle management, providing a standardized way to handle environment variables, working directories, and automated process restarts.
This skill is particularly valuable for developers building local servers, proxy tools, or automated background workers that require high availability. Within the ecosystem of Openclaw Skills, it provides a reliable foundation for ensuring that your automated agents and toolguards persist across system reboots and process failures without manual intervention.
To utilize this capability within Openclaw Skills, ensure you are on a macOS environment. All management scripts are located in the scripts/ directory. To install a new background service, use the following command structure:
bash scripts/install.sh <service-name> <command> [args...] [--workdir <dir>] [--env KEY=VALUE ...]
To view all active services managed by this skill, run:
bash scripts/list.sh
The skill organizes its configuration and output using the following system paths to maintain a clean environment within Openclaw Skills:
| Data Type | Location | Purpose |
|---|---|---|
| Service Configuration | ~/Library/LaunchAgents/ai.toolguard.<name>.plist |
Defines the launchd service parameters and restart logic. |
| Application Logs | ~/Library/Logs/toolguard/<name>/ |
Contains stdout and stderr logs for each managed service. |
| Service Namespace | ai.toolguard.* |
Standard prefix used to identify and filter managed services. |
Loading
A precision geographic utility for Openclaw Skills that determines if specific latitude and longitude coordinates are situated over land or water.

A JSON-first API skill designed to provide comprehensive Picqer warehouse data for AI-driven dashboards and reporting.

An automated trading agent that executes temperature-based bets on Polymarket using real-time NOAA forecast data and the Simmer API.

An automated trading agent that executes short-term Polymarket trades based on real-time CEX price momentum.

A specialized browser automation skill designed to handle the end-to-end video publishing process on the Bilibili creator platform.

An automated browser-based tool to streamline the process of uploading and publishing videos to the Douyin creator platform.








































