Agent Skills
› Prismer-AI/Prismer
› hf-papers
hf-papers
GitHub浏览、搜索和分析Hugging Face Papers上的论文,支持发现热门论文、关键词检索、查看元数据及社区讨论。
Trigger Scenarios
用户想查找机器学习研究论文
询问最近的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


