marketplace-publisher

Publish OpenClaw workspaces or skill directories to the ClawPark marketplace.

20|3|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/sigridjineth/clawpark --skill marketplace-publisher-sigridjineth
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marketplace-publisher
Source: https://github.com/sigridjineth/clawpark/tree/main/integrations/openclaw-marketplace-publisher
Command: npx skills add https://github.com/sigridjineth/clawpark --skill marketplace-publisher-sigridjineth

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Streamlines how developers share OpenClaw assets by publishing either the current workspace or a standalone skill directory as a marketplace listing.

Core Features & Use Cases

  • Package and publish the current OpenClaw workspace as an unverified Claw listing.
  • Publish a standalone skill directory (containing SKILL.md) as an unverified Skill listing.
  • Automatically bundle identity, soul, tools, and the skill metadata for marketplace ingestion, with optional README, scripts, assets, and references.

Quick Start

Run the marketplace publisher script from the workspace root to upload either the current workspace or a specific skill directory to the marketplace.

Frequently Asked Questions about marketplace-publisher

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I publish an OpenClaw workspace to the ClawPark marketplace?

To publish an OpenClaw workspace to the ClawPark marketplace, run the marketplace publisher script from the workspace root to bundle IDENTITY.md, SOUL.md, and optional TOOLS.md files into an unverified Claw listing via the /api/marketplace endpoints.

Can I publish a standalone skill directory to the marketplace without a full workspace?

Yes, you can publish a standalone skill directory to the marketplace as an unverified Skill listing by ensuring it contains a SKILL.md file and running the publisher script to bundle it with optional scripts, assets, and references for marketplace ingestion.

What files are bundled when uploading an OpenClaw asset to the marketplace?

Publishing an OpenClaw asset bundles IDENTITY.md and SOUL.md as required files, alongside optional TOOLS.md and SKILL.md metadata, and can include additional scripts, assets, and references for complete marketplace ingestion.

Do I need a CLAWPARK_MARKETPLACE_URL to publish my skill listing?

Yes, publishing your skill listing requires the CLAWPARK_MARKETPLACE_URL environment variable to be set, which the publisher script uses to target the correct ClawPark instance and execute the /api/marketplace upload endpoints.

What is the difference between a Claw listing and a Skill listing on ClawPark?

A Claw listing represents a published OpenClaw workspace, while a Skill listing represents a published standalone skill directory containing SKILL.md; both are uploaded as unverified listings to the ClawPark marketplace for discovery.

Are marketplace listings published through this tool verified automatically?

No, listings published to the ClawPark marketplace through this tool are uploaded as unverified listings, meaning they are available for local sharing and discovery but do not carry a verified status on the marketplace.