Agent Skills
› Prismer-AI/Prismer
› hf-papers
hf-papers
GitHub用于浏览、搜索和分析 Hugging Face Papers 平台的机器学习论文,支持查看热门论文、关键词搜索、获取元数据及社区讨论。
Trigger Scenarios
查找 ML 研究
询问近期 AI 论文
关注热门模型
提及 Hugging Face Papers
Install
npx skills add Prismer-AI/Prismer --skill hf-papers -g -y
SKILL.md
Frontmatter
{
"name": "hf-papers",
"metadata": {
"openclaw": {
"tags": [
"huggingface",
"research",
"academic",
"papers",
"trending"
],
"emoji": "🤗",
"requires": {
"os": [
"darwin",
"linux",
"win32"
],
"bins": []
}
}
},
"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."
}
hf-papers
Browse, search, and analyze papers from the Hugging Face Papers platform.
Process
- Discover — Use
hf_daily_papersto see what's trending today - Search — Use
hf_search_papersto find papers on a topic - Inspect — Use
hf_paper_detailto get full metadata for a specific paper - Discuss — Use
hf_paper_commentsto read community discussion - 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(upvotesordate)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:
{ "query": "multimodal reasoning" }
See canonical skill at /skills/hf-papers/ for full tool documentation and parameter details.
Version History
- 2dbe71f Current 2026-08-20 10:21


