{
  "schemaVersion": "1.0",
  "item": {
    "slug": "leadklick",
    "name": "leadklick",
    "source": "tencent",
    "type": "skill",
    "category": "通讯协作",
    "sourceUrl": "https://clawhub.ai/big-roman123/leadklick",
    "canonicalUrl": "https://clawhub.ai/big-roman123/leadklick",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/leadklick",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=leadklick",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "schemas/conversation.json",
      "schemas/lead.json",
      "README.md",
      "package.json",
      "SKILL.md",
      "skill.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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "slug": "leadklick",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-02T01:08:25.992Z",
      "expiresAt": "2026-05-09T01:08:25.992Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=leadklick",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=leadklick",
        "contentDisposition": "attachment; filename=\"leadklick-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "leadklick"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/leadklick"
    },
    "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/leadklick",
    "agentPageUrl": "https://openagent3.xyz/skills/leadklick/agent",
    "manifestUrl": "https://openagent3.xyz/skills/leadklick/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/leadklick/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Lead Inbox Automator",
        "body": "Capture leads into a centralized Supabase database with automatic Make.com email automation."
      },
      {
        "title": "Description",
        "body": "This skill provides a complete lead management system for Clawd agents. It stores leads in Supabase, triggers Make.com webhooks for auto-reply emails, and tracks the full conversation lifecycle from \"new\" to \"qualified\"."
      },
      {
        "title": "Configuration",
        "body": "{\n  \"supabaseUrl\": \"https://your-project.supabase.co\",\n  \"supabaseKey\": \"eyJ...your-service-role-key\",\n  \"orgId\": \"550e8400-e29b-41d4-a716-446655440000\",\n  \"defaultPriority\": \"medium\"\n}\n\nImportant: Use the Service Role Key, not the Anon Key, for full database access."
      },
      {
        "title": "createLead",
        "body": "Create a new lead and automatically trigger the automation workflow.\n\nParameters:\n\nemail (string, required): Contact email address\nname (string, optional): Contact person name\nphone (string, optional): Phone number\nsource (string, optional): Origin channel (default: \"clawd_agent\")\npriority (string, optional): \"low\", \"medium\", \"high\", \"urgent\"\ncustom_fields (object, optional): Any additional data\n\nReturns:\n\n{\n  \"success\": true,\n  \"lead_id\": \"uuid\",\n  \"status\": \"new\",\n  \"automation_triggered\": true,\n  \"message\": \"Lead captured. Auto-reply will be sent within 60 seconds.\"\n}\n\nExample:\n\nconst result = await skill.createLead({\n  email: \"customer@example.com\",\n  name: \"Max Mustermann\",\n  source: \"chat_bot\",\n  custom_fields: { product: \"saas_basic\" }\n});"
      },
      {
        "title": "getLead",
        "body": "Retrieve lead details including full conversation history.\n\nParameters:\n\nid (string, required): Lead UUID\n\nReturns: Lead object with conversations array and reply_pending boolean."
      },
      {
        "title": "listLeads",
        "body": "List leads with filtering options.\n\nParameters:\n\nstatus (string, optional): Filter by status\npriority (string, optional): Filter by priority\nlimit (number, optional): Max results (default: 50)\ndateFrom (string, optional): ISO date filter\n\nReturns: Array of leads and total count."
      },
      {
        "title": "updateStatus",
        "body": "Update lead lifecycle status.\n\nParameters:\n\nid (string, required): Lead UUID\nstatus (string, required): \"qualified\", \"won\", \"lost\", etc.\nnotes (string, optional): Qualification notes"
      },
      {
        "title": "addConversation",
        "body": "Add a manual reply or note to the lead thread.\n\nParameters:\n\nleadId (string, required): Lead UUID\ncontent (string, required): Message text\nsubject (string, optional): Subject line"
      },
      {
        "title": "getAutomationStatus",
        "body": "Check if the auto-reply email was successfully sent.\n\nParameters:\n\nleadId (string, required): Lead UUID\n\nReturns:\n\n{\n  \"auto_reply_sent\": true,\n  \"minutes_since_creation\": 2,\n  \"automation_ok\": true\n}"
      },
      {
        "title": "Usage Flow",
        "body": "Capture: When a user expresses interest, call createLead()\nVerify: After 60-120 seconds, call getAutomationStatus() to confirm auto-reply\nQualify: During conversation, update status to \"qualified\" if interested\nLog: Use addConversation() to store your agent responses"
      },
      {
        "title": "Error Handling",
        "body": "Common errors:\n\nInvalid email format\nDuplicate lead (within 24h)\nMissing Supabase credentials\nAutomation timeout (>5min without reply)"
      },
      {
        "title": "Schema",
        "body": "Leads table:\n\nid, email, name, phone, source, status, priority\ncustom_fields (JSON), metadata (JSON)\nfirst_reply_sent_at, created_at\n\nConversations table:\n\nid, lead_id, direction (inbound/outbound/automated)\ncontent, subject, channel, sent_at"
      },
      {
        "title": "Tags",
        "body": "lead, crm, sales, automation, email, supabase"
      },
      {
        "title": "Version",
        "body": "1.0.0"
      }
    ],
    "body": "Lead Inbox Automator\n\nCapture leads into a centralized Supabase database with automatic Make.com email automation.\n\nDescription\n\nThis skill provides a complete lead management system for Clawd agents. It stores leads in Supabase, triggers Make.com webhooks for auto-reply emails, and tracks the full conversation lifecycle from \"new\" to \"qualified\".\n\nConfiguration\n{\n  \"supabaseUrl\": \"https://your-project.supabase.co\",\n  \"supabaseKey\": \"eyJ...your-service-role-key\",\n  \"orgId\": \"550e8400-e29b-41d4-a716-446655440000\",\n  \"defaultPriority\": \"medium\"\n}\n\n\nImportant: Use the Service Role Key, not the Anon Key, for full database access.\n\nActions\ncreateLead\n\nCreate a new lead and automatically trigger the automation workflow.\n\nParameters:\n\nemail (string, required): Contact email address\nname (string, optional): Contact person name\nphone (string, optional): Phone number\nsource (string, optional): Origin channel (default: \"clawd_agent\")\npriority (string, optional): \"low\", \"medium\", \"high\", \"urgent\"\ncustom_fields (object, optional): Any additional data\n\nReturns:\n\n{\n  \"success\": true,\n  \"lead_id\": \"uuid\",\n  \"status\": \"new\",\n  \"automation_triggered\": true,\n  \"message\": \"Lead captured. Auto-reply will be sent within 60 seconds.\"\n}\n\n\nExample:\n\nconst result = await skill.createLead({\n  email: \"customer@example.com\",\n  name: \"Max Mustermann\",\n  source: \"chat_bot\",\n  custom_fields: { product: \"saas_basic\" }\n});\n\ngetLead\n\nRetrieve lead details including full conversation history.\n\nParameters:\n\nid (string, required): Lead UUID\n\nReturns: Lead object with conversations array and reply_pending boolean.\n\nlistLeads\n\nList leads with filtering options.\n\nParameters:\n\nstatus (string, optional): Filter by status\npriority (string, optional): Filter by priority\nlimit (number, optional): Max results (default: 50)\ndateFrom (string, optional): ISO date filter\n\nReturns: Array of leads and total count.\n\nupdateStatus\n\nUpdate lead lifecycle status.\n\nParameters:\n\nid (string, required): Lead UUID\nstatus (string, required): \"qualified\", \"won\", \"lost\", etc.\nnotes (string, optional): Qualification notes\naddConversation\n\nAdd a manual reply or note to the lead thread.\n\nParameters:\n\nleadId (string, required): Lead UUID\ncontent (string, required): Message text\nsubject (string, optional): Subject line\ngetAutomationStatus\n\nCheck if the auto-reply email was successfully sent.\n\nParameters:\n\nleadId (string, required): Lead UUID\n\nReturns:\n\n{\n  \"auto_reply_sent\": true,\n  \"minutes_since_creation\": 2,\n  \"automation_ok\": true\n}\n\nUsage Flow\nCapture: When a user expresses interest, call createLead()\nVerify: After 60-120 seconds, call getAutomationStatus() to confirm auto-reply\nQualify: During conversation, update status to \"qualified\" if interested\nLog: Use addConversation() to store your agent responses\nError Handling\n\nCommon errors:\n\nInvalid email format\nDuplicate lead (within 24h)\nMissing Supabase credentials\nAutomation timeout (>5min without reply)\nSchema\n\nLeads table:\n\nid, email, name, phone, source, status, priority\ncustom_fields (JSON), metadata (JSON)\nfirst_reply_sent_at, created_at\n\nConversations table:\n\nid, lead_id, direction (inbound/outbound/automated)\ncontent, subject, channel, sent_at\nTags\n\nlead, crm, sales, automation, email, supabase\n\nVersion\n\n1.0.0"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/big-roman123/leadklick",
    "publisherUrl": "https://clawhub.ai/big-roman123/leadklick",
    "owner": "big-roman123",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/leadklick",
    "downloadUrl": "https://openagent3.xyz/downloads/leadklick",
    "agentUrl": "https://openagent3.xyz/skills/leadklick/agent",
    "manifestUrl": "https://openagent3.xyz/skills/leadklick/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/leadklick/agent.md"
  }
}