A streamlined template designed for testing environment configurations and agentic handshakes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install membranedev-gmail
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 membranedev-gmail using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Dummy Skill serves as a foundational architectural template for developers working with Openclaw Skills. It is designed to act as a placeholder or a minimal viable implementation, allowing engineers to verify that their AI agent environment is correctly configured to discover and execute third-party skills.
By utilizing this skill, you can troubleshoot connectivity issues and validate the data flow between your LLM and the skill registry without the complexity of a production-heavy tool. It effectively demonstrates the core lifecycle of Openclaw Skills integration in a controlled, low-risk manner.
To deploy this skill within your Openclaw Skills environment, follow these steps:
# Navigate to your skills directory
cd my-agent-skills
# Clone or create the dummy skill structure
mkdir dummy-skill && cd dummy-skill
# Initialize the skill manifest
touch SKILL.md config.json
Ensure your agent's path configuration includes the directory where your Openclaw Skills are hosted.
The Dummy Skill utilizes a minimal data schema to maintain high performance during testing phases:
| Attribute | Description |
|---|---|
| skill_id | A unique string identifier for Openclaw Skills tracking. |
| version | The current semantic version of the skill template. |
| status | Returns 'active' or 'idle' to signal readiness to the agent. |
Metadata is stored in a structured JSON format to ensure compatibility across various Openclaw Skills implementations.
Loading
A comprehensive integration for Lightspeed R-Series that enables AI agents to manage retail inventory, sales orders, and customer data via the Membrane framework.

A comprehensive CRM integration that enables AI agents to manage organizations, deals, projects, and activities via the Membrane ecosystem.

A comprehensive integration for managing payroll, employee records, and HR workflows through a secure automated interface.

A powerful Greenhouse Harvest integration for Openclaw Skills to manage candidates, jobs, and recruitment data through a unified API bridge.

A comprehensive integration that allows AI agents to manage Microsoft To Do tasks, lists, and steps through the Membrane infrastructure.

A comprehensive skill to manage n8n.io workflows, executions, and credentials through a secure CLI interface.








































