Agent skill
Research Brief
Deep dive on a topic combining web search, papers, and synthesis
Install this agent skill to your Project
npx add-skill https://github.com/aaronjmars/aeon/tree/main/skills/research-brief
SKILL.md
${var} — Topic to research. Recommended for best results.
If ${var} is set, use it as the research topic.
This skill is triggered on demand (via Telegram or workflow_dispatch). Expects a topic in the trigger message.
Read memory/MEMORY.md for context on prior research and interests.
Steps:
- Use WebSearch to find 5-8 current sources on the topic.
- Search Semantic Scholar for relevant academic papers:
bash
curl -s "https://api.semanticscholar.org/graph/v1/paper/search?query=TOPIC&limit=10&fields=title,authors,abstract,url,publicationDate,citationCount,openAccessPdf" - Use WebFetch to read the 3-4 most relevant sources in depth.
- Synthesize a research brief (600-1000 words):
- Overview — what this topic is and why it matters now
- Current state — what's known, key players, recent developments
- Key papers — 2-3 most relevant papers with summaries
- Open questions — what's unresolved or emerging
- Connections — how this relates to topics in MEMORY.md
- Save to articles/research-brief-${today}.md.
- Send an abbreviated summary via
./notify. - Log what you did to memory/logs/${today}.md.
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?