AI Skill
The BiomAPI CLI (biomapi.py) is distributed as an AI Skill for assistants that can install and invoke local tools during a conversation.
Use the skill when an assistant needs to process a biometry PDF, image, or JSON file; retrieve a BiomPIN; generate CSV output; check usage; or inspect API status without hand-writing requests.
Claude Code
Section titled “Claude Code”/plugin marketplace add mglraimundo/biomapi-cli/plugin install biomapi-cli@mglraimundo-biomapi-cliOnce installed, the assistant can call biomapi process, biomapi retrieve, biomapi csv, and other commands directly.
Codex CLI
Section titled “Codex CLI”cp -r skills/biomapi ~/.codex/skills/What the skill includes
Section titled “What the skill includes”biomapi.py- zero-dependency Python script using only the standard librarySKILL.md- agent-readable capability description and invocation guidereference.md- API reference formatted for assistant context
Source: mglraimundo/biomapi-cli