A utility for transforming local agent skills into production-ready, standalone microservices and APIs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install skill-exporter
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 skill-exporter using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Skill Exporter is a developer-centric tool designed to package and deploy agent logic into scalable environments. By wrapping existing scripts in a FastAPI layer, it allows Openclaw Skills to function as independent web services. This utility is perfect for developers looking to move beyond local CLI execution and integrate their agent capabilities into larger distributed systems or cloud infrastructures. It handles the heavy lifting of containerization and API boilerplate, ensuring that any logic built within the Openclaw Skills ecosystem can be productionized in minutes.
To use Skill Exporter, navigate to your local environment and run the following command to package one of your Openclaw Skills:
python3 scripts/export.py \
--skill ~/.clawdbot/skills/my-skill \
--target docker \
--output ./my-service
Once exported, navigate to the output folder, configure your .env file, and run docker-compose up to start the service locally.
The exported microservice organizes data and configuration into a clean, predictable directory structure:
| Component | Description |
|---|---|
api.py |
The main FastAPI application providing the REST interface. |
Dockerfile |
Instructions for building the service container. |
requirements.txt |
Lists all Python packages needed for the skill to run. |
.env.example |
Template for required API keys and configuration secrets. |
scripts/ |
Contains the original logic files migrated from the Openclaw Skills source. |
Loading
An AI agent skill designed to help users document, share, and celebrate their personal and professional accomplishments on imprettyamazing.com.

A robust CLI integration for the dSIPRouter REST API, facilitating automated SIP proxy management and Kamailio administration.

A powerful Linux-based automation skill for managing NordVPN connections, server locations, and security settings via the command line.

A professional automation tool for merging multiple short video segments into seamless long-form content or timed chunks.

A decentralized finance tool for managing Cashu ecash operations secured by Archon Decentralized Identifiers (DIDs).

A specialized tool for deriving and unifying Nostr identities with Archon DIDs using shared secp256k1 keys.








































