For the complete documentation index, see llms.txt. This page is also available as Markdown.

Claude Code Skill

Download the skill here: SKILL.md

SKILL.md is a Claude Code skill that gives Claude deep knowledge of the EyePop Python SDK.

Add it to your project and Claude will understand the full EyePop workflow β€” auth, dataset management, VLM ability registration, set_pop, and inference β€” without needing you to explain it.


What you get

When the skill is active, Claude can:

  • Write correct dataEndpoint / async_worker code from a plain description

  • Register custom VLM abilities with the right parameters the first time

  • Build set_pop pipelines including crop-then-classify (CropForward)

  • Handle auth, retry logic, and result-reading correctly

  • Reference the full pretrained ability list by name


Installation

mkdir -p .claude/skills
cp path/to/abilities_hub/claude/SKILL.md .claude/skills/eyepop-sdk.md

Claude Code automatically loads all .md files under .claude/skills/ in the project root.

Option 2 β€” Install globally for all projects


Verify it loaded

Start a Claude Code session in your project and ask:

"What EyePop skills do you have loaded?"

Claude will confirm the customer-sdk skill is active and summarize what it covers.


Requirements

  • Claude Code β€” CLI, desktop app, or IDE extension

  • An EyePop API key (eyp_...) from dashboard.eyepop.ai

  • Python 3.12+, eyepop SDK installed (pip install eyepop)


Last updated