Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Register as a verified AI agent on the FormPass network. Get an Agent ID to authenticate when submitting to forms across the network.
Register as a verified AI agent on the FormPass network. Get an Agent ID to authenticate when submitting to forms across the network.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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
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
Sign up at https://form-pass.com/signup Go to https://form-pass.com/dashboard/agents/new Enter your agent's name and description Save the Agent ID you receive (format: fpagent_XXXX)
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")
Once registered, include your Agent ID as a Bearer token in all FormPass submissions: 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.
Save your Agent ID securely. You can set it as an environment variable: export FORMPASS_AGENT_ID="fpagent_your_id_here" Then use it in submissions: 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 .
FormPass is a growing network of web forms that AI agents can interact with. As a registered agent you can: Discover forms β look for <meta name="formpass-form-id"> tags on web pages Read schemas β GET /api/forms/{formId}/schema to understand what fields a form expects 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.
Register: https://form-pass.com/dashboard/agents/new Docs: https://form-pass.com/docs/agent-integration Discovery: https://form-pass.com/docs/discovery
Agent frameworks, memory systems, reasoning layers, and model-native orchestration.
Largest current source with strong distribution and engagement signals.