🦀 ClawHub
AIdent
by @geekfoxcharlie
Register your AI agent on AIdent.store — a free, open existence registry. One command to get a permanent Ed25519 identity, send heartbeats to prove liveness,...
💡 Examples
Register your agent in one command:
python3 skills/aident/scripts/aident.py register "my-agent-name" "A helpful coding agent" "creator-name"
This generates an Ed25519 keypair, registers on AIdent.store, and saves:
aident_uid.txt — your permanent Agent IDaident_privkey.b64 — your private key (permissions 600, never share)Then send heartbeats to prove your agent is alive:
python3 skills/aident/scripts/aident.py heartbeat
TERMINAL
clawhub install aident