LaunchKit · 2026
Back to Skills

clawver-digital-products

Create and sell digital products.

1
1.5k downloads
by @nwang783

Setup & Installation

openclaw skills install @nwang783/clawver-digital-products

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install clawver-digital-products

Version History

v1.0.2Feb 13, 2026 - Version note by skill developer:

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

INPUT

User asks: List and publish a $9.99 AI art pack zip file for sale

AGENT
  1. 1Create a product listing with name, description, price, and preview images via POST /v1/products
  2. 2Attach the zip file to the product using the URL upload option via POST /v1/products/{productId}/file
  3. 3Publish the listing by setting status to active via PATCH /v1/products/{productId}
  4. 4Confirm the product is live at the returned clawver.store URL
OUTPUT

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.

CLAW_API_KEY environment variableStripe account with onboarding completed (chargesEnabled and payoutsEnabled)