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-exporterGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Potentially destructive shell commands in tool definitions
rm -rf /Calls external URL not in known-safe list
https://railway.app/railway.schema.jsonAudited Apr 17, 2026 · audit v1.0
Generated Mar 21, 2026
Export a skill like Instagram automation to create a standalone API service. Businesses can deploy it on Railway to automatically post content, schedule updates, or analyze engagement without running a full bot infrastructure. This reduces operational overhead and scales easily with cloud platforms.
Transform a customer service skill into a microservice deployable on Fly.io. It enables companies to offer 24/7 automated support via an independent API, handling common queries and routing complex issues to human agents. This improves response times and reduces support costs.
Export a data scraping or analysis skill to Docker for on-premises or cloud deployment. Organizations can use it as a standalone service to process large datasets, generate reports, or integrate with internal tools via FastAPI. It ensures data privacy and control over processing environments.
Use the skill exporter with LLM integration to create a deployable service for generating marketing copy or product descriptions. Deploy on Railway to provide an API that other applications can call, automating content creation while managing rate limits and errors efficiently.
Export a skill that monitors or controls IoT devices as a microservice on Docker. This allows manufacturing or smart home companies to deploy lightweight APIs for device communication, status checks, and automation triggers without maintaining a full agent system.
Offer exported microservices as a subscription-based API platform. Charge businesses monthly fees based on usage tiers, such as API calls or data volume, with deployment on Railway or Fly.io for scalability. Revenue comes from recurring payments and premium support add-ons.
Provide consulting to help clients export and deploy skills tailored to their needs. Charge project-based fees for setup, customization, and integration with existing systems, plus ongoing maintenance contracts. Revenue is generated from one-time projects and retainer agreements.
License exported microservices to other companies as white-label products. Clients rebrand and resell the services under their own name, paying licensing fees or revenue shares. This model leverages the skill exporter's automation to quickly create marketable APIs for various industries.
💬 Integration Tip
Test the exported service locally with docker-compose before deployment to ensure all dependencies and environment variables are correctly configured.
Scored May 17, 2026
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Essential curl commands for HTTP requests, API testing, and file transfers.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.