One-click install
npx skills add https://github.com/graniet/kheish --skill arxiv-graniet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: arxiv
Source: https://github.com/graniet/kheish/tree/main/skills/research/arxiv
Command: npx skills add https://github.com/graniet/kheish --skill arxiv-graniet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Researchers and students often waste time manually searching for relevant academic papers, parsing messy API responses, and tracking citation impact across multiple platforms. This Skill eliminates that friction by providing a streamlined, no-authentication way to access arXiv's full paper database and related citation data.

Core Features & Use Cases

  • No-auth arXiv search: Query papers by keyword, author, subject category, or direct ID using arXiv's free public API, with clean, readable formatted output.
  • Citation and impact analysis: Integrate with Semantic Scholar to retrieve citation counts, related papers, and author profiles for free, no API key required.
  • Real-world use case: A machine learning researcher can use this Skill to find the latest papers on GRPO reinforcement learning, check their citation impact to identify high-impact work, and retrieve full PDFs in seconds.

Quick Start

Use the arxiv skill to find the 5 most recent papers on large language models in the cs.CL category and retrieve their citation counts.

Frequently Asked Questions about arxiv

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

FAQPage Schema
How do I search arXiv papers without an API key?

You can search arXiv papers without an API key by querying keywords, authors, subject categories, or paper IDs. This approach retrieves academic metadata and full content using arXiv's free public API without requiring authentication.

Can I retrieve citation counts and author profiles for free?

Yes, you can retrieve citation counts, related work, and author profiles for free. Integrating with Semantic Scholar provides citation metrics and impact analysis without requiring an API key or external dependencies.

What's the best way to find recent machine learning papers and check their impact?

The best way to find recent papers and check impact is querying specific subject categories like cs.CL, then retrieving citation counts. This workflow identifies high-impact work and accesses full PDFs in seconds.

Does this arXiv search tool require external dependencies?

No, this arXiv search tool requires no external dependencies. It enables fast searching and retrieval of academic paper metadata directly from the public repository without needing API keys or additional libraries.

How do I generate BibTeX entries for academic papers retrieved from arXiv?

You can generate BibTeX entries for academic papers retrieved from arXiv by accessing their metadata. The skill formats query results into clean, readable output suitable for research workflow integration.