Agent skill
Paper Pick
Find the one paper you should read today from Hugging Face Papers
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/paper-pick
SKILL.md
${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
-
Search for recent papers using Hugging Face Papers API (free, no key needed, no rate limits):
If
${var}is set — search for that topic:bashcurl -s "https://huggingface.co/api/papers/search?q=${var}&limit=15"If
${var}is empty — browse today's trending papers:bashcurl -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[].namepaper.publishedAt— publication datepaper.upvotes— community upvotes (higher = more notable)paper.ai_summary— AI-generated summary (on daily papers)
-
If the search returned thin results or
${var}is a niche topic, also try WebSearch for "[topic] paper 2025 2026 site:arxiv.org" to catch papers the API missed. -
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.
-
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) -
Log to memory/logs/${today}.md.
If nothing interesting found, log "PAPER_PICK_OK" and end.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
Polymarket
Trending and top markets on Polymarket — volume, new markets, biggest movers
Daily Article
Research trending topics and write a publication-ready article
DeFi Monitor
Check pool health, positions, and yield rates for tracked protocols
Skill Evals
Evaluate skill output quality against assertion manifests — detects regressions before users notice
Monitor Polymarket
Monitor specific prediction markets for 24h price moves, volume changes, and fresh comments
Self Review
Weekly audit of what Aeon did, what failed, and what to improve
Didn't find tool you were looking for?