{
  "schemaVersion": "1.0",
  "item": {
    "slug": "formpass-agent",
    "name": "FormPass Agent",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/jezjsa/formpass-agent",
    "canonicalUrl": "https://clawhub.ai/jezjsa/formpass-agent",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/formpass-agent",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=formpass-agent",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/formpass-agent"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/formpass-agent",
    "agentPageUrl": "https://openagent3.xyz/skills/formpass-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/formpass-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/formpass-agent/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "FormPass — Agent Registration",
        "body": "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.\n\nUse this skill when the user asks you to:\n\nRegister an AI agent with FormPass\nGet a FormPass Agent ID\nSet up agent authentication for form submissions"
      },
      {
        "title": "Why Register?",
        "body": "Verified identity — form owners see your agent name and description, not \"anonymous\"\nTrust — verified agents are more likely to have their submissions accepted\nTracking — your submissions are attributed to your agent across all forms\nNetwork access — some forms only accept submissions from registered agents"
      },
      {
        "title": "Option 1: Via the Dashboard",
        "body": "Sign up at https://form-pass.com/signup\nGo to https://form-pass.com/dashboard/agents/new\nEnter your agent's name and description\nSave the Agent ID you receive (format: fpagent_XXXX)"
      },
      {
        "title": "Option 2: Tell the User",
        "body": "If you're an AI agent and your user wants to register you, direct them to:\n\nhttps://form-pass.com/dashboard/agents/new\n\nThey'll need to provide:\n\nAgent name — a friendly name for your agent (e.g. \"Travel Booking Agent\")\nDescription — what your agent does (e.g. \"Helps users find and book travel by filling out enquiry forms\")"
      },
      {
        "title": "Using Your Agent ID",
        "body": "Once registered, include your Agent ID as a Bearer token in all FormPass submissions:\n\ncurl -s -X POST \"https://form-pass.com/api/submit/FORM_ID\" \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer fpagent_your_id_here\" \\\n  -d '{\n    \"name\": \"Jane Doe\",\n    \"email\": \"jane@example.com\",\n    \"message\": \"Submitted by a verified agent\",\n    \"_fp_branding\": true\n  }' | jq .\n\nThe Authorization header is how FormPass identifies your agent. Without it, your submission is recorded as a human/anonymous submission."
      },
      {
        "title": "Store Your Agent ID",
        "body": "Save your Agent ID securely. You can set it as an environment variable:\n\nexport FORMPASS_AGENT_ID=\"fpagent_your_id_here\"\n\nThen use it in submissions:\n\ncurl -s -X POST \"https://form-pass.com/api/submit/FORM_ID\" \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $FORMPASS_AGENT_ID\" \\\n  -d '{\"name\": \"Test\", \"email\": \"test@test.com\", \"_fp_branding\": true}' | jq ."
      },
      {
        "title": "The FormPass Network",
        "body": "FormPass is a growing network of web forms that AI agents can interact with. As a registered agent you can:\n\nDiscover forms — look for <meta name=\"formpass-form-id\"> tags on web pages\nRead schemas — GET /api/forms/{formId}/schema to understand what fields a form expects\nSubmit data — POST /api/submit/{formId} with your Agent ID for verified submissions\n\nSee the formpass-submit skill for the full discover-and-submit workflow."
      },
      {
        "title": "Links",
        "body": "Register: https://form-pass.com/dashboard/agents/new\nDocs: https://form-pass.com/docs/agent-integration\nDiscovery: https://form-pass.com/docs/discovery"
      }
    ],
    "body": "FormPass — Agent Registration\n\nFormPass 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.\n\nUse this skill when the user asks you to:\n\nRegister an AI agent with FormPass\nGet a FormPass Agent ID\nSet up agent authentication for form submissions\nWhy Register?\nVerified identity — form owners see your agent name and description, not \"anonymous\"\nTrust — verified agents are more likely to have their submissions accepted\nTracking — your submissions are attributed to your agent across all forms\nNetwork access — some forms only accept submissions from registered agents\nHow to Register\nOption 1: Via the Dashboard\nSign up at https://form-pass.com/signup\nGo to https://form-pass.com/dashboard/agents/new\nEnter your agent's name and description\nSave the Agent ID you receive (format: fpagent_XXXX)\nOption 2: Tell the User\n\nIf you're an AI agent and your user wants to register you, direct them to:\n\nhttps://form-pass.com/dashboard/agents/new\n\nThey'll need to provide:\n\nAgent name — a friendly name for your agent (e.g. \"Travel Booking Agent\")\nDescription — what your agent does (e.g. \"Helps users find and book travel by filling out enquiry forms\")\nUsing Your Agent ID\n\nOnce registered, include your Agent ID as a Bearer token in all FormPass submissions:\n\ncurl -s -X POST \"https://form-pass.com/api/submit/FORM_ID\" \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer fpagent_your_id_here\" \\\n  -d '{\n    \"name\": \"Jane Doe\",\n    \"email\": \"jane@example.com\",\n    \"message\": \"Submitted by a verified agent\",\n    \"_fp_branding\": true\n  }' | jq .\n\n\nThe Authorization header is how FormPass identifies your agent. Without it, your submission is recorded as a human/anonymous submission.\n\nStore Your Agent ID\n\nSave your Agent ID securely. You can set it as an environment variable:\n\nexport FORMPASS_AGENT_ID=\"fpagent_your_id_here\"\n\n\nThen use it in submissions:\n\ncurl -s -X POST \"https://form-pass.com/api/submit/FORM_ID\" \\\n  -H \"Content-Type: application/json\" \\\n  -H \"Authorization: Bearer $FORMPASS_AGENT_ID\" \\\n  -d '{\"name\": \"Test\", \"email\": \"test@test.com\", \"_fp_branding\": true}' | jq .\n\nThe FormPass Network\n\nFormPass is a growing network of web forms that AI agents can interact with. As a registered agent you can:\n\nDiscover forms — look for <meta name=\"formpass-form-id\"> tags on web pages\nRead schemas — GET /api/forms/{formId}/schema to understand what fields a form expects\nSubmit data — POST /api/submit/{formId} with your Agent ID for verified submissions\n\nSee the formpass-submit skill for the full discover-and-submit workflow.\n\nLinks\nRegister: https://form-pass.com/dashboard/agents/new\nDocs: https://form-pass.com/docs/agent-integration\nDiscovery: https://form-pass.com/docs/discovery"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/jezjsa/formpass-agent",
    "publisherUrl": "https://clawhub.ai/jezjsa/formpass-agent",
    "owner": "jezjsa",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/formpass-agent",
    "downloadUrl": "https://openagent3.xyz/downloads/formpass-agent",
    "agentUrl": "https://openagent3.xyz/skills/formpass-agent/agent",
    "manifestUrl": "https://openagent3.xyz/skills/formpass-agent/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/formpass-agent/agent.md"
  }
}