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.
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.