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.

跳到安装

来源信息

仓库
Prismer-AI/Prismer
最近来源活动
2026年3月19日 07:49
检测到的 SKILL.md 语言
英语
星标
799
分支
38

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
3 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
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.
在 GitHub 查看