Skip to content

zhuyansen/agentskillshub-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AgentSkillsHub CLI

🌐 Website · 🔎 Browse Skills · 🛡️ Security Report · 🏢 Enterprise

Search, audit, and install open-source AI agent skills & MCP servers from your terminal. Every result is security-graded and quality-scored by AgentSkillsHub — a directory of 117K+ skills with a trust signal before you install.

npx @agentskillshub/cli search "scrape a website" --safe

Why

Discovering a skill is easy. Knowing whether it's safe to run against your credentials is not. It puts the trust signal before the install:

$ npx @agentskillshub/cli search postgres --category mcp-server --limit 2

call518/MCP-PostgreSQL-Ops  150★  🟢 SAFE
  Give AI assistants full PostgreSQL DBA superpowers — 30+ tools…
  mcp-server · claude-code · mcp · python   https://agentskillshub.top/skill/call518/MCP-PostgreSQL-Ops/

sgaunet/postgresql-mcp  5★  ⚪ UNAUDITED  ~23.0k tok
  A Model Context Protocol (MCP) server… read-only query execution…
  mcp-server · claude-code · go · mcp   https://agentskillshub.top/skill/sgaunet/postgresql-mcp/

Commands

Run via npx @agentskillshub/cli <command>:

search <query> [filters] Find skills. Filters: --category --platform --min-stars --safe --limit
audit <owner/repo> Free basic trust check: security grade + plain-English verdict
install <owner/repo> Install commands + "check before you install" safety line
update Force-refresh the cached index

Add --json to any of search / audit / install for machine-readable output.

How it works

The catalog (~20K quality skills, stars ≥ 5) is a single static file (~1.7MB gzipped) served from the CDN. The CLI downloads it once, caches it at ~/.cache/agentskillshub/, and checks for a newer index with a cheap 77B probe (re-downloading the full file only when it actually changed, so a freshly-deployed index reaches you within minutes). All searching is local — fast, works offline, and puts zero load on the backend.

Security grades

🟢 SAFE · 🟡 CAUTION · 🔴 UNSAFE · ⛔ REJECT · ⚪ UNAUDITED

UNAUDITED is not "probably fine" — it means no one has audited it. Check the code, the credentials it asks for, and who maintains it before you trust it.

We scanned the whole catalog and wrote up what we found — only 17.7% of skills are popular enough to be graded, 1 in 32 graded ones is unsafe, and the risk lives in the long tail: We security-graded 117,854 AI agent skills.

Free vs. Pro

  • Free: search · basic audit · install commands, for any catalogued skill.
  • Pro / Enterprise: 5-dimension deep audit, any GitHub URL (incl. <5★ / private), CI/batch auditing, compliance evidence → https://agentskillshub.top/enterprise/

Env

Var Default
AGENTSKILLSHUB_BASE https://agentskillshub.top
AGENTSKILLSHUB_CACHE ~/.cache/agentskillshub
NO_COLOR unset (set to disable color)

MIT © AgentSkillsHub

About

Search, audit & install open-source AI agent skills & MCP servers from the terminal — security-graded, quality-scored. npx @agentskillshub/cli

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors