返回顶部
g

gatecrash-forms冲门表单

CLI-first form builder with BYOK philosophy. Generate beautiful HTML forms from JSON schemas, handle submissions via your own SMTP server, store responses locally. Kimi Claw native. We crash gates, we don't build new ones.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 0.2.0
安全检测
已通过
735
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

gatecrash-forms

GateCrash Forms 技能

采用BYOK(自带密钥)理念的CLI优先表单构建器

从JSON模式生成美观、安全的HTML表单。通过您自己的SMTP服务器发送邮件通知,在您自己的基础设施上存储响应数据。无需外部服务,没有门槛限制。

✨ Kimi Claw 就绪

完美适配Kimi的24/7云端代理:

  • - ✅ 在Kimi.com浏览器标签页中原生运行
  • ✅ 通过ClawHub的5000+技能库安装
  • ✅ 40GB云存储用于表单响应
  • ✅ 代理友好的邮件提供商(agentmail.to、Resend)

您的AI助手现在可以为您生成和管理表单!

快速开始

生成表单

bash
./scripts/generate.sh examples/feedback.json output.html

启动服务器

bash
./scripts/serve.sh 3000

访问 http://localhost:3000 查看所有表单。

初始化项目

bash
./scripts/init.sh

创建包含示例表单的 forms/ 和 responses/ 目录。

功能特性

  • - 🎨 8+字段类型: 文本、邮箱、文本域、下拉选择、单选、复选、评分/评级、日期
  • 🔒 安全加固: XSS防护、CSRF令牌、蜜罐垃圾防护、速率限制
  • 📧 BYOK邮件: 使用您自己的SMTP服务器(Zoho、Gmail、SendGrid等)
  • 💾 本地存储: 响应数据保存为JSON或CSV格式
  • 🎨 美观界面: 渐变紫色主题,响应式设计
  • 🚀 自托管: 可部署在任何运行Node.js的环境中

配置

全局设置SMTP凭据:

bash
gatecrash-forms config smtp.host smtp.example.com
gatecrash-forms config smtp.port 465
gatecrash-forms config smtp.secure true
gatecrash-forms config smtp.auth.user your-email@example.com
gatecrash-forms config smtp.auth.pass your-password

或在JSON模式中按表单配置。

示例表单模式

json
{
title: 客户反馈,
description: 我们期待您的意见!,
fields: [
{
type: scale,
name: rating,
label: 总体满意度,
min: 1,
max: 5,
required: true
},
{
type: checkbox,
name: topics,
label: 您最感兴趣的是?,
options: [产品, 服务, 价格, 体验]
},
{
type: textarea,
name: comments,
label: 补充意见,
maxLength: 500
}
],
submit: {
email: your-email@example.com,
storage: responses/feedback.json
}
}

使用场景

  • - 客户反馈: 收集产品/服务反馈
  • 联系表单: 网站简易联系表单
  • 活动注册: 工作坊/活动报名表单
  • 问卷调查: 市场调研、用户调查
  • 潜在客户获取: 无需第三方服务即可捕获潜在客户

理念:我们打破门槛

GateCrash Forms 不是一项服务。它是一个工具制造者。

  • - ✅ 您的SMTP服务器(邮件通知)
  • ✅ 您的存储(表单响应)
  • ✅ 您的部署(任意托管)
  • ✅ 您的数据(无外部服务器)

没有GateCrash账户。没有GateCrash服务器。没有门槛限制。

链接

  • - GitHub: https://github.com/Phoenix2479/gatecrash-forms
  • npm: https://www.npmjs.com/package/gatecrash-forms
  • 宣言: 阅读项目中的MANIFESTO.md
  • 文档: README.md中的完整文档

命令参考

bash

从模式生成表单


gatecrash-forms generate schema.json output.html

启动HTTP服务器

gatecrash-forms serve [port]

设置全局配置

gatecrash-forms config

初始化项目

gatecrash-forms init

显示帮助

gatecrash-forms help

许可证

MIT - 使用它、分叉它、出售它。只是不要设置门槛。



由Dinki & Molty用🔥打造

我们打破门槛。我们不建造新的。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 gatecrash-forms-1776420042 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 gatecrash-forms-1776420042 技能

通过命令行安装

skillhub install gatecrash-forms-1776420042

下载

⬇ 下载 gatecrash-forms v0.2.0(免费)

文件大小: 6.88 KB | 发布时间: 2026-4-17 18:59

v0.2.0 最新 2026-4-17 18:59
Kimi Claw support: Native integration, enhanced features, agent-ready documentation

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部