revor-company-discovery

Installation
SKILL.md

Revor Company Discovery

Turn a natural-language target profile into one Revor Webset and return its qualified companies. The default search size is 25 companies; larger supported sizes depend on the user's current Revor plan.

Choose one execution route

If revor_create_webset, revor_get_webset, and revor_list_webset_items MCP tools are available, use them. Generate a stable idempotency_key for creation, reuse it only for an exact retry, follow the returned Webset until completion, and paginate all qualified items. Skip the local configuration preflight on this route.

Otherwise resolve scripts/revor-websets.mjs relative to this file. Do not recreate the API requests with curl or inline code. The bundled client requires Node.js 18 or newer.

On the bundled-client route, run configuration preflight once before creating a Webset:

node <skill-dir>/scripts/revor-websets.mjs config

The preflight verifies the API key against Revor and returns the available credits. Continue only when ready is true. The client shares ~/.config/RevorSkill/.env with other Revor Skills and defaults to https://revor.ai.

Installs
8
GitHub Stars
4
First Seen
Aug 24, 2026
revor-company-discovery — laiye-revor/revor-skills