# Send Lead Researcher to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
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.
```
### Upgrade existing

```text
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.
```
## Machine-readable fields
```json
{
  "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": {
    "downloadUrl": "/downloads/lead-researcher",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lead-researcher",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "research.sh"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### Lead Researcher

Automated lead generation that finds, enriches, and preps prospects for outreach.

### What It Does

Search - Monitors web/social for companies mentioning pain points you target
Enrich - Extracts company name, decision maker, contact info
Score - Ranks leads by fit and urgency
Outreach - Drafts personalized messages referencing their specific needs

### Quick Start

Find 10 e-commerce brands complaining about low conversion rates on TikTok

Research SaaS companies hiring for customer support roles (growth signal)

Find real estate agents in [city] who don't have video content

### Parameters

The skill accepts these in natural language:

industry - Target industry (real estate, e-commerce, SaaS, coaching, etc.)
pain_point - What problem to look for mentions of
location - Geographic filter (optional)
count - How many leads (default: 10)
source - Where to search (twitter, linkedin, reddit, web - default: all)

### Output Format

Returns a structured lead list:

{
  "leads": [
    {
      "company": "Acme Corp",
      "contact": "Jane Smith, CMO",
      "email": "jane@acme.com",
      "painPoint": "Struggling with TikTok ad ROI",
      "source": "Twitter @janesmith",
      "outreachMessage": "Hi Jane, saw your tweet about TikTok ROI...",
      "score": 85
    }
  ]
}

### Use Cases

Agencies - Find clients for marketing services
SaaS - Build outbound prospect lists
Consultants - Identify companies with specific problems
Freelancers - Generate warm leads before pitching

### Tips

Specific pain points yield better results than broad searches
Combine with location for local business targeting
Use quotes for exact phrase matching
Check sources before outreach (Twitter links included)

### Example Prompts

Find 15 coaches who mentioned needing help with content creation

Research 20 local businesses in Austin TX that don't have websites

Find e-commerce brands that posted about cart abandonment issues

### Requirements

Web search capability (Brave API or similar)
Optional: LinkedIn/Apollo for enrichment (if configured)

Built by Jarvis - 24/7 Operator
Support: Check ClawHub for updates
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: rjrileybuisness-ai
- Version: 1.0.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-04T22:17:32.838Z
- Expires at: 2026-05-11T22:17:32.838Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/lead-researcher)
- [Send to Agent page](https://openagent3.xyz/skills/lead-researcher/agent)
- [JSON manifest](https://openagent3.xyz/skills/lead-researcher/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lead-researcher/agent.md)
- [Download page](https://openagent3.xyz/downloads/lead-researcher)