system-paper-skill

Retrieve system research papers and recommend ranked venues with JSON or YAML outputs.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/Jinghao-coding/system-paper-skill --skill system-paper-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-paper-skill
Source: https://github.com/Jinghao-coding/system-paper-skill/tree/main
Command: npx skills add https://github.com/Jinghao-coding/system-paper-skill --skill system-paper-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

It solves the difficulty of discovering relevant system and infrastructure research papers, selecting appropriate conferences or journals, and constructing reproducible retrieval workflows.

Core Features & Use Cases

  • Topic-to-area mapping: Converts English or Chinese queries into system sub‑areas.
  • Venue recommendation: Returns ranked A/B venues with DBLP links.
  • Query URL generation: Builds DBLP, Google Scholar, Semantic Scholar and OpenAlex search links.
  • Paper fetching & reranking: Retrieves candidate papers from multiple sources and ranks them by relevance, venue match, recency and citation count.
  • Citation & BibTeX handling: Formats citations, generates or fetches BibTeX entries and verifies their authenticity.

Quick Start

Ask the skill to find top system papers on “AI infra serving” and return a JSON workflow with venues, query URLs, and verified citations.

Frequently Asked Questions about system-paper-skill

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

FAQPage Schema
How do I find system papers and get conference recommendations for AI infrastructure topics?

To find system papers, you can search using English or Chinese queries. The skill maps your topic to system sub-areas and returns ranked A/B venues with DBLP links, search URLs, and paper metadata.

Can I generate BibTeX entries and formatted citations for operating systems research?

Yes, you can generate BibTeX entries and formatted citations for operating systems research. The skill formats citations, fetches BibTeX data, and verifies the authenticity of the retrieved entries.

What is the best way to build reproducible search workflows for cloud systems papers?

The best way to build reproducible search workflows for cloud systems papers is by generating query URLs. The skill builds direct search links for DBLP, Google Scholar, Semantic Scholar, and OpenAlex.

Does the paper search workflow support bilingual Chinese and English queries?

Yes, the paper search workflow supports bilingual Chinese and English queries. It handles topic-to-area mapping for both languages to retrieve system and infrastructure research papers effectively.

How are candidate papers reranked when retrieving system research from multiple sources?

Candidate papers are reranked by analyzing relevance, venue match, recency, and citation count. This multi-source retrieval process ensures you receive a prioritized list of system papers.

Do I need the requests library to use this system paper retrieval skill?

Yes, you need the requests library installed as a dependency. It is required for the skill to fetch candidate papers and generate reproducible retrieval workflows across multiple databases.