add-paper

Resolve a paper's identity and generate structured metadata assets via CrossRef, Semantic Scholar, and OpenAlex.

16|8|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/GliteTech/glite-arf --skill add-paper-glitetech
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-paper
Source: https://github.com/GliteTech/glite-arf/tree/main/meta/asset_types/paper/skills/add-paper
Command: npx skills add https://github.com/GliteTech/glite-arf --skill add-paper-glitetech

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Downloads a research paper, resolves its identity (DOI or title), fetches comprehensive metadata, and creates standardized assets (details.json, summary) ready for integration into a project task.

Core Features & Use Cases

  • Identity resolution: DOI lookup or title-based search across CrossRef, Semantic Scholar, and OpenAlex.
  • Metadata generation: fetches title, authors, year, venue, abstract, and affiliations; builds details.json compliant with the paper asset spec.
  • Summary preparation: writes a canonical summary document based on the paper content and abstract when available.
  • Asset registration: generates and places the asset files within the task's asset directory, ready for verification.

Quick Start

Invoke the add-paper skill to locate a paper by DOI or title and generate its metadata assets for the current task.

Frequently Asked Questions about add-paper

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

FAQPage Schema
How do I fetch paper metadata using a DOI or title?

To fetch paper metadata, resolve the paper's identity by querying CrossRef, Semantic Scholar, and OpenAlex using its DOI or title. This retrieves the authors, year, venue, and abstract to generate standardized research assets.

What is the best way to generate a details.json file for a research paper?

Generating a details.json file for a research paper involves extracting title, authors, year, venue, and affiliations via CrossRef and OpenAlex. The metadata is structured to conform to the project's paper asset schema and storage layout.

Can I use CrossRef and Semantic Scholar together for identity resolution?

Yes, you can use CrossRef and Semantic Scholar together for identity resolution. The process applies these APIs alongside OpenAlex to cross-reference and accurately determine the DOI, title, and authors for a research paper.

How to create structured research assets for a project task?

Creating structured research assets for a project task requires downloading the paper, resolving its identity, and generating compliant files. The output includes a details.json file and a canonical summary document placed in the task's asset directory.

Does asset management for papers require a specific storage layout?

Yes, asset management for papers requires a specific storage layout. The generated asset files, including the details.json metadata and summary document, must conform to the project schema and be placed within the task's designated asset directory.