A compliance-focused tool for capturing and verifying tamper-proof TCPA consent sessions during the lead generation process.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install verfi
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 verfi using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Verfi is a specialized utility designed to bridge the gap between lead generation and legal compliance. It provides a secure mechanism for publishers to capture verifiable proof of consumer consent and for buyers to verify that consent before initiating contact. By utilizing this Openclaw Skills integration, developers can programmatically handle the entire lifecycle of a consent session, ensuring that every lead is backed by a machine-readable, tamper-evident record of interaction.
The platform operates by deploying a lightweight SDK that monitors user behavior on web forms—tracking keystrokes, mouse movements, and clicks—to generate a unique Verfi ID. This ID serves as a digital fingerprint for consent, which can be queried via API to retrieve detailed proof, including device info and PII hashes. For teams building automated marketing pipelines, Verfi provides the necessary guardrails to maintain regulatory compliance at scale.
To integrate this skill, you must first obtain your keys from the Verfi dashboard. For frontend implementation, add the script tag to your web page:
<script src="https://sdk.verfi.io/v1/verfi.js" data-key="pk_YOUR_PUBLIC_KEY" async></script>
For backend or AI agent integration using the MCP server, run the following command:
npx -y @verfi/mcp-server
Ensure the VERFI_API_KEY environment variable is set with your secret key to enable server-side operations within Openclaw Skills.
The skill manages data primarily through the Session object. Below is the structure of the verification and proof data:
| Attribute | Description |
|---|---|
verfiID |
The unique identifier (VF-xxxxxxxx) for the consent session. |
consent.given |
Boolean flag indicating if the consumer provided consent. |
consent.tcpa_compliant |
Boolean flag verifying adherence to TCPA standards. |
pii_hashes |
SHA-256 hashes of the consumer's email and phone for identity binding. |
interaction_metrics |
A log of clicks, scrolls, and keystrokes recorded during the session. |
verification.tamper_detected |
A security flag indicating if the session data has been altered. |
Loading
ClawShell provides a robust security layer for Openclaw Skills by intercepting shell commands and requiring manual human approval for high-risk operations.

A standardized framework for AI agents to track and guide humans through complex, multi-day real-world processes.

A professional benchmarking utility to measure and compare token generation speed, latency, and throughput across multiple LLM API providers.

A specialized AI agent skill designed to translate Indonesian song lyrics into authentic, singable, and human-sounding English for international music production.

Query live data from the Renzo liquid restaking protocol, including ezETH metrics, vault performance, and user portfolio balances.

ClawShield is a specialized security utility that audits local OpenClaw installations for vulnerabilities and prompt injection patterns.








































