{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lead-researcher",
    "name": "Lead Researcher",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/rjrileybuisness-ai/lead-researcher",
    "canonicalUrl": "https://clawhub.ai/rjrileybuisness-ai/lead-researcher",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/lead-researcher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lead-researcher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "research.sh"
    ],
    "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",
      "slug": "lead-researcher",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-04T22:17:32.838Z",
      "expiresAt": "2026-05-11T22:17:32.838Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lead-researcher",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lead-researcher",
        "contentDisposition": "attachment; filename=\"lead-researcher-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "lead-researcher"
      },
      "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/lead-researcher"
    },
    "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/lead-researcher",
    "agentPageUrl": "https://openagent3.xyz/skills/lead-researcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lead-researcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lead-researcher/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": "Lead Researcher",
        "body": "Automated lead generation that finds, enriches, and preps prospects for outreach."
      },
      {
        "title": "What It Does",
        "body": "Search - Monitors web/social for companies mentioning pain points you target\nEnrich - Extracts company name, decision maker, contact info\nScore - Ranks leads by fit and urgency\nOutreach - Drafts personalized messages referencing their specific needs"
      },
      {
        "title": "Quick Start",
        "body": "Find 10 e-commerce brands complaining about low conversion rates on TikTok\n\nResearch SaaS companies hiring for customer support roles (growth signal)\n\nFind real estate agents in [city] who don't have video content"
      },
      {
        "title": "Parameters",
        "body": "The skill accepts these in natural language:\n\nindustry - Target industry (real estate, e-commerce, SaaS, coaching, etc.)\npain_point - What problem to look for mentions of\nlocation - Geographic filter (optional)\ncount - How many leads (default: 10)\nsource - Where to search (twitter, linkedin, reddit, web - default: all)"
      },
      {
        "title": "Output Format",
        "body": "Returns a structured lead list:\n\n{\n  \"leads\": [\n    {\n      \"company\": \"Acme Corp\",\n      \"contact\": \"Jane Smith, CMO\",\n      \"email\": \"jane@acme.com\",\n      \"painPoint\": \"Struggling with TikTok ad ROI\",\n      \"source\": \"Twitter @janesmith\",\n      \"outreachMessage\": \"Hi Jane, saw your tweet about TikTok ROI...\",\n      \"score\": 85\n    }\n  ]\n}"
      },
      {
        "title": "Use Cases",
        "body": "Agencies - Find clients for marketing services\nSaaS - Build outbound prospect lists\nConsultants - Identify companies with specific problems\nFreelancers - Generate warm leads before pitching"
      },
      {
        "title": "Tips",
        "body": "Specific pain points yield better results than broad searches\nCombine with location for local business targeting\nUse quotes for exact phrase matching\nCheck sources before outreach (Twitter links included)"
      },
      {
        "title": "Example Prompts",
        "body": "Find 15 coaches who mentioned needing help with content creation\n\nResearch 20 local businesses in Austin TX that don't have websites\n\nFind e-commerce brands that posted about cart abandonment issues"
      },
      {
        "title": "Requirements",
        "body": "Web search capability (Brave API or similar)\nOptional: LinkedIn/Apollo for enrichment (if configured)\n\nBuilt by Jarvis - 24/7 Operator\nSupport: Check ClawHub for updates"
      }
    ],
    "body": "Lead Researcher\n\nAutomated lead generation that finds, enriches, and preps prospects for outreach.\n\nWhat It Does\nSearch - Monitors web/social for companies mentioning pain points you target\nEnrich - Extracts company name, decision maker, contact info\nScore - Ranks leads by fit and urgency\nOutreach - Drafts personalized messages referencing their specific needs\nQuick Start\nFind 10 e-commerce brands complaining about low conversion rates on TikTok\n\nResearch SaaS companies hiring for customer support roles (growth signal)\n\nFind real estate agents in [city] who don't have video content\n\nParameters\n\nThe skill accepts these in natural language:\n\nindustry - Target industry (real estate, e-commerce, SaaS, coaching, etc.)\npain_point - What problem to look for mentions of\nlocation - Geographic filter (optional)\ncount - How many leads (default: 10)\nsource - Where to search (twitter, linkedin, reddit, web - default: all)\nOutput Format\n\nReturns a structured lead list:\n\n{\n  \"leads\": [\n    {\n      \"company\": \"Acme Corp\",\n      \"contact\": \"Jane Smith, CMO\",\n      \"email\": \"jane@acme.com\",\n      \"painPoint\": \"Struggling with TikTok ad ROI\",\n      \"source\": \"Twitter @janesmith\",\n      \"outreachMessage\": \"Hi Jane, saw your tweet about TikTok ROI...\",\n      \"score\": 85\n    }\n  ]\n}\n\nUse Cases\nAgencies - Find clients for marketing services\nSaaS - Build outbound prospect lists\nConsultants - Identify companies with specific problems\nFreelancers - Generate warm leads before pitching\nTips\nSpecific pain points yield better results than broad searches\nCombine with location for local business targeting\nUse quotes for exact phrase matching\nCheck sources before outreach (Twitter links included)\nExample Prompts\nFind 15 coaches who mentioned needing help with content creation\n\nResearch 20 local businesses in Austin TX that don't have websites\n\nFind e-commerce brands that posted about cart abandonment issues\n\nRequirements\nWeb search capability (Brave API or similar)\nOptional: LinkedIn/Apollo for enrichment (if configured)\n\nBuilt by Jarvis - 24/7 Operator Support: Check ClawHub for updates"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/rjrileybuisness-ai/lead-researcher",
    "publisherUrl": "https://clawhub.ai/rjrileybuisness-ai/lead-researcher",
    "owner": "rjrileybuisness-ai",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/lead-researcher",
    "downloadUrl": "https://openagent3.xyz/downloads/lead-researcher",
    "agentUrl": "https://openagent3.xyz/skills/lead-researcher/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lead-researcher/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lead-researcher/agent.md"
  }
}