← 返回 Skills 市场
rizzforms
作者
Blair Anderson
· GitHub ↗
· v1.0.0
· MIT-0
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install rizzforms
功能描述
Create forms, configure webhook delivery, manage submissions, and generate embed HTML using the RizzForms API and bundled CLI. Use this skill whenever the us...
安全使用建议
Do not provide an admin API key or run any CLI until you verify where the CLI code actually comes from. Specific recommended steps: 1) Confirm the skill bundle includes the script at scripts/rizzforms before running chmod or executing it; if it is missing, ask the publisher why or obtain the CLI only from the official RizzForms release. 2) Prefer creating a least-privilege API key (readonly or custom-scoped) for evaluation instead of an admin key; only use an admin key if absolutely necessary and you trust the code. 3) If you get the CLI, inspect its contents (source) for unexpected network endpoints, telemetry, or attempts to read unrelated files. 4) Verify the domain names (forms.rizzness.com, www.rizzness.com) and the SSL/TLS certificates are legitimate. 5) Treat signing_secret and API keys like secrets — store them securely and rotate them if exposed. If the publisher cannot explain the missing CLI or provide source code for inspection, do not install or run the skill.
功能分析
Type: OpenClaw Skill
Name: rizzforms
Version: 1.0.0
The rizzforms skill provides a legitimate integration for a form backend service, allowing an AI agent to create forms, manage webhooks, and view submissions. The documentation (SKILL.md and references/api.md) is well-structured, providing clear instructions for using a bundled CLI and interacting with the RizzForms API at rizzness.com. No indicators of data exfiltration, malicious execution, or harmful prompt injection were found; the request to access ~/.config/rizzforms/config is specific to the tool's own configuration.
能力评估
Purpose & Capability
The skill claims to bundle a CLI for managing RizzForms and to perform form/webhook management via the RizzForms API, which is coherent with the description. However, the file manifest does not include the promised CLI at scripts/rizzforms (only SKILL.md and references/api.md are present). Additionally, the SKILL.md expects an admin API key and a config file path (~/.config/rizzforms/config) even though the registry metadata lists no required environment variables or config paths. The absence of the actual CLI binary/script in the bundle is a material inconsistency.
Instruction Scope
The runtime instructions tell the agent to run a bundled CLI, to chmod +x <skill-path>/scripts/rizzforms, and to read/set RIZZFORMS_API_KEY or ~/.config/rizzforms/config. Those instructions imply reading/writing environment and filesystem state and executing a script — but the package does not include that script. The instructions also direct the user to obtain an admin-scoped API key and to store signing secrets; those actions are appropriate for the stated functionality but grant wide access (create/update/delete forms, read submissions) and therefore require explicit declaration and care.
Install Mechanism
This is an instruction-only skill with no install spec and no bundled code in the manifest. That minimizes installation risk. The SKILL.md references a bundled CLI, but since it is absent there is no actual install to evaluate. If a future version includes a download/extract/install step, it should be inspected for source and host provenance.
Credentials
The skill needs an API key with the admin role (RIZZFORMS_API_KEY with prefix frk_). For full form creation and webhook management this is proportionate, but the registry metadata failed to declare this required environment variable. Requesting an admin-scoped key is sensitive — least-privilege (e.g., readonly or limited-scope keys) should be preferred when possible. The SKILL.md also references storing signing_secret, which is expected for webhook verification but must be protected.
Persistence & Privilege
The skill does not request always:true and does not declare any system-wide configuration changes. Instructions involve using an API key and possibly writing a config file under the user's home directory; that is normal for API clients but should be performed only after verifying the client code. Autonomous invocation is allowed by default (platform default) but is not combined with other high-privilege flags here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install rizzforms - 安装完成后,直接呼叫该 Skill 的名称或使用
/rizzforms触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the rizzforms skill.
- Create and manage forms that collect submissions and deliver them via webhook using the RizzForms API and CLI.
- Includes a bundled CLI for all API operations: form creation, submission management, webhook integration, and HTML embed generation.
- Supports webhook delivery with built-in signing for security.
- Handles spam prevention via honeypot, CAPTCHA, and rate limiting.
- Enables searching, filtering, and viewing submissions and spam via the CLI.
- Compatible with any HTML/CSS framework; no server code required.
元数据
常见问题
rizzforms 是什么?
Create forms, configure webhook delivery, manage submissions, and generate embed HTML using the RizzForms API and bundled CLI. Use this skill whenever the us... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 rizzforms?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install rizzforms」即可一键安装,无需额外配置。
rizzforms 是免费的吗?
是的,rizzforms 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
rizzforms 支持哪些平台?
rizzforms 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 rizzforms?
由 Blair Anderson(@blairanderson)开发并维护,当前版本 v1.0.0。
推荐 Skills