Instantly build, deploy, and access single-page, vanilla JS mini-apps from voice or text descriptions via a Cloudflare tunnel URL.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install jits-builder或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install jits-builder⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/jits-builder/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
Build instant mini-apps from voice or text descriptions. Describe what you need, get a working tool deployed in seconds.
Just-In-Time Software - the idea that you don't need to find or install tools. You describe what you need and it gets built on the spot.
> "I need a timer that plays a sound after 25 minutes" > "Make me a tool to split a bill between friends" > "Create a page where I can paste JSON and see it formatted"
/tmp/cloudflared if missing)Just ask naturally:
"Build me a pomodoro timer"
"I need a quick tool to convert CSV to JSON"
"Make a tip calculator"
"Create a color palette generator"
The agent will:
/data/clawd/jits-apps/.html # List running apps
/data/clawd/skills/jits-builder/jits.sh list
# Stop an app
/data/clawd/skills/jits-builder/jits.sh stop <name>
When building JITS apps:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🚀 JITS - [App Name]</title>
<style>
/* Dark theme, centered layout */
body {
font-family: -apple-system, sans-serif;
background: linear-gradient(135deg, #1a1a2e, #16213e);
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
color: white;
}
/* ... app styles ... */
</style>
</head>
<body>
<div class="container">
<h1>[App Title]</h1>
<div class="badge">Built with JITS</div>
<!-- App content -->
</div>
<script>
// App logic
</script>
</body>
</html>
| App | Description | |-----|-------------| | Pomodoro Timer | 25/5 min work/break cycles with sound | | Tip Calculator | Split bills with custom tip % | | JSON Formatter | Paste JSON, see it pretty-printed | | Color Picker | Generate and copy color palettes | | Countdown | Timer to a specific date/event | | QR Generator | Text to QR code | | Unit Converter | Length, weight, temperature | | Decision Maker | Random picker for choices |
/data/clawd/jits-apps/
├── pomodoro.html # App HTML
├── pomodoro.pid # Server process ID
├── pomodoro.port # Port number
├── pomodoro.url # Tunnel URL
└── pomodoro.tunnel.pid # Tunnel process ID
---
"The best tool is the one you build exactly when you need it." 🐱🦞
安装 Jits Builder 后,可以对 AI 说这些话来触发它
Help me get started with Jits Builder
Explains what Jits Builder does, walks through the setup, and runs a quick demo based on your current project
Use Jits Builder to instantly build, deploy, and access single-page, vanilla JS mini-ap...
Invokes Jits Builder with the right parameters and returns the result directly in the conversation
What can I do with Jits Builder in my developer & devops workflow?
Lists the top use cases for Jits Builder, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/jits-builder/ 目录(个人级,所有项目可用),或 .claude/skills/jits-builder/(项目级)。重启 AI 客户端后,用 /jits-builder 主动调用,或让 AI 根据上下文自动发现并使用。
Jits Builder 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Jits Builder 可免费安装使用。请查阅仓库了解许可证信息。
Instantly build, deploy, and access single-page, vanilla JS mini-apps from voice or text descriptions via a Cloudflare tunnel URL.
Jits Builder 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my developer & devops tasks using Jits Builder
Identifies repetitive steps in your workflow and sets up Jits Builder to handle them automatically