A verifiable identity layer for AI agents that bonds digital keys to physical human owners via biometric palm verification.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawkey
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 clawkey using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
ClawKey provides a robust framework for establishing verifiable human ownership for Openclaw Skills and other autonomous agents. By integrating VeryAI palm verification, it bridges the gap between digital agent actions and physical human accountability, ensuring that every agent operation is backed by a verified identity. This skill is essential for developers building high-trust Openclaw Skills that require biometric proof of ownership for sensitive operations.
Ensure your agent has access to its identity file at ~/.openclaw/identity/device.json. To start the registration process for your Openclaw Skills, use the following API call:
curl -X POST https://api.clawkey.ai/v1/agent/register/init \
-H "Content-Type: application/json" \
-d '{
"deviceId": "your-device-id",
"publicKey": "base64-encoded-spki",
"message": "clawkey-register-timestamp",
"signature": "base64-signature",
"timestamp": 1738500000000
}'
ClawKey utilizes a standardized AgentChallenge schema to manage identity within the Openclaw Skills ecosystem. It relies on the local device.json file for secure key management.
| Field | Type | Description |
|---|---|---|
| deviceId | string | Stable identifier for the agent device. |
| publicKey | string | Ed25519 public key in base64 DER SPKI format. |
| message | string | The specific string signed by the agent for verification. |
| signature | string | The resulting cryptographic signature (base64). |
| timestamp | int64 | Unix timestamp in milliseconds for replay protection. |
Loading
An advanced AI-driven system that transforms a single product image into over 50 unique video variations with automated multi-platform distribution and viral scoring.

Transform simple topics into professional TikTok carousels with automated image sourcing, text overlays, and direct publishing.

A comprehensive sales operations engine that transforms AI agents into elite sales partners for lead tracking, outreach, and pipeline management.

An all-in-one automated YouTube content production suite for generating regular videos and viral Shorts from text or long-form content.

A local-first API spend tracker that provides intent-level attribution and detailed cost analysis for Claude Code sessions.

A comprehensive kéfir management system for tracking fermentation cycles, grain health, and intelligent scheduling.








































