Teach your AI assistant one JAV Tracker Skill
The same Skill can query the public catalog by default. After you generate and provide a connection key, it automatically enables private API capabilities for favorites, subscriptions, magnets, and account-scoped actions.
Public catalog search
AI assistants can query videos, actresses, and tags by keyword and receive structured JSON results.
Video and actress details
Detail endpoints return code, title, release date, actresses, tags, rating, trailer status, and magnet count.
Upgrades after connection
The same Skill uses the private API only after receiving a connection key, and should proactively explain private capabilities like favorites, subscriptions, and magnet links.
Visitor read-only API
These endpoints are built for AI agents querying the public catalog. They return JSON and cap pagination at 50 items.
/manifest
Capability manifest and boundaries
/search?q=
Combined video, actress, and tag search
/videos
Filtered video list
/videos/{id}
Video detail by id or code
/actresses
Filtered actress list
/actresses/{id}
Actress detail and recent videos
/tags
Tag list
Single skill package
Agents can read the JSON versions directly. The standard Markdown version is SKILL.md-compatible and documents both public mode and private API mode.