Publication Catalog Skill

Publication Catalog Skill

Use this skill to discover publications, abstracts, venues, awards, and canonical URLs from the public site API.

Inputs

  • Optional filters such as year, venue, featured-only, or a free-text query.
  • GET /api/publications.json for structured publication records.
  • GET /api/search.json for local keyword matching across abstracts and titles.

Workflow

  1. Fetch /api/publications.json.
  2. Filter records locally using year, title, authors, venue, or abstract text.
  3. Use the publication url field for the canonical on-site citation target.
  4. Use paper_url when the caller needs the external paper link.

Output

  • Return the matching publications with title, authors, venue, date, and canonical URLs.