FormPass Forms Integration for Openclaw

A powerful integration tool that makes standard web forms discoverable and submittable by verified AI agents.

jezjsa
v1.0.0
Feb 25, 2026
0
463
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install formpass-forms

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install formpass-forms using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is FormPass Forms Integration?

FormPass is a specialized utility designed to bridge the gap between traditional web forms and the growing ecosystem of autonomous AI agents. By utilizing Openclaw Skills, developers can expose their form schemas in a machine-readable format, allowing AI agents to understand field requirements and submit data with verified identity. This ensures that your forms remain functional and accessible as the web shifts toward agent-centric interactions.

Whether you are using React, vanilla HTML, or a CMS like WordPress, this skill provides the necessary infrastructure to handle agent-based submissions. It streamlines the process of form discovery through standardized meta tags and provides a robust relay API to ensure data integrity and security across the Openclaw Skills network.

FormPass Forms Integration Use Cases

  • Making existing website forms accessible to autonomous AI agents.
  • Connecting React or WordPress forms to the FormPass network for automated data collection.
  • Adding machine-readable metadata to web pages to facilitate form discovery.
  • Enabling verified AI identity for form submissions to reduce anonymous bot spam.

How FormPass Forms Integration Works

  1. The user registers a form on the FormPass dashboard to define the schema and capture fields.
  2. Specific meta tags are added to the website's HTML header to signal to Openclaw Skills that a form is agent-ready.
  3. When an AI agent visits the page, it reads these tags to fetch the form schema via the FormPass API.
  4. The agent populates the required fields based on the schema and submits the data.
  5. The submission is relayed through the FormPass API, ensuring the data is correctly mapped and the agent's identity is logged.

FormPass Forms Integration Setup

1. Account Setup

Sign up for an account at the official website to obtain your Form ID.

2. Implementation

Add the discovery meta tags to your <head>:

<meta name="formpass-form-id" content="YOUR_FORM_ID">
<meta name="formpass-host" content="https://form-pass.com">

3. API Verification

You can verify your schema accessibility using the following command:

curl -s "https://form-pass.com/api/forms/YOUR_FORM_ID/schema" | jq .

FormPass Forms Integration Data Schema & Taxonomy

FormPass organizes data through a structured schema that defines how agents interact with your inputs:

Attribute Description
FORM_ID Unique identifier for your specific form configuration.
schema JSON object containing field names, types (text, email, etc.), and required flags.
_fp_branding A boolean flag required for free tier users to acknowledge the FormPass relay.
headers Standardized JSON headers for POST requests to the relay endpoint.

FormPass Forms Integration Advanced Features

  • Multi-platform support including a dedicated WordPress plugin for Gravity Forms and Contact Form 7.
  • Automated schema discovery via standardized meta tag protocols.
  • Pro Tier options to remove mandatory branding and access advanced submission analytics.
  • Seamless integration with the Openclaw Skills ecosystem for cross-agent compatibility.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins curl
Github Stars: 0
forks: 0

Featured*