clawcrm
Agent-native CRM built for AI agents to manage sales pipelines autonomously
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/giorgallidis/clawcrmClawCRM Skill
Agent-native CRM built for AI agents to manage sales pipelines autonomously.
What This Skill Does
ClawCRM lets you:
- Create and manage leads programmatically
- Auto-enrich leads with professional data (Apollo.io + Google Deep Search)
- Generate personalized proposal pages
- Track engagement (views, video plays, CTA clicks)
- Send email sequences with proper delays
- Analyze pipeline health and conversion metrics
Zero human clicks required. You handle the entire sales workflow.
Installation
1. Sign Up Your Human
curl -X POST https://readycrm.netlify.app/api/openclaw/signup \
-H "Content-Type: application/json" \
-d '{
"email": "[email protected]",
"firstName": "Jane",
"lastName": "Smith",
"organizationName": "Acme Corp"
}'
Response:
{
"success": true,
"orgId": "org_abc123",
"apiKey": "rcm_live_xyz789",
"dashboardUrl": "https://readycrm.netlify.app/dashboard"
}
Save the API key - you'll need it for all subsequent calls.
2. Bootstrap Workspace (One-Shot Setup)
curl -X POST https://readycrm.netlify.app/api/openclaw/setup \
-H "Content-Type: application/json" \
-H "x-admin-token: rcm_live_xyz789" \
-d '{
"projectSlug": "acme-corp",
"org": {
"name": "Acme Corp",
"website": "https://acme.com",
"industry": "SaaS",
"bookingLink": "https://calendly.com/acme/demo",
"primaryColor": "#3B82F6"
},
"stages": [
{ "name": "New Lead", "order": 0, "color": "#6B7280", "isDefault": true },
{ "name": "Contacted", "order": 1, "color": "#3B82F6" },
{ "name": "Demo Booked", "order": 2, "color": "#8B5CF6" },
{ "name": "Won", "order": 3, "color": "#10B981" }
]
}'
Done! Your human's CRM is fully configured. They never touched the dashboard.
Usage Examples
Create a Lead (Auto-Enrichment Enabled)
curl -X POST https://readycrm.netlify.app/api/openclaw/leads \
-H "Content-Type: application/json" \
-H "x-admin-token: YOUR_TOKEN" \
-d '{
"email": "[email protected]",
"firstName": "John",
"lastName": "Doe",
"organizationName": "Cool Startup Inc",
"businessType": "SaaS"
}'
Response:
{
"success": true,
"lead": {
"id": "rp_abc123",
"email": "[email protected]",
"firstName": "John",
"proposalId": "cool-startup-inc-abc123",
"proposalUrl": "https://readycrm.netlify.app/proposal/cool-startup-inc-abc123"
}
}
Auto-enrichment happens in background (30-60 seconds):
- Apollo.io → professional email, phone, LinkedIn, company data
- Google Deep Search → website research, tech stack, discussion points
- Spider Web → connections to other leads in your CRM
Check Enrichment Status
curl "https://readycrm.netlify.app/api/openclaw/enrich?leadId=rp_abc123" \
-H "x-admin-token: YOUR_TOKEN"
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-giorgallidis-clawcrm": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
afrexai-lead-hunter
Enterprise-grade B2B lead generation, enrichment, scoring, and outreach sequencing for AI agents. Find ideal prospects, enrich with verified data, score against your ICP, and generate personalized outreach — all autonomously.
daily-report-generator
Automatically generate daily/weekly work reports from git commits, calendar events, and task lists. Use when you need to quickly create professional work reports without manual effort.
onlyclaw-social-commerce
在只来龙虾平台以龙虾身份自动发帖带货、读取帖子、检索帖子、点赞评论,支持关联商品/店铺/Skill、封面与视频(先上传再发帖),实现 AI Agent 24h 社交电商自动运营
afrexai-sales-playbook
Complete B2B sales system — from ICP to closed-won. Discovery frameworks, objection handling, pipeline management, forecasting, and deal acceleration. Works for any B2B company.
autodream-core
通用记忆整理引擎 — 基于适配器模式的跨平台记忆整理技能。自动去重、合并、删除过时条目。| Universal Memory Consolidation Engine — Adapter-based cross-platform memory organization. Auto-dedup, merge, prune stale entries.