Skip to content

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.


Terminal window
/plugin marketplace add mglraimundo/biomapi-cli
/plugin install biomapi-cli@mglraimundo-biomapi-cli

Once installed, the assistant can call biomapi process, biomapi retrieve, biomapi csv, and other commands directly.


Terminal window
cp -r skills/biomapi ~/.codex/skills/

  • biomapi.py - zero-dependency Python script using only the standard library
  • SKILL.md - agent-readable capability description and invocation guide
  • reference.md - API reference formatted for assistant context

Source: mglraimundo/biomapi-cli