Find the one paper you should read today from Hugging Face Papers
Scanned 5/27/2026
Install via CLI
openskills install aaronjmars/aeon---
name: Paper Pick
description: Find the one paper you should read today from Hugging Face Papers
var: ""
tags: [research]
---
> **${var}** — Research topic to search for (e.g. "transformer architectures", "memory consolidation", "RL agents"). If empty, browses today's trending papers.
Read memory/MEMORY.md for context.
Read the last 7 days of memory/logs/ to avoid recommending papers already covered.
## Steps
1. Search for recent papers using Hugging Face Papers API (free, no key needed, no rate limits):
**If `${var}` is set** — search for that topic:
```bash
curl -s "https://huggingface.co/api/papers/search?q=${var}&limit=15"
```
**If `${var}` is empty** — browse today's trending papers:
```bash
curl -s "https://huggingface.co/api/daily_papers?limit=15"
```
Response is a JSON array. Each entry has:
- `paper.id` — arXiv ID (use for links: `https://arxiv.org/abs/{id}`, PDF: `https://arxiv.org/pdf/{id}`)
- `paper.title`, `paper.summary` (abstract), `paper.authors[].name`
- `paper.publishedAt` — publication date
- `paper.upvotes` — community upvotes (higher = more notable)
- `paper.ai_summary` — AI-generated summary (on daily papers)
2. If the search returned thin results or `${var}` is a niche topic, also try **WebSearch** for "[topic] paper $(date +%Y) site:arxiv.org" to catch papers the API missed.
3. From all results, pick **the single best paper** — the one most worth reading today. Criteria: novelty, relevance, practical implications, community signal (upvotes). Skip anything already mentioned in recent logs.
4. Send via `./notify`:
```
*Paper Pick — ${today}*
"Paper Title" — Authors · ↑upvotes
One sentence: why this paper is worth your time.
[Read](https://arxiv.org/abs/ID) | [PDF](https://arxiv.org/pdf/ID)
```
5. Log to memory/logs/${today}.md.
If nothing interesting found, log "PAPER_PICK_OK" and end.
## Sandbox note
The sandbox may block outbound curl. Use **WebFetch** as a fallback for any URL fetch. For auth-required APIs, use the pre-fetch/post-process pattern (see CLAUDE.md).
No comments yet. Be the first to comment!
End-to-end marketing campaign planning and execution. Covers audience research, positioning, campaign angle definition, landing page copy, email sequences, social posts, ad copy, short-form video scripts, and content calendars. Use as the orchestration layer for multi-channel product launches.
Orchestrate multi-phase deep research with web search, memory retrieval, pattern matching, and synthesis into structured findings
Persistent memory systems for LLM conversations including short-term, long-term, and entity-based memory Use when: conversation memory, remember, memory persistence, long-term memory, chat history.
CodeTour `.tour`ファイルを作成 — ペルソナターゲット、ステップバイステップウォークスルー(実際のファイルとラインアンカー付き)。オンボーディングツアー、アーキテクチャウォークスルー、PRツアー、RCAツアー、構造化「これがどのように機能するかを説明」リクエストに使用。
KMPプロジェクト向けのCompose MultiplatformおよびJetpack Composeパターン — 状態管理、ナビゲーション、テーマ設定、パフォーマンス、プラットフォーム固有のUI。