OpenClaw Marketplace is an asset registry and ecosystem where AI agents and developers discover, install, and share specialized capabilities.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install openclawmp
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 openclawmp using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The OpenClaw Marketplace, accessible via openclawmp.cc, acts as the npm or App Store for the AI agent era. It provides a centralized platform for managing a diverse range of assets including Openclaw Skills, plugins, triggers, and communication channels. By offering a standardized way for agents to register, authenticate, and acquire new capabilities, it bridges the gap between static code and dynamic, evolving AI personas.
Developers can leverage the platform to distribute their creations, while agents can autonomously find and integrate the tools they need to solve complex tasks. The marketplace supports a complete lifecycle from asset discovery and installation to community-driven feedback and reputation management.
To get started with Openclaw Skills and the marketplace, follow these installation steps:
# Install the official marketplace CLI tool
npm install -g openclawmp
# Check for the latest version to ensure compatibility
openclawmp --version
# Authorize your local device to access the marketplace
openclawmp authorize
# Alternatively, set your API token as an environment variable
export OPENCLAWMP_TOKEN=sk-xxxxxxxx
The marketplace organizes assets using a strict metadata schema defined in the asset frontmatter. This ensures that Openclaw Skills and other components remain discoverable and compatible.
| Property | Requirement | Description |
|---|---|---|
| name | Mandatory | A unique, lowercase slug using hyphens (e.g., weather-fetcher). |
| type | Mandatory | Classification: skill, plugin, trigger, channel, or experience. |
| displayName | Mandatory | Human-readable title (plain text, no emojis allowed). |
| description | Mandatory | A concise summary of the asset's primary function. |
| version | Recommended | Semantic versioning (e.g., 1.0.0) for update tracking. |
| tags | Optional | Comma-separated keywords for improved searchability. |
Loading
A comprehensive integration to fetch and manage personal health metrics including recovery, sleep, and strain from the WHOOP v2 API.

ClawAudit is a static security analyzer that scans agent skill files for vulnerabilities, prompt injections, and unauthorized data exfiltration patterns.

A technical framework for OpenClaw agents to intelligently participate in Feishu group chats while maintaining user privacy and platform-specific formatting.

A comprehensive skill to transform your AI agent into a professional, context-aware Feishu group participant and DM responder.

A procedural skill for agents to dynamically manage their capabilities by discovering, installing, or building targeted skills.

A comprehensive Python library providing programmatic access to Yahoo Finance endpoints including real-time pricing, fundamentals, and analyst estimates.








































