hf-papers

Browse trending papers, search by keyword, and get paper details from Hugging Face Papers

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "hf-papers" with this command: npx skills add willamhou/hf-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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

Geopolitics Expert

Geopolitical conflict analysis for war sentiment assessment. Use when analyzing armed conflicts, military interventions, or regional crises to determine conf...

Registry SourceRecently Updated
Research

knowledge-internalizer-pro

系统化知识内化与能力自评引擎。当需要深入学习新领域、建立专家级知识库、并明确知道自己的掌握程度时使用。核心功能包括系统性知识内化引擎和基于知识图谱的能力评级器。触发词:深入学习并评估掌握水平、建立专家级知识库、系统研究并告诉我能做什么。

Registry SourceRecently Updated
Research

Sleep Tracker

睡眠改善工具。睡眠分析、改善建议、作息规划、睡眠环境优化、小睡指南、睡眠日记。Sleep tracker with analysis, improvement tips, schedule planning, environment optimization, nap guide, sleep journal....

Registry SourceRecently Updated
Research

Blog Writer Pro

博客写作助手。完整文章生成(Markdown输出)、多角度大纲、SEO优化诊断、开头段落、系列文章规划、风格改写、CTA文案。Blog writer with full articles, outlines, SEO analysis, hooks, series planning, rewriting, CTA...

Registry SourceRecently Updated