Renidly in your AI coding tool
Renidly ships as a skill your AI coding agent can pick up and use. Install it once in Claude Code, Codex, Cursor — or any harness that supports skills — and your agent can enrich people and companies, find and verify work emails, and assemble whole go-to-market pipelines straight from natural-language instructions.
A skill is a packaged capability your AI agent loads — it teaches the agent how and when to call Renidly on your behalf. You stay in your editor or terminal and describe what you want in plain language; the agent does the resolving, enriching, and verifying against your Renidly account. No glue code, no manual API wiring.
What the skill can do
The skill exposes Renidly's capabilities to your agent at a high level — you ask, it orchestrates the right lookups. Out of the box it can:
- Enrich a person. From a name, a company, an email, or a profile, get back the full professional picture — role, history, location, and more.
- Enrich a company. Resolve a domain into firmographics: industry, size, headcount, location, and specialities.
- Find work emails. Turn a name + company, or a LinkedIn profile, into a verified work email with a confidence level.
- Verify deliverability. Check whether an address is real and safe to send to, and flag disposable, catch-all, and dead-domain addresses.
- Reverse-lookup an address. Resolve the person and company standing behind a work email.
- Build GTM pipelines. Hand it a list and a goal — "enrich these accounts, find a verified email for each decision-maker, drop the risky ones" — and it chains the steps into a clean, ready-to-use result.
- Clean and score lists. Deduplicate, verify, and rank a list so what comes out the other side is ready for outreach or your CRM.
Install in Claude Code
Add the Renidly marketplace, install the skill, and reload — three commands in your Claude Code session:
/plugin marketplace add renidly/renidly-skills
/plugin install renidly@renidly-skills
/reload-pluginsInstall in any harness
For Claude Code, Codex, Cursor, or any other skill-aware agent, install straight from Renidly with the skills CLI (requires Node):
npx skills add https://renidly.comThis method doesn't auto-update. To pull the latest version of the skill later, run:
npx skills update -yConnect your account
The skill runs against your Renidly account using your API key — the same key that authenticates every other call. Create a free account to get one (100 credits on signup), then follow the Quickstart to generate and store your key. The skill picks it up from there; you never hand raw endpoints to the agent.