AI Skill integration for agent-first workflows

Connect Leads Pro to AI tools without building custom glue code.

Use the installable Skill file or the OpenAPI spec to expose Leads Pro inside ChatGPT, Cursor, Claude, Dify, Coze, and other AI-assisted tools. This gives users a direct natural-language entry point into your enrichment API.

Integration package
Skill formats.skill.md + packaged skill metadata
OpenAPI sourcehttps://leads-pro.co/openapi.json
Best forGPTs, Cursor, Claude, Dify, Coze
User outcomeNatural-language access to enrich, search, and usage APIs
What users get

A direct AI-facing entry point into your API.

Instead of asking users to manually wire requests, the Skill package gives them a clean integration surface for AI tools that can call Leads Pro on their behalf.

Skill file

A structured instruction file that tells AI tools when to use enrich, search, batch, usage, and health endpoints.

Skill package

A reusable package with SKILL.md andagents/openai.yaml for productized integrations.

OpenAPI spec

A machine-readable source for GPT Actions, Dify imports, Coze tools, and other plugin-style integrations.

Package layout

Give users one install URL and one package URL.

The public install file is for fast agent setup. The packaged Skill is for tools that want a reusable skill bundle.

/leads-pro.skill.md

Primary install URL for assistants that can read remote markdown skills.

/skills/leads-pro/SKILL.md

Reusable package entry file for skill-based integrations.

/skills/leads-pro/agents/openai.yaml

Metadata file for agent UI surfaces and packaged skill lists.

Downloads

Keep installation simple enough to work from a single prompt.

Installable skill URL

Use this when the assistant can read a remote markdown skill file.

Packaged skill

Use this when a platform expects a formal skill bundle entry file.

OpenAPI 3.1

Use the live spec to create tool imports or Actions without rewriting schema by hand.

Setup guides

Three common ways users will connect Leads Pro.

ChatGPT / GPTs

  1. Open GPT Editor and go to Configure → Actions.
  2. Import from URL using https://leads-pro.co/openapi.json.
  3. Set authentication to Bearer API key and paste your Leads Pro key.

Cursor / Claude

  1. Tell the assistant to install the remote skill file.
  2. Use https://leads-pro.co/leads-pro.skill.md as the install target.
  3. Set PROSPECTLOOM_API_KEY to your workspace API key.

Dify / Coze

  1. Create a new tool or plugin import.
  2. Use https://leads-pro.co/openapi.json as the source URL.
  3. Configure your API key as a Bearer token.
One-line install

Let users tell their assistant to install the skill from a URL.

Install the Leads Pro skill from https://leads-pro.co/leads-pro.skill.md

If the tool supports secrets, set PROSPECTLOOM_API_KEY once and reuse the same skill across workflows.

Why it matters

The Skill turns your API into a user-facing workflow.

Users can ask an AI assistant to enrich leads, search for target roles, or inspect usage without writing raw requests themselves.

Next step

Generate a key, then connect it once.

The dashboard already includes API key creation and copy-ready snippets. After that, the public Skill package becomes the onboarding path.