ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 3/5

Jits Builder

Skill by dannyshmueli

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dannyshmueli/jits-builder
Or

What This Skill Does

The Jits Builder skill, created by dannyshmueli, is a powerful utility that enables users to generate, deploy, and host custom mini-applications instantly using natural language commands. Designed for speed and efficiency, this skill utilizes the 'Just-In-Time Software' philosophy, eliminating the need for complex installation processes or bloated software environments. When a user describes a tool or utility they need, the agent automatically generates a single-file, self-contained HTML/JS/CSS application.

By leveraging Cloudflare tunnels, the skill makes these generated tools instantly accessible via a public URL, facilitating easy sharing and immediate use across different devices. It handles the backend infrastructure, including serving files via Node.js and tunnel management, so the user only focuses on the creative aspect of defining the functionality.

Installation

To integrate Jits Builder into your OpenClaw environment, execute the following command in your terminal:

clawhub install openclaw/skills/skills/dannyshmueli/jits-builder

Ensure that you have Node.js installed on your system. The skill will automatically attempt to handle the Cloudflared binary requirement by downloading it to /tmp/cloudflared if it is not currently detected, ensuring a smooth setup process.

Use Cases

Jits Builder is perfect for rapid prototyping and solving ad-hoc problems. It is ideal for:

  • Creating quick calculators (tips, unit conversions, mortgage).
  • Building productivity timers, such as Pomodoro clocks or meeting countdowns.
  • Data formatting needs, such as converting CSV to JSON or cleaning up text strings.
  • Generating visual utilities, like color palette pickers or simple QR code generators.
  • Prototyping simple UI components for web development projects without setting up an entire build system.

Example Prompts

  1. "Build me a clean Pomodoro timer that includes a sound notification after 25 minutes of focus time."
  2. "I need a quick utility that allows me to paste a raw CSV block and converts it into a formatted JSON array."
  3. "Create a mobile-friendly tip calculator that lets me input a bill amount and select a percentage, with a dark mode interface."

Tips & Limitations

  • Guidelines: Always request single-file solutions to ensure compatibility. The apps are optimized for vanilla JS without external dependencies to maintain high performance.
  • Maintenance: Use /data/clawd/skills/jits-builder/jits.sh list to monitor active tunnels and stop <name> to clear unused apps.
  • Limitations: Since these are single-file apps, they cannot perform complex server-side operations. All logic must be handled client-side. The security and availability of the app depend on your local machine running the agent, as the tool uses a local Cloudflare tunnel.

Metadata

Stars3376
Views1
Updated2026-03-24
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dannyshmueli-jits-builder": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#web-dev#automation#productivity#prototyping#instant-tools
Safety Score: 3/5

Flags: network-access, file-write, file-read, code-execution

Related Skills

edge-tts-unlimited

Free, unlimited text-to-speech using Microsoft Edge neural voices via Python edge-tts. Use when generating long-form audio, podcasts, voice notes, spoken briefs, or headless/server-side TTS without API keys, credits, or character limits.

dannyshmueli 3376

red-alert

Israel Red Alert API — real-time and historical rocket/missile alert data. Query alerts by city, time range, generate shelter time stats. Uses redalert.orielhaim.com (socket.io for real-time) and tzevaadom.co.il (REST for history).

dannyshmueli 3376

table-image-generator

Generate clean table images from data. Perfect for Discord/Telegram where ASCII tables look broken. Supports dark/light mode, custom styling, and auto-sizing. No Puppeteer required. Companion to chart-image skill.

dannyshmueli 3376

anima

Turns ideas into live, full-stack web applications with editable code, built-in database, user authentication, and hosting. Anima is the design agent in the AI swarm, giving agents design awareness and brand consistency when building interfaces. Three input paths: describe what you want (prompt to code), clone any website (link to code), or implement a Figma design (Figma to code). Also generates design-aware code from Figma directly into existing codebases. Triggers when the user provides Figma URLs, website URLs, Anima Playground URLs, asks to design, create, build, or prototype something, or wants to publish or deploy.

dannyshmueli 3376

github-pat

Interact with GitHub using Personal Access Tokens. Secure, user-controlled access - no OAuth, no full account access. Clone, push, branch, PR, issues. Use when user wants to work with GitHub repos.

dannyshmueli 3376