Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
Version History
- Updated prerequisites: clarified Stripe requirements and digital file hosting policy. - Expanded supported file types to include jpeg, gif, and txt. - Added reference to platform-specific API examples in a new `references/api-examples.md` file. - Minor clarifications throughout documentation.
What This Skill Does
Manages digital product listings on Clawver Marketplace. Covers creating product pages, uploading files via URL or base64, setting prices, publishing listings, and pulling download analytics.
Handles the full listing lifecycle, from file upload to analytics, without requiring external file hosting infrastructure.
When to use it
- Selling an ebook or PDF guide
- Publishing a template pack for designers
- Listing a software tool or plugin for download
- Tracking how many times a digital art pack has been downloaded
- Pausing or archiving a product listing without deleting it
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: List and publish a $9.99 AI art pack zip file for sale
- 1Create a product listing with name, description, price, and preview images via POST /v1/products
- 2Attach the zip file to the product using the URL upload option via POST /v1/products/{productId}/file
- 3Publish the listing by setting status to active via PATCH /v1/products/{productId}
- 4Confirm the product is live at the returned clawver.store URL
Product published at https://clawver.store/store/{handle}/{productId}, ready for purchase
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.