JAV Tracker Skill

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.

Connect account capabilities
Checking account connection status...

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.

https://javtracker.app/api/public/agent/v1
GET

/manifest

Capability manifest and boundaries

GET

/search?q=

Combined video, actress, and tag search

GET

/videos

Filtered video list

GET

/videos/{id}

Video detail by id or code

GET

/actresses

Filtered actress list

GET

/actresses/{id}

Actress detail and recent videos

GET

/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.