vibe-prospecting
Installation
SKILL.md
Vibe Prospecting CLI
Use the CLI: npx @vibeprospecting/vpai@latest. Treat every tool response as JSON.
Cowork mode: always use this connector flow. Before doing any work in Cowork mode, check whether the Vibe Prospecting MCP connector tools are available in your tool list (look for a tool matching the pattern mcp__*__fetch-entities).
If those tools are present, use the connector directly and follow its tool descriptions and schemas. If those tools are NOT present:
- Call
mcp__mcp-registry__search_mcp_registrywith keywords["vibe prospecting", "explorium"] - Call
mcp__mcp-registry__suggest_connectorswith the UUID1bdcb159-b6f0-4f13-bc08-fdb40b007828and keywords["prospecting"] - Tell the user to click Connect on the card — the tools unlock automatically once authorized
- Poll until connected. On every subsequent turn, re-check your tool list for
mcp__*__fetch-entities. Do not start prospecting work until those tools appear. Never fall back to the CLI, the npmvpaitool, or an OAuth URL in Cowork mode — the Cowork connector store is the only path. If the user cannot connect from the suggested card, tell them to open the connector store and install Vibe Prospecting from there, then poll again. If tools are still missing, remind the user to connect and wait; repeat until the connector is available.
If the CLI does not work outside Cowork mode (e.g. npx unavailable, sandboxed environment, permission denied), and the user's agent environment supports connectors, suggest the Vibe Prospecting connector to the user. The rest of this file is CLI-only. In Cowork mode, use the connector store flow above.