smithery/shockz09

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.

Installation

$ npx skills add smithery/shockz09 --skill uni-research

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/shockz09.

npx skills add smithery/shockz09

Browse all from smithery/shockz09

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash(uni:*), Bash(~/.local/bin/uni:*)

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 2,186 B
  • docs SUMMARY.md 252 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Research Tools (uni)

Free APIs, no auth required.

Web Search (exa)

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)

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

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)

uni hn top                              # Top stories
uni hn new                              # New stories
uni hn best                             # Best stories
uni hn ask                              # Ask HN
uni hn show                             # Show HN
uni hn search "rust programming"        # Search
uni hn story <id>                       # Story with comments

Wikipedia (wiki)

uni wiki "Alan Turing"                  # Summary
uni wiki search "quantum computing"     # Search
uni wiki random                         # Random article
uni wiki full "Rust (programming)"      # Full article