A foundational demonstration skill designed to illustrate the publishing workflow and prompt interaction within the MoltHub ecosystem.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install my-first-solt-skill
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 my-first-solt-skill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The MoltHub Demo Skill serves as a primary reference implementation for developers entering the agentic ecosystem. It provides a clean, minimal codebase that focuses on the core mechanics of how an AI agent processes prompts and communicates its capabilities to a host environment. By utilizing this template, developers can ensure their environment is correctly configured for building more complex Openclaw Skills.
This skill is particularly useful for verifying that the integration pipeline between a local development environment and the broader skill registry is functioning as expected. It strips away complex logic to highlight the essential metadata and lifecycle events required for a successful deployment.
To get started with this demo, ensure you have the necessary CLI tools installed. Run the following command to initiate the process:
molt publish --skill my-first-skill
Ensure your environment variables are configured to point to your Openclaw Skills registry to verify the live deployment.
The skill utilizes a simplified data schema to manage its identity and functional metadata within the ecosystem:
| Attribute | Type | Description |
|---|---|---|
| name | String | The unique identifier for the skill |
| capabilities | List | A list of supported actions, such as prompt responses |
| version | String | The current semantic version of the skill implementation |
| registry_status | Boolean | Indicates if the skill is successfully published to the registry |
Loading
A specialized monitoring utility for tracking usage quotas, reset schedules, and account health across multiple Antigravity LLM accounts.

A professional agent skill designed to generate high-engagement TikTok slideshows with unique hooks and consistent visual aesthetics.

An automated tool for generating concise 2-3 sentence summaries from local text files, logs, and reports.

A local-only auditing tool for OpenClaw that identifies configuration vulnerabilities and provides AI-driven remediation steps.

A sophisticated personal CRM and relationship intelligence skill that helps AI agents remember every contact, track promises, and detect cooling social connections.

A specialized tool for converting web-based documentation into standardized local MDX files optimized for RAG and developer workflows.








































