โ† All skills
Tencent SkillHub ยท Developer Tools

Skills Indec MCP

Search, score, and submit 11,000+ AI agent tools from SkillsIndex, filtered by ecosystem, category, and rated on security, utility, and maintenance.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Search, score, and submit 11,000+ AI agent tools from SkillsIndex, filtered by ecosystem, category, and rated on security, utility, and maintenance.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
SKILL.md, skill.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.1

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

SkillsIndex MCP

Search, score, and submit AI agent tools from SkillsIndex

What this skill does

Gives your AI agent read/write access to the SkillsIndex public directory โ€” 11,000+ MCP servers, Claude skills, GPT actions, and IDE plugins, each scored on security, utility, maintenance, and uniqueness.

Security & transparency

No credentials required โ€” no API keys, no GitHub tokens, no secrets No local file access โ€” the skill makes no filesystem operations Network calls only โ€” all calls go to skillsindex.dev (public REST API over HTTPS) and npmjs.com (for npx to download the package) Read-only by default โ€” search, get_tool, get_top_rated, check_security are all read-only Write operations โ€” submit_tool POSTs a tool name + URL to skillsindex.dev/api/mcp/submit (public endpoint, no auth); subscribe POSTs an email to skillsindex.dev/api/subscribe Open source โ€” full source code at https://github.com/thomasblc/skillsindex in the mcp/ directory No data exfiltration โ€” the skill never reads or transmits your local files, environment variables, or system data

How it works

The skill runs as a local stdio MCP server via npx skillsindex-mcp. It bundles the compiled TypeScript and calls the SkillsIndex public API endpoints. No server is installed permanently โ€” npx runs the package on demand. Exact network endpoints called: ToolEndpointMethodsearch_toolshttps://skillsindex.dev (Supabase REST API, anon key)GETget_toolhttps://skillsindex.dev (Supabase REST API, anon key)GETget_top_ratedhttps://skillsindex.dev (Supabase REST API, anon key)GETcheck_securityhttps://skillsindex.dev (Supabase REST API, anon key)GETsubmit_toolhttps://skillsindex.dev/api/mcp/submitPOSTsubscribehttps://skillsindex.dev/api/subscribePOST The Supabase anon key is a public read-only key โ€” it only allows reading published tool data. This is the same key embedded in every SkillsIndex web page.

search_tools

Search by keyword, ecosystem, or category. Returns tools ranked by overall score. query: "postgres database MCP server" ecosystem: mcp_server | claude_skill | gpt_action | openclaw_skill | plugin category: databases-storage | browser-automation | code-execution | ... limit: 1โ€“20

get_tool

Full details for a tool by slug: security score, GitHub stats, pricing, install difficulty. slug: "filesystem-mcp-server"

get_top_rated

Top-scored tools, optionally filtered by ecosystem or category.

check_security

Security audit report: score (0โ€“5), risk flags, audit notes based on static source analysis. slug: "tool-slug" (preferred) name: "Tool Name" (fuzzy match)

submit_tool

Submit a new tool for indexing. Sends name, URL, description to SkillsIndex review queue. name: "My MCP Server" github_url: "https://github.com/user/repo" description: "What the tool does" ecosystem: "mcp_server" category: "databases-storage"

subscribe

Subscribe an email to The Weekly Index โ€” new tools + security alerts every Thursday.

Installation

No configuration needed. Add to claude_desktop_config.json: { "mcpServers": { "skillsindex": { "command": "npx", "args": ["skillsindex-mcp"] } } }

Data

11,000+ tools across 5 ecosystems Scoring formula: security (30%) + utility (30%) + maintenance (25%) + uniqueness (15%) Refreshed weekly via GitHub API Security scores from static analysis of open-source code (no proprietary data)

Source code

https://github.com/thomasblc/skillsindex โ†’ mcp/src/index.ts Full source is auditable. The compiled output in dist/index.js matches the TypeScript source exactly.

Links

Directory: skillsindex.dev npm: npmjs.com/package/skillsindex-mcp Source: github.com/thomasblc/skillsindex Scoring methodology: skillsindex.dev/methodology/

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
1 Docs1 Config
  • SKILL.md Primary doc
  • skill.json Config