Skip to main content

hf-papers

Browse trending papers, search by keyword, and get paper details from Hugging Face Papers. Use when the user wants to find ML research, asks about recent AI papers, trending models, or mentions Hugging Face Papers.

Jump to install

Source facts

Repository
Prismer-AI/Prismer
Last source activity
March 19, 2026 at 07:49
Detected SKILL.md language
English
Stars
799
Forks
38

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
3 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
hf-papers
description
Browse trending papers, search by keyword, and get paper details from Hugging Face Papers. Use when the user wants to find ML research, asks about recent AI papers, trending models, or mentions Hugging Face Papers.
metadata
{"openclaw":{"emoji":"🤗","tags":["huggingface","research","academic","papers","trending"],"requires":{"bins":"[Truncated]","os":"[Truncated]"}}}
# hf-papers Browse, search, and analyze papers from the Hugging Face Papers platform. ## Process 1. **Discover** — Use `hf_daily_papers` to see what's trending today 2. **Search** — Use `hf_search_papers` to find papers on a topic 3. **Inspect** — Use `hf_paper_detail` to get full metadata for a specific paper 4. **Discuss** — Use `hf_paper_comments` to read community discussion 5. **Deep read** — Use `arxiv_fetch` (from arxiv-reader) with the paper's arXiv ID for full text ## Tools - `hf_daily_papers` — Get trending papers. Params: `limit` (default: 20), `sort` (`upvotes` or `date`) - `hf_search_papers` — Search by keyword. Params: `query` (required) - `hf_paper_detail` — Get paper metadata. Params: `paper_id` (required, arXiv ID) - `hf_paper_comments` — Get discussion comments. Params: `paper_id` (required) **Example:** ```json { "query": "multimodal reasoning" } ``` See canonical skill at `/skills/hf-papers/` for full tool documentation and parameter details.
View on GitHub