Generate, deploy, and share single-file web utilities instantly using simple voice or text commands.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install jits-builder
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 jits-builder using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
JITS Builder is a powerful tool within the Openclaw Skills ecosystem that realizes the vision of Just-In-Time Software. It allows developers and power users to bypass the traditional development lifecycle by generating fully functional, single-file web applications on demand. Whether you need a quick data conversion tool or a focused productivity timer, this skill handles the coding, local serving, and public deployment through automated tunnels.
The core philosophy of this skill is that software should be disposable and generated at the moment of need. By leveraging vanilla JavaScript and modern CSS, JITS Builder ensures that every generated tool is lightweight, mobile-responsive, and ready for immediate use without external dependencies or complex backend requirements. It is an essential addition for those looking to expand their Openclaw Skills library with rapid prototyping capabilities.
To utilize JITS Builder, ensure you have Node.js installed on your system. The required cloudflared binary will automatically download to /tmp/ if it is not detected. This seamless integration is a hallmark of the Openclaw Skills experience.
# List all currently running JITS applications
/data/clawd/skills/jits-builder/jits.sh list
# Stop a specific application and close its tunnel
/data/clawd/skills/jits-builder/jits.sh stop <name>
The skill maintains an organized directory structure for every generated app within the /data/clawd/jits-apps/ path to ensure clean management of Openclaw Skills assets:
| File Type | Extension | Purpose |
|---|---|---|
| Application | .html | The core application code (HTML, CSS, and JS) |
| Server PID | .pid | The process ID for the local Node server |
| Port Config | .port | The local port number assigned to the app |
| Public Link | .url | The active Cloudflare tunnel URL |
| Tunnel PID | .tunnel.pid | The process ID for the Cloudflare tunnel process |
Loading
A secure, user-controlled bridge for AI agents to interact with GitHub repositories using Personal Access Tokens instead of OAuth.

A secure, token-based interface for managing GitHub repositories, pull requests, and issues without the complexity of OAuth.

A sophisticated reasoning protocol for Openclaw Skills that synthesizes perspectives from three different LLMs in parallel before the primary agent responds.

A local, fast, and private semantic memory layer that allows AI agents to store facts, decisions, and context with biological decay and relationship mapping.

A specialized skill for querying Polymarket prediction market data, odds, and event probabilities directly through the CLI.

A data retrieval skill for querying Polymarket prediction markets, prices, and event probabilities.








































