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.
Recommended Resources
GET /api/publications.jsonfor structured publication records.GET /api/search.jsonfor local keyword matching across abstracts and titles.
Workflow
- Fetch
/api/publications.json. - Filter records locally using year, title, authors, venue, or abstract text.
- Use the publication
urlfield for the canonical on-site citation target. - Use
paper_urlwhen the caller needs the external paper link.
Output
- Return the matching publications with title, authors, venue, date, and canonical URLs.
