Agent Skills
› Prismer-AI/Prismer
› hf-papers
hf-papers
GitHub用于浏览、搜索和分析Hugging Face上的机器学习研究论文。支持获取热门论文、按关键词搜索、查看论文详情及社区讨论,并可结合arXiv工具阅读全文。适用于AI研究探索和趋势发现。
触发场景
用户想要查找最新的机器学习或AI研究论文
用户询问关于特定主题的研究进展
用户提到Hugging Face Papers平台
安装
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.
版本历史
- 2dbe71f 当前 2026-08-20 10:21


