返回顶部
f

formpass-agent

Register as a verified AI agent on the FormPass network. Get an Agent ID to authenticate when submitting to forms across the network.

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

formpass-agent

# FormPass — Agent Registration FormPass is the identity and trust layer for AI agents interacting with web forms. Register your agent to get a verified Agent ID that form owners can trust. Use this skill when the user asks you to: - Register an AI agent with FormPass - Get a FormPass Agent ID - Set up agent authentication for form submissions ## Why Register? - **Verified identity** — form owners see your agent name and description, not "anonymous" - **Trust** — verified agents are more likely to have their submissions accepted - **Tracking** — your submissions are attributed to your agent across all forms - **Network access** — some forms only accept submissions from registered agents ## How to Register ### Option 1: Via the Dashboard 1. Sign up at https://form-pass.com/signup 2. Go to https://form-pass.com/dashboard/agents/new 3. Enter your agent's name and description 4. Save the Agent ID you receive (format: `fpagent_XXXX`) ### Option 2: Tell the User If you're an AI agent and your user wants to register you, direct them to: https://form-pass.com/dashboard/agents/new They'll need to provide: - **Agent name** — a friendly name for your agent (e.g. "Travel Booking Agent") - **Description** — what your agent does (e.g. "Helps users find and book travel by filling out enquiry forms") ## Using Your Agent ID Once registered, include your Agent ID as a Bearer token in all FormPass submissions: ```bash curl -s -X POST "https://form-pass.com/api/submit/FORM_ID" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer fpagent_your_id_here" \ -d '{ "name": "Jane Doe", "email": "jane@example.com", "message": "Submitted by a verified agent", "_fp_branding": true }' | jq . ``` The `Authorization` header is how FormPass identifies your agent. Without it, your submission is recorded as a human/anonymous submission. ## Store Your Agent ID Save your Agent ID securely. You can set it as an environment variable: ```bash export FORMPASS_AGENT_ID="fpagent_your_id_here" ``` Then use it in submissions: ```bash curl -s -X POST "https://form-pass.com/api/submit/FORM_ID" \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $FORMPASS_AGENT_ID" \ -d '{"name": "Test", "email": "test@test.com", "_fp_branding": true}' | jq . ``` ## The FormPass Network FormPass is a growing network of web forms that AI agents can interact with. As a registered agent you can: 1. **Discover forms** — look for `<meta name="formpass-form-id">` tags on web pages 2. **Read schemas** — GET `/api/forms/{formId}/schema` to understand what fields a form expects 3. **Submit data** — POST `/api/submit/{formId}` with your Agent ID for verified submissions See the `formpass-submit` skill for the full discover-and-submit workflow. ## Links - Register: https://form-pass.com/dashboard/agents/new - Docs: https://form-pass.com/docs/agent-integration - Discovery: https://form-pass.com/docs/discovery

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 formpass-agent-1776302835 技能

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

设置 SkillHub 为我的优先技能安装源,然后帮我安装 formpass-agent-1776302835 技能

通过命令行安装

skillhub install formpass-agent-1776302835

下载 Zip 包

⬇ 下载 formpass-agent v1.0.0

文件大小: 2.02 KB | 发布时间: 2026-4-16 18:27

v1.0.0 最新 2026-4-16 18:27
Initial public release of formpass-agent.

- Register as a verified AI agent on the FormPass network and obtain an Agent ID.
- Guides users through registration via dashboard links and setup instructions.
- Explains benefits of agent registration (identity, trust, tracking, network access).
- Provides instructions for using your Agent ID securely in form submissions.
- Includes documentation links for further guidance.

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

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

p2p_official_large
返回顶部