{
  "schemaVersion": "1.0",
  "item": {
    "slug": "gatecrash-forms",
    "name": "GateCrash Forms",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/Phoenix2479/gatecrash-forms",
    "canonicalUrl": "https://clawhub.ai/Phoenix2479/gatecrash-forms",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/gatecrash-forms",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=gatecrash-forms",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "examples/contact.json",
      "examples/feedback.json",
      "examples/registration.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",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/gatecrash-forms"
    },
    "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/gatecrash-forms",
    "agentPageUrl": "https://openagent3.xyz/skills/gatecrash-forms/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gatecrash-forms/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gatecrash-forms/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": "GateCrash Forms Skill",
        "body": "CLI-first form builder with BYOK (Bring Your Own Keys) philosophy\n\nGenerate beautiful, secure HTML forms from JSON schemas. Email notifications via YOUR SMTP server, response storage on YOUR infrastructure. No external services, no gatekeeping."
      },
      {
        "title": "✨ Kimi Claw Ready",
        "body": "Perfect for Kimi's 24/7 cloud agents:\n\n✅ Works natively in Kimi.com browser tabs\n✅ Installed via ClawHub's 5,000+ skill library\n✅ 40GB cloud storage for form responses\n✅ Agent-friendly email providers (agentmail.to, Resend)\n\nYour AI assistant can now generate and manage forms for you!"
      },
      {
        "title": "Generate a Form",
        "body": "./scripts/generate.sh examples/feedback.json output.html"
      },
      {
        "title": "Start Server",
        "body": "./scripts/serve.sh 3000\n\nVisits http://localhost:3000 to see all forms."
      },
      {
        "title": "Initialize Project",
        "body": "./scripts/init.sh\n\nCreates forms/ and responses/ directories with example forms."
      },
      {
        "title": "Features",
        "body": "🎨 8+ Field Types: text, email, textarea, select, radio, checkbox, scale/rating, date\n🔒 Security Hardened: XSS prevention, CSRF tokens, honeypot spam protection, rate limiting\n📧 BYOK Email: Use your own SMTP server (Zoho, Gmail, SendGrid, etc.)\n💾 Local Storage: Responses saved as JSON or CSV\n🎨 Beautiful UI: Gradient purple theme, responsive design\n🚀 Self-Hosted: Deploy anywhere Node.js runs"
      },
      {
        "title": "Configuration",
        "body": "Set up your SMTP credentials globally:\n\ngatecrash-forms config smtp.host smtp.example.com\ngatecrash-forms config smtp.port 465\ngatecrash-forms config smtp.secure true\ngatecrash-forms config smtp.auth.user your-email@example.com\ngatecrash-forms config smtp.auth.pass your-password\n\nOr configure per-form in the JSON schema."
      },
      {
        "title": "Example Form Schema",
        "body": "{\n  \"title\": \"Customer Feedback\",\n  \"description\": \"We'd love to hear from you!\",\n  \"fields\": [\n    {\n      \"type\": \"scale\",\n      \"name\": \"rating\",\n      \"label\": \"Overall satisfaction\",\n      \"min\": 1,\n      \"max\": 5,\n      \"required\": true\n    },\n    {\n      \"type\": \"checkbox\",\n      \"name\": \"topics\",\n      \"label\": \"What interested you most?\",\n      \"options\": [\"Product\", \"Service\", \"Price\", \"Experience\"]\n    },\n    {\n      \"type\": \"textarea\",\n      \"name\": \"comments\",\n      \"label\": \"Additional comments\",\n      \"maxLength\": 500\n    }\n  ],\n  \"submit\": {\n    \"email\": \"your-email@example.com\",\n    \"storage\": \"responses/feedback.json\"\n  }\n}"
      },
      {
        "title": "Use Cases",
        "body": "Customer Feedback: Collect product/service feedback\nContact Forms: Simple contact forms for websites\nEvent Registration: Sign up forms for workshops/events\nSurveys: Market research, user surveys\nLead Generation: Capture leads without third-party services"
      },
      {
        "title": "Philosophy: We Crash Gates",
        "body": "GateCrash Forms is NOT a service. It's a toolmaker.\n\n✅ Your SMTP server (email notifications)\n✅ Your storage (form responses)\n✅ Your deployment (host anywhere)\n✅ Your data (no external servers)\n\nNo GateCrash accounts. No GateCrash servers. No gatekeeping."
      },
      {
        "title": "Links",
        "body": "GitHub: https://github.com/Phoenix2479/gatecrash-forms\nnpm: https://www.npmjs.com/package/gatecrash-forms\nManifesto: Read MANIFESTO.md in the project\nDocumentation: Full docs in README.md"
      },
      {
        "title": "Commands Reference",
        "body": "# Generate form from schema\ngatecrash-forms generate schema.json output.html\n\n# Start HTTP server\ngatecrash-forms serve [port]\n\n# Set global config\ngatecrash-forms config <key> <value>\n\n# Initialize project\ngatecrash-forms init\n\n# Show help\ngatecrash-forms help"
      },
      {
        "title": "License",
        "body": "MIT - Use it, fork it, sell it. Just don't gatekeep it.\n\nMade with 🔥 by Dinki & Molty\n\n\"We crash gates. We don't build new ones.\""
      }
    ],
    "body": "GateCrash Forms Skill\n\nCLI-first form builder with BYOK (Bring Your Own Keys) philosophy\n\nGenerate beautiful, secure HTML forms from JSON schemas. Email notifications via YOUR SMTP server, response storage on YOUR infrastructure. No external services, no gatekeeping.\n\n✨ Kimi Claw Ready\n\nPerfect for Kimi's 24/7 cloud agents:\n\n✅ Works natively in Kimi.com browser tabs\n✅ Installed via ClawHub's 5,000+ skill library\n✅ 40GB cloud storage for form responses\n✅ Agent-friendly email providers (agentmail.to, Resend)\n\nYour AI assistant can now generate and manage forms for you!\n\nQuick Start\nGenerate a Form\n./scripts/generate.sh examples/feedback.json output.html\n\nStart Server\n./scripts/serve.sh 3000\n\n\nVisits http://localhost:3000 to see all forms.\n\nInitialize Project\n./scripts/init.sh\n\n\nCreates forms/ and responses/ directories with example forms.\n\nFeatures\n🎨 8+ Field Types: text, email, textarea, select, radio, checkbox, scale/rating, date\n🔒 Security Hardened: XSS prevention, CSRF tokens, honeypot spam protection, rate limiting\n📧 BYOK Email: Use your own SMTP server (Zoho, Gmail, SendGrid, etc.)\n💾 Local Storage: Responses saved as JSON or CSV\n🎨 Beautiful UI: Gradient purple theme, responsive design\n🚀 Self-Hosted: Deploy anywhere Node.js runs\nConfiguration\n\nSet up your SMTP credentials globally:\n\ngatecrash-forms config smtp.host smtp.example.com\ngatecrash-forms config smtp.port 465\ngatecrash-forms config smtp.secure true\ngatecrash-forms config smtp.auth.user your-email@example.com\ngatecrash-forms config smtp.auth.pass your-password\n\n\nOr configure per-form in the JSON schema.\n\nExample Form Schema\n{\n  \"title\": \"Customer Feedback\",\n  \"description\": \"We'd love to hear from you!\",\n  \"fields\": [\n    {\n      \"type\": \"scale\",\n      \"name\": \"rating\",\n      \"label\": \"Overall satisfaction\",\n      \"min\": 1,\n      \"max\": 5,\n      \"required\": true\n    },\n    {\n      \"type\": \"checkbox\",\n      \"name\": \"topics\",\n      \"label\": \"What interested you most?\",\n      \"options\": [\"Product\", \"Service\", \"Price\", \"Experience\"]\n    },\n    {\n      \"type\": \"textarea\",\n      \"name\": \"comments\",\n      \"label\": \"Additional comments\",\n      \"maxLength\": 500\n    }\n  ],\n  \"submit\": {\n    \"email\": \"your-email@example.com\",\n    \"storage\": \"responses/feedback.json\"\n  }\n}\n\nUse Cases\nCustomer Feedback: Collect product/service feedback\nContact Forms: Simple contact forms for websites\nEvent Registration: Sign up forms for workshops/events\nSurveys: Market research, user surveys\nLead Generation: Capture leads without third-party services\nPhilosophy: We Crash Gates\n\nGateCrash Forms is NOT a service. It's a toolmaker.\n\n✅ Your SMTP server (email notifications)\n✅ Your storage (form responses)\n✅ Your deployment (host anywhere)\n✅ Your data (no external servers)\n\nNo GateCrash accounts. No GateCrash servers. No gatekeeping.\n\nLinks\nGitHub: https://github.com/Phoenix2479/gatecrash-forms\nnpm: https://www.npmjs.com/package/gatecrash-forms\nManifesto: Read MANIFESTO.md in the project\nDocumentation: Full docs in README.md\nCommands Reference\n# Generate form from schema\ngatecrash-forms generate schema.json output.html\n\n# Start HTTP server\ngatecrash-forms serve [port]\n\n# Set global config\ngatecrash-forms config <key> <value>\n\n# Initialize project\ngatecrash-forms init\n\n# Show help\ngatecrash-forms help\n\nLicense\n\nMIT - Use it, fork it, sell it. Just don't gatekeep it.\n\nMade with 🔥 by Dinki & Molty\n\n\"We crash gates. We don't build new ones.\""
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Phoenix2479/gatecrash-forms",
    "publisherUrl": "https://clawhub.ai/Phoenix2479/gatecrash-forms",
    "owner": "Phoenix2479",
    "version": "0.2.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/gatecrash-forms",
    "downloadUrl": "https://openagent3.xyz/downloads/gatecrash-forms",
    "agentUrl": "https://openagent3.xyz/skills/gatecrash-forms/agent",
    "manifestUrl": "https://openagent3.xyz/skills/gatecrash-forms/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/gatecrash-forms/agent.md"
  }
}