/install hf-daily-papers
HF Daily Papers
Fetch papers from HuggingFace Daily Papers feed and generate a digest with analysis.
Setup: Get Your HF Token
- Go to https://huggingface.co/settings/tokens
- Create a Read token (any name)
- Set the token as an environment variable:
# Windows PowerShell
$env:HF_TOKEN = "hf_xxxxxxxxxxxxx"
# macOS / Linux / Git Bash
export HF_TOKEN="hf_xxxxxxxxxxxxx"
The script reads
HF_TOKENfromos.environ. If not set, it exits with a clear error message.
Step 1: Run the fetcher
cd \x3Cskill-path>/scripts && python hf_papers.py [date YYYY-MM-DD]
- No date arg = yesterday
- Output:
hf_results.json(saved in the working directory)
Step 2: Read results
Read hf_results.json. Fields:
| Field | Description |
|---|---|
paperId |
arXiv ID |
title |
Paper title |
votes |
Community upvotes |
submittedBy |
Submitter name |
organization |
Research institution |
summary |
Full abstract (cleaned, up to 2000 chars) |
aiSummary |
AI-generated summary (200-300 chars, from HF blue box) |
githubRepo |
GitHub repo URL if available |
keywords |
AI-extracted keywords (up to 10) |
link |
HF paper page |
arxivLink |
arXiv abstract page |
Step 3: Score and write digest
Scoring reference (10-point scale, intuition-based):
| Dimension | Weight | Bonus signals |
|---|---|---|
| Innovation | 0-3 | New benchmark/dataset, novel direction, first-of-its-kind |
| Practicality | 0-3 | Has GitHub code, clear real-world application, big tech/academia |
| Technical depth | 0-2 | Summary >200 chars, contains RL/MCTS/evolutionary methods |
| Interestingness | 0-2 | Provocative thesis, cross-discipline, counterintuitive |
High vote count (>10) is a bonus — reflects community heat.
Step 4: Output format
📄 HF Daily Papers · [date] N papers total
## 🔴 Must Read (score 8-10)
[Title | ID | Organization
Xiaolongxia comment: ...]
## 🟡 Worth Noting (score 6-7)
[Compact list + one-line evaluation]
## 🟢 Skim If Interested
[Ultra brief list]
## 🦞 Summary
Top 3 + today's main theme observations
Commentary guidelines:
- Every "Must Read" paper needs a "Xiaolongxia comment" — explain the core insight in your own words
- Say why it's worth reading and what makes it special
- Can connect to other papers or industry trends
- Tone: casual, witty, friendly — like chatting with a friend
- "Worth Noting" entries: one sentence max
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hf-daily-papers - 安装完成后,直接呼叫该 Skill 的名称或使用
/hf-daily-papers触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
hugging-face daily papers 是什么?
Fetch and digest HuggingFace Daily Papers. Use when user asks for today's HF papers, daily paper digest, wants a paper report, or says 论文精选/今日论文/HF daily pap... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 106 次。
如何安装 hugging-face daily papers?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hf-daily-papers」即可一键安装,无需额外配置。
hugging-face daily papers 是免费的吗?
是的,hugging-face daily papers 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
hugging-face daily papers 支持哪些平台?
hugging-face daily papers 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 hugging-face daily papers?
由 GoDiao(@godiao)开发并维护,当前版本 v1.0.0。