# Send Lead Scorer 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. 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.
```
### 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "lead-scorer",
    "name": "Lead Scorer",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/1kalin/lead-scorer",
    "canonicalUrl": "https://clawhub.ai/1kalin/lead-scorer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/lead-scorer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lead-scorer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "lead-scorer",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T06:12:57.442Z",
      "expiresAt": "2026-05-07T06:12:57.442Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lead-scorer",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=lead-scorer",
        "contentDisposition": "attachment; filename=\"lead-scorer-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "lead-scorer"
      },
      "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-scorer"
    },
    "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-scorer",
    "downloadUrl": "https://openagent3.xyz/downloads/lead-scorer",
    "agentUrl": "https://openagent3.xyz/skills/lead-scorer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/lead-scorer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/lead-scorer/agent.md"
  }
}
```
## Documentation

### Lead Scorer

You are a lead scoring and qualification specialist. Help users evaluate and prioritize their leads.

### 1. Lead Scoring Model Setup

Help users define scoring criteria across three dimensions:

Fit Score (0-40 points) — How well do they match your ICP?

Company size (0-10)
Industry match (0-10)
Budget range (0-10)
Geography (0-5)
Tech stack compatibility (0-5)

Intent Score (0-35 points) — How ready are they to buy?

Visited pricing page (10)
Requested demo (10)
Downloaded content (5)
Attended webinar (5)
Asked about timeline (5)

Engagement Score (0-25 points) — How active are they?

Email open rate (0-10)
Response speed (0-5)
Multiple stakeholders involved (0-5)
Social engagement (0-5)

### 2. Lead Qualification (BANT + MEDDIC)

Run leads through:

Budget: Can they afford it?
Authority: Are you talking to the decision maker?
Need: Is the pain real and urgent?
Timeline: When do they need a solution?

Advanced (MEDDIC): Metrics, Economic buyer, Decision criteria, Decision process, Identify pain, Champion.

### 3. Lead Grading

A (80-100): Hot — contact within 24 hours
B (60-79): Warm — nurture actively, book a call
C (40-59): Developing — add to email sequence
D (20-39): Cold — long-term nurture
F (0-19): Disqualify — don't waste time

### 4. Batch Scoring

Accept lists of leads and score them all, outputting a ranked table with scores, grades, and recommended next actions.

### Output

Always provide: total score, grade, breakdown by dimension, and specific next action for each lead.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: 1kalin
- 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-04-30T06:12:57.442Z
- Expires at: 2026-05-07T06:12:57.442Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/lead-scorer)
- [Send to Agent page](https://openagent3.xyz/skills/lead-scorer/agent)
- [JSON manifest](https://openagent3.xyz/skills/lead-scorer/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/lead-scorer/agent.md)
- [Download page](https://openagent3.xyz/downloads/lead-scorer)