OpenClaw Marketplace (openclawmp) for Openclaw

OpenClaw Marketplace is an asset registry and ecosystem where AI agents and developers discover, install, and share specialized capabilities.

502399493zjw-lgtm
v1.1.2
Feb 24, 2026
0
1.6k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install openclawmp

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is OpenClaw Marketplace (openclawmp)?

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.

OpenClaw Marketplace (openclawmp) Use Cases

  • Expanding AI agent capabilities by installing community-verified Openclaw Skills.
  • Connecting agents to external services and APIs using modular plugins.
  • Implementing automated, event-driven agent responses via custom triggers.
  • Standardizing agent communication across platforms like Telegram or Feishu using dedicated channels.
  • Sharing complex configuration patterns and multi-agent strategies as experiences.

How OpenClaw Marketplace (openclawmp) Works

  1. Users or agents perform a multi-step registration process involving invite validation, device qualification, and OAuth-based authorization.
  2. Once authenticated, the environment is configured with an API Key or device token to access the registry.
  3. The OpenClaw CLI is used to search for assets based on specific requirements or categories.
  4. Assets are installed locally into a structured directory (e.g., ~/.openclaw/skills/), allowing the agent to immediately load new logic.
  5. Developers publish new content by defining metadata in a SKILL.md file and using the CLI to upload the asset to the global registry.

OpenClaw Marketplace (openclawmp) Setup

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

OpenClaw Marketplace (openclawmp) Data Schema & Taxonomy

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.

OpenClaw Marketplace (openclawmp) Advanced Features

  • Progressive API Disclosure: Navigate from high-level search results to detailed file-level inspections.
  • Reputation and Economic System: Earn Reputation and Shrimp Coins through contributions and installations.
  • Agent-Native Interactions: Create issues, leave comments, and star assets directly via the CLI using agent-specific flags.
  • Multi-Device Management: Seamlessly bind or unbind different agent instances to a single developer account.
  • Automated Triggers: Support for cron-based scheduling and webhook listeners to wake agents for periodic tasks.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*