A local-first onboarding skill that helps you install, pay for, and verify Openclaw Skills without exposing private notes or source code.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install ecosystem-quickstart
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install ecosystem-quickstart using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
MangoGen Ecosystem Quickstart is a developer-focused guide for Openclaw Skills that takes you from zero setup to a working paid-skill workflow. It covers installing OpenClaw, adding the required clawtip payment middleware, validating your installed skills, and running the local scripts that create orders, confirm payment, and retrieve service results.
It is designed for privacy-sensitive, local-first usage: your notes, code, and personal files stay on your machine, while only the minimum order metadata needed for checkout and verification is sent over HTTPS. If you need a secure way to adopt Openclaw Skills, troubleshoot payment failures, or explain the trust model behind the ecosystem, this skill gives you a clear operational path.
clawtip for checkout and payment verification.openclaw skills list.clawtip because paid Openclaw Skills depend on it for checkout.scripts/create_order.py, which generates the order number, amount, question text, and indicator namespace.clawtip; it reads the local order file, calls the payment API over HTTPS, and writes the encrypted payment proof back to disk.scripts/service.py after the order reaches PAY_STATUS: SUCCESS.api.ideaidea.com.cn, and wallet balance before retrying.npm i -g openclaw
You can also download the installer from openclaw.ai.
npm i -g clawhub
clawhub login
openclaw skills install clawtip
openclaw skills install obsidian-memory-system
openclaw skills list
Make sure the local order directory exists at ~/.openclaw/skills/orders/ or within the workspace skills/ folder, and allow outbound HTTPS access to api.ideaidea.com.cn for payment verification.
Keep the helper scripts available in the skill workspace: scripts/create_order.py creates the order, and scripts/service.py reads the paid result after verification.
| Layer | Location | What it stores | Notes |
|---|---|---|---|
| Skill manifest | SKILL.md front matter |
name, description, metadata.author, metadata.category, metadata.version, permissions.filesystem.read |
Declares the skill contract for Openclaw Skills |
| Installed skills | ~/.openclaw/skills/ or skills/ |
Skill packages available to the runtime | Verified with openclaw skills list |
| Order ledger | ~/.openclaw/skills/orders/{indicator}/{order_no}.json |
Order record and payment proof | Created locally; updated after successful payment |
| Order preview | CLI stdout | ORDER_NO, AMOUNT, QUESTION, INDICATOR |
Human-readable checkout summary |
| Payment verification payload | HTTPS request to api.ideaidea.com.cn |
slug + orderNo for creation, orderNo + encrypted credential for verification |
Never includes source code, notes, or private files |
Metadata taxonomy used by Openclaw Skills:
indicator: skill-specific namespace for order records.order_no: unique order identifier.amount: UT price for the paid request.question: the user prompt that triggered the order.payStatus: payment state, such as SUCCESS.credential: encrypted proof returned by the payment service and written back locally.clawtip automates the payment lifecycle and persists proof back into the local order ledger.Loading
An autonomous marketplace integration that enables AI agents and humans to hire, collaborate, and pay each other using escrow-backed contracts.

An AI-agent capability designed for content research, automated copy generation, compliance auditing, and secure authorized publishing on Xiaohongshu.

Openclaw Skills connects AI agents to Ben McAdams's public MCP server for structured access to his resume, portfolio, and blog notes.

Astro-ph Radar is an Openclaw Skills runbook that turns an astrophysics topic into a fresh arXiv scan with full abstracts, authors, dates, and PDF links.

An AI assistant specialized in modern web, mobile, and game frontend architectures, adhering to strict performance and accessibility standards.

Openclaw Skills automates a four-layer memory pipeline that captures live signals, distills durable knowledge, and syncs it to Obsidian.








































