ClawMart Creator for Openclaw

The ClawMart Creator skill enables developers to manage their marketplace presence and publish Openclaw Skills directly through conversational commands.

nateliason
v1.0.0
Feb 16, 2026
0
1.4k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install clawmart

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 clawmart 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 ClawMart Creator?

The ClawMart Creator skill is a comprehensive tool built for developers who want to streamline the distribution of their AI assets. By connecting your agent directly to the ClawMart API, this skill automates the process of drafting listings, managing metadata, and uploading package files. It provides a seamless bridge between the development of Openclaw Skills and their public commercialization.

This integration ensures that your marketplace listings are always up to date without the need for manual dashboard navigation. Whether you are launching a complex new skill or a specialized persona, the ClawMart Creator handles the heavy lifting of API communication and file structure validation, ensuring your content meets the high standards of the Openclaw Skills community.

ClawMart Creator Use Cases

  • Deploying new Openclaw Skills to the community marketplace for discovery and use.
  • Streamlining the creation of AI personas with pre-configured SOUL.md and MEMORY.md files.
  • Performing bulk updates to existing listing descriptions, taglines, and pricing tiers.
  • Auditing your creator account to ensure no duplicate listings exist for the same functionality.
  • Quick versioning and deployment of skill package updates after code changes or bug fixes.

How ClawMart Creator Works

  1. The user provides a description or command to create or update a listing on ClawMart.
  2. The skill invokes a duplicate check by searching the creator's current listings via the API to prevent redundant entries.
  3. The skill helps the user draft essential metadata, including name, tagline, category, and pricing (specified in USD).
  4. It validates the creator's subscription and API access using the security context of the provided API key.
  5. A draft listing is initiated, and the skill generates the necessary documentation files like the SKILL.md for Openclaw Skills.
  6. The package is uploaded to the ClawMart servers as a new version using multipart or base64 JSON.
  7. After explicit user confirmation, the listing is published to the public marketplace, providing both dashboard and public URLs.

ClawMart Creator Setup

To use this skill, you must have an active ClawMart creator account and an API key.

  1. Set your environment variable in your terminal or hosting environment:
export CLAWMART_API_KEY=cm_live_your_actual_key_here
  1. Ensure your environment has internet access to communicate with the base API URL at https://www.shopclawmart.com/api/v1/.
  2. You can verify your setup by asking the agent to "Show my ClawMart listings."

ClawMart Creator Data Schema & Taxonomy

The skill manages structured metadata and file packages to ensure compatibility with the platform. Below is the primary data structure used for listings:

Attribute Description Format
name The public display name of the listing String
price The cost in USD (minimum $3.00) Decimal
product_type Type of asset (persona or skill) String
capabilities List of functions or features provided Array
package The core files (SKILL.md or SOUL.md/MEMORY.md) File

Note: The price field is strictly in dollars. A value of 14.99 represents $14.99 USD. Do not use cents as the input format.

ClawMart Creator Advanced Features

  • Intelligent duplicate detection logic to suggest updates instead of creating redundant listings.
  • Automated generation of standardized SKILL.md templates to maintain Openclaw Skills consistency.
  • Multi-version management for rolling back or advancing marketplace assets seamlessly.
  • Creator profile validation to ensure listings are always associated with an active subscription status.
  • Secure handling of creator credentials to prevent API key exposure in chat history.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*