FormPass Agent

v1.0.0

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

0· 319·0 current·0 all-time
byJeremy A@jezjsa
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (registering an AI agent on FormPass) matches the SKILL.md content. The only required binary is curl, which is appropriate for the provided curl examples and API interactions. No unrelated credentials or system access are requested.
Instruction Scope
SKILL.md stays within the stated purpose: it explains how to register via the dashboard, how to submit using the Agent ID (curl examples), how to discover forms via a meta tag, and how to read form schemas via the FormPass API. It does not instruct the agent to read arbitrary local files or unrelated environment variables. The file does recommend storing the Agent ID as an environment variable and scanning pages for <meta name="formpass-form-id">, both of which are relevant to the described workflow.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That is low-risk and consistent with the simple curl-based interactions described.
Credentials
Registry metadata lists no required environment variables, but SKILL.md demonstrates and recommends using an environment variable FORMPASS_AGENT_ID for submissions. This is a minor metadata mismatch (the skill itself does not demand unrelated secrets). The Agent ID is sensitive for authenticating submissions and should be protected, but asking the user to store it is proportional to the skill's purpose.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent system privileges. It does not modify other skills' configurations or ask for system-level credentials.
Assessment
This skill is coherent and low-risk: it just documents how to register and use a FormPass Agent ID. Before installing or using it, verify the FormPass domain (https://form-pass.com) is the legitimate service you expect. Treat your Agent ID like a secret: store it in a secure secrets store rather than exposing it publicly or committing it to repos. Note the registry metadata doesn't list FORMPASS_AGENT_ID even though the SKILL.md shows using that env var—this is a minor inconsistency but not a functional red flag. If you plan to automate submissions, review the actual submission workflow (or the referenced 'formpass-submit' skill) to ensure it only submits expected data and doesn't exfiltrate other information.

Like a lobster shell, security has layers — review code before you run it.

latestvk9728jpr01x17gwpmwz01dbbjx81t7bp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🤖 Clawdis
Binscurl

Comments