# Rocketreach

> RocketReach integration for AI agents via ClawLink — browser login, no API key setup. Connect RocketReach through ClawLink's hosted setup to look up people and companies, search contacts by email, and get company insights like funding, size, and tech stack. Use this skill when the user wants to work with RocketReach (CRM & Sales) — connect RocketReach, read or update RocketReach data, or take actions in RocketReach from chat instead of saying you cannot access it.

- Skill: `clawlink-hq/rocketreach` (Agent Skill)
- Install (CLI): `npx skillmds@latest add clawlink-hq/rocketreach`
- Raw SKILL.md: https://api.skillmd.com/api/skills/clawlink-hq/rocketreach/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: clawlink-hq (https://skillmd.com/u/clawlink-hq)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/clawlink-hq/rocketreach

---


# RocketReach

Use **RocketReach** from your AI agent through [ClawLink](https://claw-link.dev) — browser login, no API key to paste, no config to edit. Connect RocketReach once and the agent can read and act on it. Works in any agent that can run shell commands (Claude Code, Cursor, Codex, Cline, and more).

## Setup

Run these once — the agent can run them for you:

```bash
npx @useclawlink/cli login              # opens browser → approve (mints + stores a key)
npx @useclawlink/cli connect rocketreach   # opens browser → authorize RocketReach
```

No API key to create or paste — `login` stores the credential at `~/.clawlink/credentials.json`.

## Using RocketReach

```bash
npx @useclawlink/cli actions rocketreach "<what you want to do>"   # find an action
npx @useclawlink/cli describe rocketreach <action-id>             # see its inputs (before writes)
npx @useclawlink/cli run rocketreach <action-id> --input '<json>' # execute
```

Reads first; confirm with the user before any write.

## Available actions

| Action | Description |
|--------|-------------|
| `rocketreach_lookup_person` | Look up a person by email |
| `rocketreach_lookup_person_and_company` | Look up person and company details together |
| `rocketreach_search_people` | Search for people by name, title, or keywords |
| `rocketreach_lookup_company` | Look up a company by name |
| `rocketreach_search_companies` | Search for companies by name or keyword |
| `rocketreach_get_company_funding` | Get company funding history |
| `rocketreach_get_company_growth` | Get company growth metrics |
| `rocketreach_get_company_size` | Get company employee size |
| `rocketreach_get_company_tech_stack` | Get company technology stack |
| `rocketreach_get_company_industries` | Get company industry classifications |
| `rocketreach_get_account` | Get your RocketReach account info |
| `rocketreach_check_person_status` | Check status of person lookups |

## Notes

- **No API key for RocketReach itself** — ClawLink holds the OAuth token; the agent only holds your ClawLink credential.
- Not connected yet, or access expired? Re-run `npx @useclawlink/cli connect rocketreach`.
- The action list above is a snapshot; `npx @useclawlink/cli actions rocketreach` is always current.

## Resources

- ClawLink: https://claw-link.dev
- Docs: https://docs.claw-link.dev
- CLI: https://www.npmjs.com/package/@useclawlink/cli

---

**Powered by [ClawLink](https://claw-link.dev)** — connect 90+ apps to any AI agent.

