Communityv1.0.0

Skill Exporter

Export Clawdbot skills as standalone, deployable microservices. Use when you want to dockerize a skill, deploy it to Railway or Fly.io, or create an independent API service. Generates Dockerfile, FastAPI wrapper, requirements.txt, deployment configs, and optional LLM client integration.

1.9kdownloads1stars3active installsMacStenk
View on ClawHubBack to Skills

Skill Details

Slug
skill-exporter
Latest Version
1.0.0
Author
MacStenk
Published
Jan 31, 2026
Updated
Feb 26, 2026
Total Versions
1

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for Skill Exporter.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.0

Initial release of skill-exporter: easily convert Clawdbot skills into deployable microservices. - Export any Clawdbot skill as a standalone FastAPI microservice, ready for Docker, Railway, or Fly.io deployment. - Automatically generates Dockerfile, deployment configs, FastAPI wrapper, requirements.txt, and environment files. - Optional LLM client integration (Anthropic/OpenAI) for adding automated captioning or decision logic. - Supports custom export options: target platform, API port, and output directory. - Ensures compatibility by requiring SKILL.md frontmatter and callable skill scripts.