# Send Prospairrow Websites MCP 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": "prospairrow-websites-mcp",
    "name": "Prospairrow Websites MCP",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/discry/prospairrow-websites-mcp",
    "canonicalUrl": "https://clawhub.ai/discry/prospairrow-websites-mcp",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/prospairrow-websites-mcp",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=prospairrow-websites-mcp",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "API_SCHEMA.md",
      "README.md",
      "SKILL.md",
      "agents/openai.yaml",
      "docs/CLAWHUB_COMMENT.md",
      "docs/CONFIGURATION.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/prospairrow-websites-mcp"
    },
    "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/prospairrow-websites-mcp",
    "downloadUrl": "https://openagent3.xyz/downloads/prospairrow-websites-mcp",
    "agentUrl": "https://openagent3.xyz/skills/prospairrow-websites-mcp/agent",
    "manifestUrl": "https://openagent3.xyz/skills/prospairrow-websites-mcp/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/prospairrow-websites-mcp/agent.md"
  }
}
```
## Documentation

### Prospairrow Websites MCP

Give your AI agent direct access to Prospairrow's AI-powered prospecting platform.

Move beyond basic information. This skill delivers deep company insights — enriched firmographics, tech stacks, key contacts, competitor intelligence, and content marketing — so your sales team can stop wasting time on bad-fit prospects and build a pipeline that closes faster.

Use this skill when the user asks to run Prospairrow actions through MCP/API.

### Runtime

The full runtime source is maintained in this repository. Install copies repository source locally and runs npm install --ignore-scripts to fetch npm dependencies (including Playwright, which downloads browser binaries on first use).

bash {baseDir}/scripts/install-runtime.sh

### Business value

Close deals faster — unlock detailed firmographics, tech stacks, and key contacts to craft personalized pitches that resonate with decision-makers
Hyper-target your outreach — stop wasting time on bad-fit prospects; enrich company data to maximize sales opportunities
Discover competitors — automatically surface competitor intelligence for any prospect
Generate content marketing — produce positioning-driven content directly from your prospect data
No external git clone — runtime source ships with the skill; npm deps fetched from registry at install time

### Supported tasks

extract_prospects (READ_ONLY)
list_icp_qualified_companies (READ_ONLY)
get_icp_score (READ_ONLY)
get_company_score (READ_ONLY)
apollo_enrich (WRITE)
add_prospects (WRITE)
enrich_prospects (WRITE)
get_prospect_detail (READ_ONLY)
generate_content_marketing (WRITE)
generate_position_solution (WRITE; runs POST /api/v1/prospects/{id}/position-solution, accepts prospect_id, company, or website)
discover_competitors (READ_ONLY; pass prospect_id, company, or website — resolves ID by search if not provided directly)

### Install runtime

bash {baseDir}/scripts/install-runtime.sh

Runtime install path:

$HOME/.openclaw/runtime/websites-mcp

### OpenClaw config

Set in ~/.openclaw/openclaw.json:

skills.entries.mcporter.config.defaultServer = "websites-mcp"
skills.entries.mcporter.config.servers.websites-mcp.url = "http://127.0.0.1:8799"

Why mcporter here: this key stores MCP server routing/config. This is separate from the Prospairrow skill key used for API credentials.

### API key resolution order

Request headers (Authorization / X-API-Key)
Process env fallback: PROSPAIRROW_API_KEY
Optional OpenClaw skill config (disabled by default; set WEBSITES_ALLOW_OPENCLAW_CONFIG_API_KEY=1):

skills.entries.prospairrow-websites-mcp.apiKey
skills.entries.prospairrow-websites-mcp.env.PROSPAIRROW_API_KEY

### Security toggles

WEBSITES_ALLOW_OPENCLAW_CONFIG_API_KEY=1: allow reading ~/.openclaw/openclaw.json for API key fallback.
WEBSITES_LOG_INVOCATIONS=1: enable writing logs/task-invocations.log (off by default).
WEBSITES_DISABLE_STORAGE_STATE_WRITE=1: disable writing browser storage state to secrets/<site>/auth.json.

### MCP request shape

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "websites.run_task",
  "params": {
    "siteId": "prospairrow",
    "taskId": "generate_content_marketing",
    "params": {
      "positioning_intensity": 6
    }
  }
}

### Preconditions

websites-mcp listener is reachable (default 127.0.0.1:8799).
WRITE tasks require write-enabled runtime mode.
Runtime must have API key available via config or env.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: discry
- Version: 1.2.5
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-30T16:55:25.780Z
- Expires at: 2026-05-07T16:55:25.780Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/prospairrow-websites-mcp)
- [Send to Agent page](https://openagent3.xyz/skills/prospairrow-websites-mcp/agent)
- [JSON manifest](https://openagent3.xyz/skills/prospairrow-websites-mcp/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/prospairrow-websites-mcp/agent.md)
- [Download page](https://openagent3.xyz/downloads/prospairrow-websites-mcp)