uni-research
Research tools via uni CLI. Use when user wants to search the web, find academic papers, browse Reddit, read Hacker News, or look up Wikipedia.
Profile →npx skills add majiayu000/claude-skill-registry --skill uni-research --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Research Tools (uni) Free APIs, no auth required. ## Web Search (exa) ```bash uni exa search "React 19 features" uni exa search "TypeScript best practices" --num 10 uni exa code "Express.js middleware" # Code docs uni exa code "Python pandas groupby" --tokens 10000 uni exa research "AI agent frameworks 2025" # Deep research uni exa research "microservices" --mode deep uni exa company "Anthropic" # Company info ``` ## Academic Papers (arxiv) ```bash uni arxiv search "transformer attention" uni arxiv search "machine learning" -n 5 uni arxiv paper 2401.12345 # Get paper details uni arxiv recent cs.AI # Recent in category uni arxiv recent --list # List categories ``` Common categories: `cs.AI`, `cs.LG`, `cs.CL`, `cs.CV`, `stat.ML` ## Reddit ```bash uni reddit hot programming # Hot posts uni reddit new askscience # New posts uni reddit top rust --time week # Top (hour/day/week/month/year/all) uni reddit search "ai agents" # Search all uni reddit search "typescript" -r programming # Search subreddit uni reddit post <id> # Post with comments ``` ## Hacker News (hn) ```bash uni hn top # Top stories uni hn new # New stories uni hn best # Best stories uni hn ask # Ask HN uni hn show # Show
- Web Search (exa)
- Academic Papers (arxiv)
- Hacker News (hn)
- Wikipedia (wiki)
uni exa search "React 19 features" uni exa search "TypeScript best practices" --num 10 uni exa code "Express.js middleware" # Code docs uni exa code "Python pandas groupby" --tokens 10000 uni exa research "AI agent frameworks 2025" # Deep research uni exa research "microservices" --mode deep uni exa company "Anthropic" # Company info uni arxiv search "transformer attention" uni arxiv search "machine learning" -n 5 uni arxiv paper 2401.12345 # Get paper details
What does the uni-research skill do?
Research tools via uni CLI. Use when user wants to search the web, find academic papers, browse Reddit, read Hacker News, or look up Wikipedia.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill uni-research --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.