Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

clawsearch

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clawsearch

Safe skill discovery for AI agents — search 33,000+ skills with Trust Score, 10-language support, and @author lookup

latest
Source
npmnpm
Version
0.2.1
Version published
Weekly downloads
14
27.27%
Maintainers
1
Weekly downloads
 
Created
Source

ClawSearch CLI

Safe skill discovery for AI agents. Search 33,000+ skills with Trust Score, 10-language support, and @author lookup.

Install

npm install -g clawsearch

Or use directly with npx:

npx clawsearch slack

Usage

# Search skills (10 languages supported)
clawsearch slack
clawsearch "消息推送" --safe
clawsearch tool --type tool --limit 10

# Search by author
clawsearch @steipete
clawsearch @steipete --json

# View Trust Score breakdown
clawsearch trust slack

# Compare skills side by side
clawsearch compare slack discord feishu

# Pre-install security check
clawsearch check slack
clawsearch check https://clawhub.ai/steipete/slack

# Show trending skills
clawsearch trending

# JSON output (for agent integration)
clawsearch security --json
clawsearch trust slack --json

Options

OptionDescription
--safeOnly show SAFE skills
--jsonOutput as JSON (for agent integration)
--type <type>Filter by type (tool, prompt_template, mcp_server, etc.)
--limit <n>Max results (default 20)

Trust Score

Every skill gets a Trust Score (0-1) based on four dimensions:

  • Safety (40%) — ClawSec 5-tier audit verdict + D2 security score
  • Author (20%) — GitHub account age, skill count, malicious ratio
  • Community (20%) — Downloads, stars
  • Transparency (20%) — Open source, license, no obfuscation
●●●●● Verified Safe    (0.8-1.0)
●●●●○ Mostly Safe      (0.6-0.8)
●●●○○ Use with Caution (0.4-0.6)
●●○○○ Suspicious       (0.2-0.4)
●○○○○ Dangerous        (0.0-0.2)

Supported Languages

Search in: English, 中文, 日本語, 한국어, Deutsch, Français, Español, Português, Русский, العربية

API

Powered by ClawSearch — the security-first AI agent skill search engine.

License

MIT

Keywords

claude-code

FAQs

Package last updated on 23 Mar 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts