Agent skill

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.

majiayu000534★ · 1 repos on radarProfile →
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill uni-research --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Allowed tools: Bash(uni:*)Bash(~/.local/bin/uni:*)
Path: skills/analysis/uni-research/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Web Search (exa)
  2. Academic Papers (arxiv)
  3. Reddit
  4. Hacker News (hn)
  5. Wikipedia (wiki)
Ships with 1 file
  • metadata.json
Commands it runs
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
More from claude-skill-registry
All skills →
About this skill
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.

Keep going