{
  "schemaVersion": "1.0",
  "item": {
    "slug": "clawcrm",
    "name": "Clawcrm",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/giorgallidis/clawcrm",
    "canonicalUrl": "https://clawhub.ai/giorgallidis/clawcrm",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawcrm",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawcrm",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "_meta.json"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/clawcrm"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawcrm",
    "agentPageUrl": "https://openagent3.xyz/skills/clawcrm/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawcrm/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawcrm/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "ClawCRM Skill",
        "body": "Agent-native CRM built for AI agents to manage sales pipelines autonomously."
      },
      {
        "title": "What This Skill Does",
        "body": "ClawCRM lets you:\n\nCreate and manage leads programmatically\nAuto-enrich leads with professional data (Apollo.io + Google Deep Search)\nGenerate personalized proposal pages\nTrack engagement (views, video plays, CTA clicks)\nSend email sequences with proper delays\nAnalyze pipeline health and conversion metrics\n\nZero human clicks required. You handle the entire sales workflow."
      },
      {
        "title": "1. Sign Up Your Human",
        "body": "curl -X POST https://readycrm.netlify.app/api/openclaw/signup \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"email\": \"human@company.com\",\n    \"firstName\": \"Jane\",\n    \"lastName\": \"Smith\",\n    \"organizationName\": \"Acme Corp\"\n  }'\n\nResponse:\n\n{\n  \"success\": true,\n  \"orgId\": \"org_abc123\",\n  \"apiKey\": \"rcm_live_xyz789\",\n  \"dashboardUrl\": \"https://readycrm.netlify.app/dashboard\"\n}\n\nSave the API key - you'll need it for all subsequent calls."
      },
      {
        "title": "2. Bootstrap Workspace (One-Shot Setup)",
        "body": "curl -X POST https://readycrm.netlify.app/api/openclaw/setup \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: rcm_live_xyz789\" \\\n  -d '{\n    \"projectSlug\": \"acme-corp\",\n    \"org\": {\n      \"name\": \"Acme Corp\",\n      \"website\": \"https://acme.com\",\n      \"industry\": \"SaaS\",\n      \"bookingLink\": \"https://calendly.com/acme/demo\",\n      \"primaryColor\": \"#3B82F6\"\n    },\n    \"stages\": [\n      { \"name\": \"New Lead\", \"order\": 0, \"color\": \"#6B7280\", \"isDefault\": true },\n      { \"name\": \"Contacted\", \"order\": 1, \"color\": \"#3B82F6\" },\n      { \"name\": \"Demo Booked\", \"order\": 2, \"color\": \"#8B5CF6\" },\n      { \"name\": \"Won\", \"order\": 3, \"color\": \"#10B981\" }\n    ]\n  }'\n\nDone! Your human's CRM is fully configured. They never touched the dashboard."
      },
      {
        "title": "Create a Lead (Auto-Enrichment Enabled)",
        "body": "curl -X POST https://readycrm.netlify.app/api/openclaw/leads \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: YOUR_TOKEN\" \\\n  -d '{\n    \"email\": \"founder@startup.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"organizationName\": \"Cool Startup Inc\",\n    \"businessType\": \"SaaS\"\n  }'\n\nResponse:\n\n{\n  \"success\": true,\n  \"lead\": {\n    \"id\": \"rp_abc123\",\n    \"email\": \"founder@startup.com\",\n    \"firstName\": \"John\",\n    \"proposalId\": \"cool-startup-inc-abc123\",\n    \"proposalUrl\": \"https://readycrm.netlify.app/proposal/cool-startup-inc-abc123\"\n  }\n}\n\nAuto-enrichment happens in background (30-60 seconds):\n\nApollo.io → professional email, phone, LinkedIn, company data\nGoogle Deep Search → website research, tech stack, discussion points\nSpider Web → connections to other leads in your CRM"
      },
      {
        "title": "Check Enrichment Status",
        "body": "curl \"https://readycrm.netlify.app/api/openclaw/enrich?leadId=rp_abc123\" \\\n  -H \"x-admin-token: YOUR_TOKEN\"\n\nResponse:\n\n{\n  \"leadId\": \"rp_abc123\",\n  \"status\": \"complete\",\n  \"enrichment\": {\n    \"tier\": 1,\n    \"sources\": [\"apollo\", \"google_deep\"],\n    \"discussionPoints\": [\n      {\n        \"topic\": \"Current Tech Stack\",\n        \"detail\": \"Using Stripe, Intercom, Google Analytics\",\n        \"source\": \"website\"\n      }\n    ],\n    \"practiceModel\": \"subscription\",\n    \"techStack\": [\"Stripe\", \"Intercom\", \"Google Analytics\"],\n    \"confidence\": { \"overall\": \"high\" }\n  }\n}"
      },
      {
        "title": "Send Email Sequence",
        "body": "curl -X POST https://readycrm.netlify.app/api/openclaw/email/send-sequence \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: YOUR_TOKEN\" \\\n  -d '{\n    \"leadId\": \"rp_abc123\",\n    \"sequence\": [\n      {\n        \"delayMinutes\": 0,\n        \"subject\": \"Your Custom Demo - {{organizationName}}\",\n        \"body\": \"Hi {{firstName}},\\n\\nI put together a custom demo for {{organizationName}}:\\n{{proposalUrl}}\\n\\nBest,\\nTeam\"\n      },\n      {\n        \"delayMinutes\": 5760,\n        \"subject\": \"Following up\",\n        \"body\": \"Hi {{firstName}},\\n\\nDid you get a chance to check out the demo?\\n\\nBest,\\nTeam\"\n      }\n    ]\n  }'\n\nTemplate Variables:\n\n{{firstName}}, {{lastName}}\n{{organizationName}}, {{businessType}}\n{{proposalUrl}} - auto-generated proposal page\n{{email}}, {{phone}}\n\nDelays:\n\n0 = immediate\n1440 = 1 day (24 hours)\n5760 = 4 days\n10080 = 1 week"
      },
      {
        "title": "Track Proposal Engagement",
        "body": "curl \"https://readycrm.netlify.app/api/tracking/proposal?leadId=rp_abc123\" \\\n  -H \"x-admin-token: YOUR_TOKEN\"\n\nResponse:\n\n{\n  \"totalViews\": 3,\n  \"timeOnPage\": 420,\n  \"sectionsViewed\": [\"hero\", \"features\", \"pricing\"],\n  \"videoCompletion\": 75,\n  \"ctaClicks\": 2\n}"
      },
      {
        "title": "List Leads (Filter & Sort)",
        "body": "curl \"https://readycrm.netlify.app/api/openclaw/leads?status=new&tier=high&limit=50\" \\\n  -H \"x-admin-token: YOUR_TOKEN\""
      },
      {
        "title": "Update Lead Status",
        "body": "curl -X PATCH https://readycrm.netlify.app/api/openclaw/leads \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: YOUR_TOKEN\" \\\n  -d '{\n    \"id\": \"rp_abc123\",\n    \"status\": \"qualified\"\n  }'"
      },
      {
        "title": "Bulk Enrichment",
        "body": "curl -X POST https://readycrm.netlify.app/api/openclaw/enrich/bulk \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: YOUR_TOKEN\" \\\n  -d '{\n    \"leadIds\": [\"rp_123\", \"rp_456\", \"rp_789\"]\n  }'"
      },
      {
        "title": "Spider Web Analysis (Find Connections)",
        "body": "curl -X POST https://readycrm.netlify.app/api/openclaw/enrich/spider-web \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: YOUR_TOKEN\" \\\n  -d '{\n    \"leadId\": \"rp_abc123\"\n  }'\n\nReturns:\n\n{\n  \"connections\": [\n    {\n      \"leadId\": \"rp_456\",\n      \"name\": \"Jane Smith\",\n      \"connectionType\": \"same_university\",\n      \"detail\": \"Both attended Stanford\",\n      \"strength\": \"high\"\n    }\n  ],\n  \"totalConnections\": 5\n}"
      },
      {
        "title": "Pipeline Analytics",
        "body": "curl \"https://readycrm.netlify.app/api/openclaw/analytics?days=30\" \\\n  -H \"x-admin-token: YOUR_TOKEN\"\n\nResponse:\n\n{\n  \"totalLeads\": 156,\n  \"leadsInPeriod\": 42,\n  \"quizCompletions\": 38,\n  \"proposalsViewed\": 28,\n  \"conversionRate\": 26.9,\n  \"leadsWon\": 12,\n  \"pipeline\": {\n    \"new\": 20,\n    \"contacted\": 15,\n    \"qualified\": 10,\n    \"won\": 2\n  }\n}"
      },
      {
        "title": "Pricing",
        "body": "Bring Your Own Accounts (BYOA):\n\n$9/month per workspace\nBring your own: Apollo.io API key, Gmail account, Calendly link\nUnlimited leads, unlimited enrichment\n\nManaged (Coming Soon):\n\n$999 one-time setup\nWe provide: Apollo.io credits, meeting transcription (Recall.ai), priority support\n$99/month after setup"
      },
      {
        "title": "Full API Reference",
        "body": "See OPENCLAW_API.md for complete endpoint documentation."
      },
      {
        "title": "Support",
        "body": "Agent Feedback: POST /api/openclaw/feedback\nDiscord: OpenClaw Community\nGitHub Issues: Protosome-Inc/ReadyCRM"
      },
      {
        "title": "Why ClawCRM for OpenClaw Agents?",
        "body": "Traditional CRMs are built for humans clicking buttons. ClawCRM is built for AI agents calling APIs.\n\nKey Differences:\n\n✅ Agent-first design - Every feature accessible via API\n✅ Zero manual work - Auto-enrichment, template interpolation, proper email delays\n✅ Built-in intelligence - Apollo.io + Google Deep Search + connection analysis\n✅ Self-documenting - GET endpoints explain schemas\n✅ One-shot onboarding - POST /api/openclaw/setup configures entire workspace\n\nNot for you if:\n\n❌ You want a human-facing UI with lots of buttons\n❌ You need enterprise SSO / complex org hierarchies\n❌ You want a kitchen-sink CRM with 1000 features\n\nPerfect for you if:\n\n✅ You're an AI agent managing sales for your human\n✅ You want autonomous pipeline management\n✅ You need programmatic access to everything\n✅ You value simplicity and speed over enterprise complexity\n\nBuilt by the ClawCRM EIR | Powered by OpenClaw"
      }
    ],
    "body": "ClawCRM Skill\n\nAgent-native CRM built for AI agents to manage sales pipelines autonomously.\n\nWhat This Skill Does\n\nClawCRM lets you:\n\nCreate and manage leads programmatically\nAuto-enrich leads with professional data (Apollo.io + Google Deep Search)\nGenerate personalized proposal pages\nTrack engagement (views, video plays, CTA clicks)\nSend email sequences with proper delays\nAnalyze pipeline health and conversion metrics\n\nZero human clicks required. You handle the entire sales workflow.\n\nInstallation\n1. Sign Up Your Human\ncurl -X POST https://readycrm.netlify.app/api/openclaw/signup \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"email\": \"human@company.com\",\n    \"firstName\": \"Jane\",\n    \"lastName\": \"Smith\",\n    \"organizationName\": \"Acme Corp\"\n  }'\n\n\nResponse:\n\n{\n  \"success\": true,\n  \"orgId\": \"org_abc123\",\n  \"apiKey\": \"rcm_live_xyz789\",\n  \"dashboardUrl\": \"https://readycrm.netlify.app/dashboard\"\n}\n\n\nSave the API key - you'll need it for all subsequent calls.\n\n2. Bootstrap Workspace (One-Shot Setup)\ncurl -X POST https://readycrm.netlify.app/api/openclaw/setup \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: rcm_live_xyz789\" \\\n  -d '{\n    \"projectSlug\": \"acme-corp\",\n    \"org\": {\n      \"name\": \"Acme Corp\",\n      \"website\": \"https://acme.com\",\n      \"industry\": \"SaaS\",\n      \"bookingLink\": \"https://calendly.com/acme/demo\",\n      \"primaryColor\": \"#3B82F6\"\n    },\n    \"stages\": [\n      { \"name\": \"New Lead\", \"order\": 0, \"color\": \"#6B7280\", \"isDefault\": true },\n      { \"name\": \"Contacted\", \"order\": 1, \"color\": \"#3B82F6\" },\n      { \"name\": \"Demo Booked\", \"order\": 2, \"color\": \"#8B5CF6\" },\n      { \"name\": \"Won\", \"order\": 3, \"color\": \"#10B981\" }\n    ]\n  }'\n\n\nDone! Your human's CRM is fully configured. They never touched the dashboard.\n\nUsage Examples\nCreate a Lead (Auto-Enrichment Enabled)\ncurl -X POST https://readycrm.netlify.app/api/openclaw/leads \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: YOUR_TOKEN\" \\\n  -d '{\n    \"email\": \"founder@startup.com\",\n    \"firstName\": \"John\",\n    \"lastName\": \"Doe\",\n    \"organizationName\": \"Cool Startup Inc\",\n    \"businessType\": \"SaaS\"\n  }'\n\n\nResponse:\n\n{\n  \"success\": true,\n  \"lead\": {\n    \"id\": \"rp_abc123\",\n    \"email\": \"founder@startup.com\",\n    \"firstName\": \"John\",\n    \"proposalId\": \"cool-startup-inc-abc123\",\n    \"proposalUrl\": \"https://readycrm.netlify.app/proposal/cool-startup-inc-abc123\"\n  }\n}\n\n\nAuto-enrichment happens in background (30-60 seconds):\n\nApollo.io → professional email, phone, LinkedIn, company data\nGoogle Deep Search → website research, tech stack, discussion points\nSpider Web → connections to other leads in your CRM\nCheck Enrichment Status\ncurl \"https://readycrm.netlify.app/api/openclaw/enrich?leadId=rp_abc123\" \\\n  -H \"x-admin-token: YOUR_TOKEN\"\n\n\nResponse:\n\n{\n  \"leadId\": \"rp_abc123\",\n  \"status\": \"complete\",\n  \"enrichment\": {\n    \"tier\": 1,\n    \"sources\": [\"apollo\", \"google_deep\"],\n    \"discussionPoints\": [\n      {\n        \"topic\": \"Current Tech Stack\",\n        \"detail\": \"Using Stripe, Intercom, Google Analytics\",\n        \"source\": \"website\"\n      }\n    ],\n    \"practiceModel\": \"subscription\",\n    \"techStack\": [\"Stripe\", \"Intercom\", \"Google Analytics\"],\n    \"confidence\": { \"overall\": \"high\" }\n  }\n}\n\nSend Email Sequence\ncurl -X POST https://readycrm.netlify.app/api/openclaw/email/send-sequence \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: YOUR_TOKEN\" \\\n  -d '{\n    \"leadId\": \"rp_abc123\",\n    \"sequence\": [\n      {\n        \"delayMinutes\": 0,\n        \"subject\": \"Your Custom Demo - {{organizationName}}\",\n        \"body\": \"Hi {{firstName}},\\n\\nI put together a custom demo for {{organizationName}}:\\n{{proposalUrl}}\\n\\nBest,\\nTeam\"\n      },\n      {\n        \"delayMinutes\": 5760,\n        \"subject\": \"Following up\",\n        \"body\": \"Hi {{firstName}},\\n\\nDid you get a chance to check out the demo?\\n\\nBest,\\nTeam\"\n      }\n    ]\n  }'\n\n\nTemplate Variables:\n\n{{firstName}}, {{lastName}}\n{{organizationName}}, {{businessType}}\n{{proposalUrl}} - auto-generated proposal page\n{{email}}, {{phone}}\n\nDelays:\n\n0 = immediate\n1440 = 1 day (24 hours)\n5760 = 4 days\n10080 = 1 week\nTrack Proposal Engagement\ncurl \"https://readycrm.netlify.app/api/tracking/proposal?leadId=rp_abc123\" \\\n  -H \"x-admin-token: YOUR_TOKEN\"\n\n\nResponse:\n\n{\n  \"totalViews\": 3,\n  \"timeOnPage\": 420,\n  \"sectionsViewed\": [\"hero\", \"features\", \"pricing\"],\n  \"videoCompletion\": 75,\n  \"ctaClicks\": 2\n}\n\nList Leads (Filter & Sort)\ncurl \"https://readycrm.netlify.app/api/openclaw/leads?status=new&tier=high&limit=50\" \\\n  -H \"x-admin-token: YOUR_TOKEN\"\n\nUpdate Lead Status\ncurl -X PATCH https://readycrm.netlify.app/api/openclaw/leads \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: YOUR_TOKEN\" \\\n  -d '{\n    \"id\": \"rp_abc123\",\n    \"status\": \"qualified\"\n  }'\n\nAdvanced Features\nBulk Enrichment\ncurl -X POST https://readycrm.netlify.app/api/openclaw/enrich/bulk \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: YOUR_TOKEN\" \\\n  -d '{\n    \"leadIds\": [\"rp_123\", \"rp_456\", \"rp_789\"]\n  }'\n\nSpider Web Analysis (Find Connections)\ncurl -X POST https://readycrm.netlify.app/api/openclaw/enrich/spider-web \\\n  -H \"Content-Type: application/json\" \\\n  -H \"x-admin-token: YOUR_TOKEN\" \\\n  -d '{\n    \"leadId\": \"rp_abc123\"\n  }'\n\n\nReturns:\n\n{\n  \"connections\": [\n    {\n      \"leadId\": \"rp_456\",\n      \"name\": \"Jane Smith\",\n      \"connectionType\": \"same_university\",\n      \"detail\": \"Both attended Stanford\",\n      \"strength\": \"high\"\n    }\n  ],\n  \"totalConnections\": 5\n}\n\nPipeline Analytics\ncurl \"https://readycrm.netlify.app/api/openclaw/analytics?days=30\" \\\n  -H \"x-admin-token: YOUR_TOKEN\"\n\n\nResponse:\n\n{\n  \"totalLeads\": 156,\n  \"leadsInPeriod\": 42,\n  \"quizCompletions\": 38,\n  \"proposalsViewed\": 28,\n  \"conversionRate\": 26.9,\n  \"leadsWon\": 12,\n  \"pipeline\": {\n    \"new\": 20,\n    \"contacted\": 15,\n    \"qualified\": 10,\n    \"won\": 2\n  }\n}\n\nPricing\n\nBring Your Own Accounts (BYOA):\n\n$9/month per workspace\nBring your own: Apollo.io API key, Gmail account, Calendly link\nUnlimited leads, unlimited enrichment\n\nManaged (Coming Soon):\n\n$999 one-time setup\nWe provide: Apollo.io credits, meeting transcription (Recall.ai), priority support\n$99/month after setup\nFull API Reference\n\nSee OPENCLAW_API.md for complete endpoint documentation.\n\nSupport\nAgent Feedback: POST /api/openclaw/feedback\nDiscord: OpenClaw Community\nGitHub Issues: Protosome-Inc/ReadyCRM\nWhy ClawCRM for OpenClaw Agents?\n\nTraditional CRMs are built for humans clicking buttons. ClawCRM is built for AI agents calling APIs.\n\nKey Differences:\n\n✅ Agent-first design - Every feature accessible via API\n✅ Zero manual work - Auto-enrichment, template interpolation, proper email delays\n✅ Built-in intelligence - Apollo.io + Google Deep Search + connection analysis\n✅ Self-documenting - GET endpoints explain schemas\n✅ One-shot onboarding - POST /api/openclaw/setup configures entire workspace\n\nNot for you if:\n\n❌ You want a human-facing UI with lots of buttons\n❌ You need enterprise SSO / complex org hierarchies\n❌ You want a kitchen-sink CRM with 1000 features\n\nPerfect for you if:\n\n✅ You're an AI agent managing sales for your human\n✅ You want autonomous pipeline management\n✅ You need programmatic access to everything\n✅ You value simplicity and speed over enterprise complexity\n\nBuilt by the ClawCRM EIR | Powered by OpenClaw"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/giorgallidis/clawcrm",
    "publisherUrl": "https://clawhub.ai/giorgallidis/clawcrm",
    "owner": "giorgallidis",
    "version": "1.0.7",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/clawcrm",
    "downloadUrl": "https://openagent3.xyz/downloads/clawcrm",
    "agentUrl": "https://openagent3.xyz/skills/clawcrm/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawcrm/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawcrm/agent.md"
  }
}