TopRank Skills

Home / Claw Skills / Git / GitHub / prospairrow-websites-mcp
Official OpenClaw rules 54%

prospairrow-websites-mcp

Generate more revenue with high-quality leads. Give your AI agent direct access to Prospairrow — extract prospects, enrich with deep company insights, discover competitors, and generate content marketing. Fuel your sales pipeline with enriched firmographics, tech stacks, and key contacts so your team can build a pipeline that closes faster.

Stars

0

Installs

0

Status

ACTIVE

Visibility

PUBLIC

安装方式

直接复制以下提示词,发送给你的 AI 助手即可完成安装。

请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 prospairrow-websites-mcp 技能。 若已安装,则直接安装 prospairrow-websites-mcp 技能。

Overview

Skill Key
discry/prospairrow-websites-mcp
Author
discry
Source Repo
openclaw/skills
Version
-
Source Path
skills/discry/prospairrow-websites-mcp
Latest Commit SHA
ea1963fb262b37101368e0fdd3cda25455280c42

Extracted Content

SKILL.md excerpt

# 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
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

```ba...

README excerpt

# prospairrow-websites-mcp

**Generate more revenue with high-quality leads.**

Give your AI agent direct access to Prospairrow's AI-powered prospecting platform. Move beyond basic information — enrich prospects with deep company insights, discover competitors, and generate content marketing so your sales team can build a pipeline that closes faster.

- Fuel your pipeline with enriched firmographics, tech stacks, and key contacts
- Hyper-target outreach by stopping bad-fit prospects before they waste your team's time
- Unlock competitor intelligence and personalized pitches that resonate with decision-makers

This skill runs a local `websites-mcp` JSON-RPC server that connects your agent to Prospairrow via API. The runtime source is maintained in this repository, and the install script copies it to `~/.openclaw/runtime/websites-mcp`. `npm install --ignore-scripts` fetches npm dependencies at install time; Playwright downloads browser binaries on first use.

## Quick start

1. Install skill:

```bash
clawhub install prospairrow-websites-mcp
```

2. Create a free Prospairrow account and API key:

- Go to `https://app.prospairrow.com`
- Choose **Sign in with Google**
- In dashboard settings, generate an API key
- Keep the key private (do not commit to git)

3. Install runtime from this repository:

```bash
bash ./scripts/install-runtime.sh
```

4. Add MCP server config to OpenClaw (snippet in `docs/CONFIGURATION.md`).

5. Start server:

```bash
cd "$HOME/.openclaw/runtime/websites-mcp"
PROSPAIRROW_API_KEY="..." npm run mcp:writes
```

6. Smoke test API auth:

```bash
curl -sS http://127.0.0.1:8799 \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $PROSPAIRROW_API_KEY" \
  -d '{"jsonrpc":"2.0","id":1,"method":"websites.list_sites","params":{}}'
```

## Config key clarification

Two config namespaces are intentionally used:

- `skills.entries.mcporter...` for MCP server endpoint/routing
- `skills.entries.prospairrow-websites-mcp...` for Prospairrow cr...

Related Claw Skills