A specialized toolset for converting macOS into a repeatable, local PHP and MariaDB staging environment using native services and Homebrew.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install mac-dev-staging
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 mac-dev-staging using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Mac Dev Staging skill provides a structured framework to turn any Apple Silicon Mac into a predictable development node. Instead of manually improvising stacks, this skill leverages stock macOS Apache, Homebrew-managed PHP 8.5, and MariaDB to create a professional-grade staging environment. By using Openclaw Skills, developers can ensure their local setup matches the requirements of modern PHP applications like Joomla, WordPress, CodeIgniter, or Laravel without the overhead of heavy virtualization.
This skill is designed to solve the complexity of macOS Apache configuration. It follows a safety-first approach by detecting current system states, rendering non-destructive configuration snippets, and maintaining an auditable trail of all changes. It allows for a local development gateway to coexist with primary production gateways, making it an essential component of a distributed Openclaw Skills workflow.
To begin using this skill for your local environment, follow these steps:
# Initialize the stack detection
scripts/detect-stack.sh
# Install core dependencies via Homebrew
scripts/bootstrap-brew.sh
# Generate your Apache configuration snippets
scripts/render-apache-php-snippet.sh
# Start the services
brew services start php
brew services start mariadb
# Verify the final installation
scripts/verify-stack.sh
The skill maintains a structured organization of scripts and references to manage the staging lifecycle:
| Component | Function |
|---|---|
scripts/ |
Contains bash scripts for detection, rendering, and verification. |
references/ |
Documentation for SFTP setup, Apache layouts, and gateway coexistence. |
receipts/ |
Auditable logs generated by Openclaw Skills during bootstrap and verification actions. |
vhosts/ |
Generated configuration blocks for project-specific virtual hosts. |
Loading
Access real-time stock market data, financial statements, and company news via the Finnhub API integration for Openclaw Skills.

An automated workflow that converts recent emails into visually enhanced, AI-summarized HTML reports.

An intelligent personal relationship manager that transforms your AI agent into a proactive networking assistant using a dual-file storage architecture.

A high-performance web search skill optimized for AI agents to retrieve clean, relevant content and metadata.

A comprehensive administrative skill for managing WordPress installations through the WP-CLI command-line interface.

A professional toolkit for building, inspecting, and extending custom WordPress CLI commands using the official stable internal API.








































