skill-exporterExport 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.
Install via ClawdBot CLI:
clawdbot install MacStenk/skill-exporterTransform Clawdbot skills into standalone, deployable microservices.
Clawdbot Skill (tested & working)
β
skill-exporter
β
Standalone Microservice
β
Railway / Fly.io / Docker
python3 {baseDir}/scripts/export.py \
--skill ~/.clawdbot/skills/instagram \
--target railway \
--llm anthropic \
--output ~/projects/instagram-service
| Flag | Description | Default |
|------|-------------|---------|
| --skill | Path to skill directory | required |
| --target | Deployment target: railway, fly, docker | docker |
| --llm | LLM provider: anthropic, openai, none | none |
| --output | Output directory | ./ |
| --port | API port | 8000 |
railway β Generates railway.json, optimized Dockerfile, health checks
fly β Generates fly.toml, multi-region ready
docker β Generic Dockerfile, docker-compose.yml
When --llm is set, generates llm_client.py with:
<skill>-service/
βββ Dockerfile
βββ docker-compose.yml
βββ api.py # FastAPI wrapper
βββ llm_client.py # If --llm specified
βββ requirements.txt
βββ .env.example
βββ railway.json # If --target railway
βββ fly.toml # If --target fly
βββ scripts/ # Copied from original skill
βββ *.py
The source skill must have:
SKILL.md with valid frontmatterscripts/.env.example to .env and fill in secretsdocker-compose uprailway up or fly deployAI Usage Analysis
Analysis is being generated⦠refresh in a few seconds.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.