# Send DataMerge 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": "datamerge",
    "name": "DataMerge",
    "source": "tencent",
    "type": "skill",
    "category": "数据分析",
    "sourceUrl": "https://clawhub.ai/poolside-ventures/datamerge",
    "canonicalUrl": "https://clawhub.ai/poolside-ventures/datamerge",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/datamerge",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=datamerge",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "datamerge",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-29T08:53:17.451Z",
      "expiresAt": "2026-05-06T08:53:17.451Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=datamerge",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=datamerge",
        "contentDisposition": "attachment; filename=\"datamerge-1.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "datamerge"
      },
      "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/datamerge"
    },
    "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/datamerge",
    "downloadUrl": "https://openagent3.xyz/downloads/datamerge",
    "agentUrl": "https://openagent3.xyz/skills/datamerge/agent",
    "manifestUrl": "https://openagent3.xyz/skills/datamerge/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/datamerge/agent.md"
  }
}
```
## Documentation

### DataMerge

Connect to the DataMerge MCP server at https://mcp.datamerge.ai.

### Auth

Call configure_datamerge with the user's API key before using any other tool. New users get 20 free credits at https://app.datamerge.ai.

### Credits

1 credit: company enrichment, validated email
4 credits: mobile phone number
record_id retrieval (get_company, get_contact): free — always use this to re-fetch

### Enrich a company

Use start_company_enrichment_and_wait for single domains — it polls automatically and returns when complete. Use start_company_enrichment + get_company_enrichment_result for batch jobs.

### Find contacts

contact_search with target domains and enrich_fields: ["contact.emails"]
Poll get_contact_search_status until completed
get_contact with each record_id to retrieve details (free)

Use job_titles to filter by seniority. Start with emails only — add "contact.phones" only if mobile numbers are explicitly needed (4× the cost).

### Find lookalike companies

start_lookalike with companiesFilters.lookalikeDomains (seed domains)
Poll get_lookalike_status until completed
get_company with each record_id (free)

### Company hierarchy

Enrich the company first to get a datamerge_id, then call get_company_hierarchy. Set include_names: true to get entity names (costs 1 credit).

### Lists

create_list to save a group of companies or contacts
Pass list slug to enrichment/search jobs to add results automatically
get_list_items to retrieve saved records
Use skip_if_exists: true to avoid re-enriching duplicates

### Tips

Check get_credits_balance before running large batch jobs
global_ultimate: true returns the top-level parent company instead of the subsidiary
strict_match: true requires an exact domain match — use when precision matters over coverage
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: poolside-ventures
- Version: 1.1.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-29T08:53:17.451Z
- Expires at: 2026-05-06T08:53:17.451Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/datamerge)
- [Send to Agent page](https://openagent3.xyz/skills/datamerge/agent)
- [JSON manifest](https://openagent3.xyz/skills/datamerge/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/datamerge/agent.md)
- [Download page](https://openagent3.xyz/downloads/datamerge)