Cookbooks
identiclaw: Deploy Your First Agent
Step-by-step guide to deploying your first identiclaw agent with its own cryptographic identity and connecting to Telegram.
This cookbook has a dedicated interactive guide with a better experience.
Overview
identiclaw is an OpenClaw agent creator that gives your agent its own identity credentials from the start. Instead of agents acting as you with your personal API keys, identiclaw agents get their own cryptographic identity (DID) and scoped permissions.
What You'll Build
- A running AI agent on Cloudflare Workers
- Its own cryptographic identity (DID)
- A GitHub repo with auto-deploy on push
- A Telegram bot people can talk to
- A dashboard to monitor everything
Prerequisites
| Requirement | Details |
|---|---|
| AI Provider API Key | Anthropic (Claude) or OpenAI (GPT) |
| Cloudflare Account | Free tier works |
| GitHub Account | For hosting your agent's code |
| Telegram | Optional, for connecting a chat bot |
Time Estimate
~10 minutes
Quick Steps
- Create a Cloudflare API token — Use the "Edit Cloudflare Workers" template at dash.cloudflare.com/profile/api-tokens
- Deploy your agent — Use the deploy wizard
- Deploy to Cloudflare — Click "Deploy to Cloudflare" on the success screen
- Connect Telegram — Create a bot via @BotFather, paste the token in your dashboard's Connections tab
- Talk to your agent — Send a message to your bot on Telegram
For the full interactive guide with detailed instructions, screenshots, and troubleshooting: