{
  "schemaVersion": "1.0",
  "item": {
    "slug": "jits-builder",
    "name": "Jits Builder",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/dannyshmueli/jits-builder",
    "canonicalUrl": "https://clawhub.ai/dannyshmueli/jits-builder",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/jits-builder",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jits-builder",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "jits.sh",
      "package.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "jits-builder",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T13:27:00.688Z",
      "expiresAt": "2026-05-11T13:27:00.688Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jits-builder",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=jits-builder",
        "contentDisposition": "attachment; filename=\"jits-builder-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "jits-builder"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/jits-builder"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/jits-builder",
    "agentPageUrl": "https://openagent3.xyz/skills/jits-builder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jits-builder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jits-builder/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "JITS Builder - Just-In-Time Software 🚀",
        "body": "Build instant mini-apps from voice or text descriptions. Describe what you need, get a working tool deployed in seconds."
      },
      {
        "title": "What is JITS?",
        "body": "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.\n\n\"I need a timer that plays a sound after 25 minutes\"\n\"Make me a tool to split a bill between friends\"\n\"Create a page where I can paste JSON and see it formatted\""
      },
      {
        "title": "Requirements",
        "body": "Cloudflared binary (auto-downloads to /tmp/cloudflared if missing)\nNode.js (for serving the app)"
      },
      {
        "title": "How It Works",
        "body": "Describe - Voice or text, explain what you want\nGenerate - Agent builds a single-file HTML/JS/CSS app\nDeploy - Cloudflare tunnel makes it instantly accessible\nUse - Get a URL, use your tool, share it"
      },
      {
        "title": "Usage",
        "body": "Just ask naturally:\n\n\"Build me a pomodoro timer\"\n\"I need a quick tool to convert CSV to JSON\"\n\"Make a tip calculator\"\n\"Create a color palette generator\"\n\nThe agent will:\n\nGenerate the HTML/JS code\nSave to /data/clawd/jits-apps/<name>.html\nServe on a local port\nCreate Cloudflare tunnel\nReturn the public URL"
      },
      {
        "title": "Managing JITS Apps",
        "body": "# List running apps\n/data/clawd/skills/jits-builder/jits.sh list\n\n# Stop an app\n/data/clawd/skills/jits-builder/jits.sh stop <name>"
      },
      {
        "title": "App Guidelines",
        "body": "When building JITS apps:\n\nSingle file - All HTML, CSS, JS in one file\nNo dependencies - Use vanilla JS, no external libraries\nMobile-friendly - Responsive design\nDark theme - Looks good, easy on eyes\nSelf-contained - No backend/API calls needed\nBranded - Include \"Built with JITS\" badge"
      },
      {
        "title": "Template Structure",
        "body": "<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>🚀 JITS - [App Name]</title>\n  <style>\n    /* Dark theme, centered layout */\n    body {\n      font-family: -apple-system, sans-serif;\n      background: linear-gradient(135deg, #1a1a2e, #16213e);\n      min-height: 100vh;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: white;\n    }\n    /* ... app styles ... */\n  </style>\n</head>\n<body>\n  <div class=\"container\">\n    <h1>[App Title]</h1>\n    <div class=\"badge\">Built with JITS</div>\n    <!-- App content -->\n  </div>\n  <script>\n    // App logic\n  </script>\n</body>\n</html>"
      },
      {
        "title": "Example Apps",
        "body": "AppDescriptionPomodoro Timer25/5 min work/break cycles with soundTip CalculatorSplit bills with custom tip %JSON FormatterPaste JSON, see it pretty-printedColor PickerGenerate and copy color palettesCountdownTimer to a specific date/eventQR GeneratorText to QR codeUnit ConverterLength, weight, temperatureDecision MakerRandom picker for choices"
      },
      {
        "title": "Limitations",
        "body": "Single-page only - No multi-page apps\nNo backend - Client-side only, no databases\nTemporary URLs - Tunnels expire when stopped\nNo persistence - Data doesn't survive refresh (use localStorage if needed)"
      },
      {
        "title": "Directory Structure",
        "body": "/data/clawd/jits-apps/\n├── pomodoro.html      # App HTML\n├── pomodoro.pid       # Server process ID\n├── pomodoro.port      # Port number\n├── pomodoro.url       # Tunnel URL\n└── pomodoro.tunnel.pid # Tunnel process ID\n\n\"The best tool is the one you build exactly when you need it.\" 🐱🦞"
      }
    ],
    "body": "JITS Builder - Just-In-Time Software 🚀\n\nBuild instant mini-apps from voice or text descriptions. Describe what you need, get a working tool deployed in seconds.\n\nWhat is JITS?\n\nJust-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.\n\n\"I need a timer that plays a sound after 25 minutes\" \"Make me a tool to split a bill between friends\"\n\"Create a page where I can paste JSON and see it formatted\"\n\nRequirements\nCloudflared binary (auto-downloads to /tmp/cloudflared if missing)\nNode.js (for serving the app)\nHow It Works\nDescribe - Voice or text, explain what you want\nGenerate - Agent builds a single-file HTML/JS/CSS app\nDeploy - Cloudflare tunnel makes it instantly accessible\nUse - Get a URL, use your tool, share it\nUsage\n\nJust ask naturally:\n\n\"Build me a pomodoro timer\"\n\"I need a quick tool to convert CSV to JSON\"\n\"Make a tip calculator\"\n\"Create a color palette generator\"\n\n\nThe agent will:\n\nGenerate the HTML/JS code\nSave to /data/clawd/jits-apps/<name>.html\nServe on a local port\nCreate Cloudflare tunnel\nReturn the public URL\nManaging JITS Apps\n# List running apps\n/data/clawd/skills/jits-builder/jits.sh list\n\n# Stop an app\n/data/clawd/skills/jits-builder/jits.sh stop <name>\n\nApp Guidelines\n\nWhen building JITS apps:\n\nSingle file - All HTML, CSS, JS in one file\nNo dependencies - Use vanilla JS, no external libraries\nMobile-friendly - Responsive design\nDark theme - Looks good, easy on eyes\nSelf-contained - No backend/API calls needed\nBranded - Include \"Built with JITS\" badge\nTemplate Structure\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n  <meta charset=\"UTF-8\">\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n  <title>🚀 JITS - [App Name]</title>\n  <style>\n    /* Dark theme, centered layout */\n    body {\n      font-family: -apple-system, sans-serif;\n      background: linear-gradient(135deg, #1a1a2e, #16213e);\n      min-height: 100vh;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      color: white;\n    }\n    /* ... app styles ... */\n  </style>\n</head>\n<body>\n  <div class=\"container\">\n    <h1>[App Title]</h1>\n    <div class=\"badge\">Built with JITS</div>\n    <!-- App content -->\n  </div>\n  <script>\n    // App logic\n  </script>\n</body>\n</html>\n\nExample Apps\nApp\tDescription\nPomodoro Timer\t25/5 min work/break cycles with sound\nTip Calculator\tSplit bills with custom tip %\nJSON Formatter\tPaste JSON, see it pretty-printed\nColor Picker\tGenerate and copy color palettes\nCountdown\tTimer to a specific date/event\nQR Generator\tText to QR code\nUnit Converter\tLength, weight, temperature\nDecision Maker\tRandom picker for choices\nLimitations\nSingle-page only - No multi-page apps\nNo backend - Client-side only, no databases\nTemporary URLs - Tunnels expire when stopped\nNo persistence - Data doesn't survive refresh (use localStorage if needed)\nDirectory Structure\n/data/clawd/jits-apps/\n├── pomodoro.html      # App HTML\n├── pomodoro.pid       # Server process ID\n├── pomodoro.port      # Port number\n├── pomodoro.url       # Tunnel URL\n└── pomodoro.tunnel.pid # Tunnel process ID\n\n\n\"The best tool is the one you build exactly when you need it.\" 🐱🦞"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/dannyshmueli/jits-builder",
    "publisherUrl": "https://clawhub.ai/dannyshmueli/jits-builder",
    "owner": "dannyshmueli",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/jits-builder",
    "downloadUrl": "https://openagent3.xyz/downloads/jits-builder",
    "agentUrl": "https://openagent3.xyz/skills/jits-builder/agent",
    "manifestUrl": "https://openagent3.xyz/skills/jits-builder/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/jits-builder/agent.md"
  }
}