Skill file
A structured instruction file that tells AI tools when to use enrich, search, batch, usage, and health endpoints.
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.
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.
A structured instruction file that tells AI tools when to use enrich, search, batch, usage, and health endpoints.
A reusable package with SKILL.md andagents/openai.yaml for productized integrations.
A machine-readable source for GPT Actions, Dify imports, Coze tools, and other plugin-style integrations.
The public install file is for fast agent setup. The packaged Skill is for tools that want a reusable skill bundle.
/leads-pro.skill.mdPrimary install URL for assistants that can read remote markdown skills.
/skills/leads-pro/SKILL.mdReusable package entry file for skill-based integrations.
/skills/leads-pro/agents/openai.yamlMetadata file for agent UI surfaces and packaged skill lists.
Use this when the assistant can read a remote markdown skill file.
Use this when a platform expects a formal skill bundle entry file.
Use the live spec to create tool imports or Actions without rewriting schema by hand.
Install the Leads Pro skill from https://leads-pro.co/leads-pro.skill.mdIf the tool supports secrets, set PROSPECTLOOM_API_KEY once and reuse the same skill across workflows.
Users can ask an AI assistant to enrich leads, search for target roles, or inspect usage without writing raw requests themselves.
The dashboard already includes API key creation and copy-ready snippets. After that, the public Skill package becomes the onboarding path.