mila-paperoni-readonly

Query Paperoni REST API for read-only searches of Mila's publications by author,title,venue,date filters.

Updated Mar 19, 2026
One-click install
npx skills add https://github.com/gyom/paperoni-claude-skill --skill mila-paperoni-readonly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mila-paperoni-readonly
Source: https://github.com/gyom/paperoni-claude-skill/tree/main
Command: npx skills add https://github.com/gyom/paperoni-claude-skill --skill mila-paperoni-readonly

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Enables researchers to discover Mila's publications quickly by querying the Paperoni REST API for read-only access, including author lookups, title searches, venue filtering, and date-range queries.

Core Features & Use Cases

  • Search papers by author, title, venue, institution, or date range
  • Rank publication venues by paper count and distinguish preprints from peer-reviewed venues
  • Retrieve publication statistics and perform ad-hoc API queries for Mila's outputs

Quick Start

Run the search_papers.py script with an author filter to retrieve Mila’s papers, for example: python3 .claude/skills/mila-paperoni-readonly/scripts/search_papers.py --author "Yoshua Bengio".

Frequently Asked Questions about mila-paperoni-readonly

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search for Mila publications by author or title?

You can search for Mila publications by running the search_papers.py script with author, title, venue, institution, or date range filters to retrieve matching papers from the Paperoni REST API.

Can I rank publication venues by paper count using the Paperoni API?

Yes, querying the Paperoni API allows you to rank publication venues by paper count and distinguish preprints from peer-reviewed venues across Mila's research outputs.

What do I need to access Mila's Paperoni publication database?

You need a Bearer token for authentication and a configurable base URL to perform read-only research queries and retrieve publication statistics from the Paperoni REST API.

Does the Paperoni API support fetching publication statistics for Mila's outputs?

Yes, the Paperoni API supports retrieving publication statistics and performing ad-hoc read-only API queries to analyze Mila's research outputs across various filters.

Are there limitations to querying Mila's publication database via the Paperoni API?

The Paperoni API integration is strictly read-only, meaning you can search and retrieve publication data and venue rankings but cannot modify, create, or delete any records in the database.