Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Search, score, and submit 11,000+ AI agent tools from SkillsIndex, filtered by ecosystem, category, and rated on security, utility, and maintenance.
Search, score, and submit 11,000+ AI agent tools from SkillsIndex, filtered by ecosystem, category, and rated on security, utility, and maintenance.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Search, score, and submit AI agent tools from SkillsIndex
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.
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
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 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
Full details for a tool by slug: security score, GitHub stats, pricing, install difficulty. slug: "filesystem-mcp-server"
Top-scored tools, optionally filtered by ecosystem or category.
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 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 an email to The Weekly Index โ new tools + security alerts every Thursday.
No configuration needed. Add to claude_desktop_config.json: { "mcpServers": { "skillsindex": { "command": "npx", "args": ["skillsindex-mcp"] } } }
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)
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.
Directory: skillsindex.dev npm: npmjs.com/package/skillsindex-mcp Source: github.com/thomasblc/skillsindex Scoring methodology: skillsindex.dev/methodology/
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.