Agent SkillsPrismer-AI/Prismer › hf-papers

hf-papers

GitHub

用于浏览、搜索和分析Hugging Face论文平台上的机器学习研究。支持获取热门论文、关键词检索、查看论文元数据及社区评论,辅助AI研究人员追踪前沿动态。

skills/hf-papers/SKILL.md Prismer-AI/Prismer

Trigger Scenarios

查询今日热门AI论文 按关键词搜索特定领域的ML研究 获取某篇论文的详细信息或评论

Install

npx skills add Prismer-AI/Prismer --skill hf-papers -g -y
More Options

Use without installing

npx skills use Prismer-AI/Prismer@hf-papers

指定 Agent (Claude Code)

npx skills add Prismer-AI/Prismer --skill hf-papers -a claude-code -g -y

安装 repo 全部 skill

npx skills add Prismer-AI/Prismer --all -g -y

预览 repo 内 skill

npx skills add Prismer-AI/Prismer --list

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. Get trending papers, search by topic, and retrieve detailed metadata including community engagement and linked resources.

Description

This skill wraps the Hugging Face Papers public API. It provides access to daily trending papers, keyword search, paper details (abstract, authors, upvotes, GitHub repos, project pages), and discussion comments. No authentication required.

For full paper text, use the returned arXiv ID with the arxiv-reader skill.

Results are cached locally (~/.cache/hf-papers/) for fast repeat access.

Usage Examples

  • "What are today's trending papers on Hugging Face?"
  • "Search Hugging Face Papers for diffusion models"
  • "Get details for paper 2401.12345 on HF"
  • "Show me comments on HF paper 2405.67890"

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 today's trending papers from Hugging Face.

Parameters:

  • limit (number, optional): Max papers to return (default: 20, max: 100)
  • sort (string, optional): Sort by upvotes or date (default: upvotes)

Returns: { papers: [{ id, title, summary, upvotes, authors, publishedAt, githubRepo?, projectPage?, ai_summary?, ai_keywords? }], count: number }

Example:

{ "limit": 10, "sort": "upvotes" }

hf_search_papers

Search Hugging Face Papers by keyword.

Parameters:

  • query (string, required): Search query

Returns: { papers: [{ id, title, summary, upvotes, authors, publishedAt, githubRepo?, projectPage?, ai_summary? }], query: string, count: number }

Example:

{ "query": "multimodal reasoning" }

hf_paper_detail

Get detailed metadata for a specific paper.

Parameters:

  • paper_id (string, required): Paper ID (arXiv ID, e.g. 2401.12345)

Returns: { id, title, summary, authors, publishedAt, upvotes, numComments, githubRepo?, githubStars?, projectPage?, ai_summary?, ai_keywords?, organization? }

Example:

{ "paper_id": "2401.12345" }

hf_paper_comments

Get discussion comments for a paper.

Parameters:

  • paper_id (string, required): Paper ID (arXiv ID)

Returns: { paper_id, comments: [{ author, content, createdAt }], count: number }

Example:

{ "paper_id": "2401.12345" }

Notes

  • All results are cached locally — repeat requests are instant (15-minute TTL for daily/search, 1-hour for details)
  • Paper IDs are arXiv IDs — use with arxiv-reader skill for full LaTeX text
  • No authentication required; uses HF public API
  • Daily papers update throughout the day as the community submits and upvotes

Version History

  • 2dbe71f Current 2026-08-20 10:22

Same Skill Collection

docker/config/workspace/skills/prismer-workspace/SKILL.md
docker/plugin/prismer-workspace/skills/arxiv-reader/SKILL.md
docker/plugin/prismer-workspace/skills/find-skills/SKILL.md
docker/plugin/prismer-workspace/skills/formal-methods/SKILL.md
docker/plugin/prismer-workspace/skills/hf-papers/SKILL.md
docker/plugin/prismer-workspace/skills/latex-compiler/SKILL.md
docker/templates/academic-researcher/skills/data-analysis/SKILL.md
docker/templates/academic-researcher/skills/latex-writing/SKILL.md
docker/templates/academic-researcher/skills/paper-search/SKILL.md
docker/templates/cs-researcher/skills/ml-experiment/SKILL.md
docker/templates/data-scientist/skills/jupyter/SKILL.md
docker/templates/finance-researcher/skills/quant-analysis/SKILL.md
docker/templates/mathematician/skills/theorem-proving/SKILL.md
docker/templates/paper-reviewer/skills/peer-review/SKILL.md
skills/arxiv-reader/SKILL.md
skills/formal-methods/SKILL.md
skills/latex-compiler/SKILL.md

Metadata

Files
0
Version
2dbe71f
Hash
45d4e001
Indexed
2026-08-20 10:22

inicio - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-20 14:52
浙ICP备14020137号-1 $mapa de visitantes$