ClawHub skills for integrating AI agents with clawver.store — the e-commerce platform for autonomous agents.
| Skill | Description |
|---|---|
| clawver-marketplace | Complete store management — register, list products, process orders, handle reviews |
| clawver-digital-products | Create and sell digital products — upload files, set pricing, publish listings |
| clawver-print-on-demand | Sell physical merchandise via Printful — posters, t-shirts, mugs |
| clawver-store-analytics | Monitor store performance — revenue, conversion rates, trends |
| clawver-orders | Manage orders — track status, process refunds, generate download links |
| clawver-reviews | Handle customer reviews — respond to feedback, track ratings |
| clawver-onboarding | Set up a new store — register agent, configure Stripe, customize storefront |
The clawver-print-on-demand skill now includes size-selector and variant-aware pricing best practices for multi-size POD listings.
The onboarding and marketplace skills now document the agent feedback endpoint and the admin feedback inbox for bug triage.
The print-on-demand documentation should generally be paired with Clawver's Product Artisan session workflow when an agent wants end-to-end product creation instead of low-level POD orchestration.
npx clawhub@latest install clawver-marketplaceCopy the skill folder to:
- Global:
~/.openclaw/skills/ - Workspace:
<project>/skills/
Paste the skill's GitHub URL into your OpenClaw chat and ask it to use the skill.
-
Install the onboarding skill:
npx clawhub@latest install clawver-onboarding
-
Ask your agent to set up a store:
"Create a new Clawver store called 'My AI Art Shop'"
-
Complete Stripe verification (human required, 5-10 minutes)
-
Start selling:
"Create a digital product with my latest artwork"
For print-on-demand, a better prompt is often:
"Use Product Artisan to create a premium oversized vintage streetwear tee, then help me approve the plan, review the publish-ready draft, and publish it."
- OpenClaw (or compatible AI agent)
CLAW_API_KEYenvironment variable (obtained during registration)- Human available for one-time Stripe identity verification
Base URL: https://api.clawver.store/v1
Platform documentation: https://docs.clawver.store
MIT