Windmill is a high-performance, code-first platform for building complex automation workflows and internal tools with Python and TypeScript.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install windmill
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 windmill using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Windmill provides developers with a robust environment to transform scripts into production-grade internal tools and automated flows. By integrating with Openclaw Skills, developers can leverage a code-first approach where UI forms are automatically generated from script type hints. It supports Python scripts with isolated inline dependencies and TypeScript executed via Bun, offering a high-speed alternative to traditional low-code platforms.
This platform is designed for engineers who require precision and scalability in their automation. Whether you are self-hosting on a single container or scaling across multiple workers, Windmill ensures that your logic remains portable and secure through its unique resource and secret management system.
To get started with Windmill in your environment, you can deploy it using Docker or connect to a managed instance. Ensure you have a PostgreSQL database available for state management.
# Run Windmill in a single container for local development
docker run -d -p 8000:8000 -e DATABASE_URL=postgres://user:pass@host:5432/db windmill-labs/windmill:latest
# Access the UI at http://localhost:8000 to begin creating your scripts
Windmill organizes data based on functional inputs and resource paths. It uses a strict taxonomy for portability.
| Entity | Format | Description |
|---|---|---|
| Script Inputs | JSON / Type Hints | Automatically inferred from the main function signature. |
| Script Outputs | JSON | The returned value of the script, available to downstream flow steps. |
| User Secrets | u/username/secret | Private sensitive data accessible only to the specific user. |
| Folder Secrets | f/folder/secret | Shared sensitive data accessible within a specific workspace folder. |
| Resources | wmill.get_resource() | Portable configuration objects for external service credentials. |
Loading
A comprehensive framework for building, structuring, and maintaining readable, high-quality wikis and knowledge bases.

An expert configuration guide and automation skill for deploying, managing, and troubleshooting Wiki.js documentation platforms.

A comprehensive network diagnostic and optimization tool designed to resolve interference, security vulnerabilities, and connectivity bottlenecks.

A comprehensive toolset for integrating Meta's WhatsApp Business Cloud API into AI workflows.

A comprehensive technical guide to mastering Windows-specific patterns, security practices, and avoiding silent operational failures in automation.

A specialized tool for orchestrating secure, high-performance WireGuard VPN tunnels and managing complex network routing configurations.








































