A powerful integration tool that makes standard web forms discoverable and submittable by verified AI agents.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install formpass-forms
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
Sign up for an account at the official website to obtain your Form ID.
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">
You can verify your schema accessibility using the following command:
curl -s "https://form-pass.com/api/forms/YOUR_FORM_ID/schema" | jq .
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. |
Loading
An intelligent investment assistant that scrapes top financial influencers and real-time stock data from Xueqiu to provide actionable market summaries.

A comprehensive system health diagnostic and autonomous repair suite designed to maintain OpenClaw installations.

A sophisticated AI-driven tool for building and managing intelligent surveys, quizzes, and conversational forms through the Model Context Protocol.

An automated reporting skill that empowers AI agents to review their session logs and output professional, quantified daily work summaries.

A professional quality engineering tool for identifying potential design failures and calculating Risk Priority Numbers in product development.

A free, high-performance weather skill that provides current conditions and 7-day forecasts without requiring an API key.








































