Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计提醒

skillsindex-mcpskillsindex MCP 搜索

Agent Skill

skillsindex-mcp 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

10,331

周安装

422

GitHub Stars

公开资料未说明

下载量

3,342
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:skillsindex-mcp(skillsindex MCP 搜索)
来源仓库:https://github.com/thomasblc/skillsindex-mcp
安装命令:
openclaw skills install skillsindex-mcp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install skillsindex-mcp

简介

从 SkillsIndex 中搜索、评分并提交 11,000 多个 AI 代理工具,按生态系统、类别进行筛选,并根据安全性、实用性和维护性进行评级。

SKILL.md

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 operationssubmit_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:

ToolEndpointMethod
search_toolshttps://skillsindex.dev (Supabase REST API, anon key)GET
get_toolhttps://skillsindex.dev (Supabase REST API, anon key)GET
get_top_ratedhttps://skillsindex.dev (Supabase REST API, anon key)GET
check_securityhttps://skillsindex.dev (Supabase REST API, anon key)GET
submit_toolhttps://skillsindex.dev/api/mcp/submitPOST
subscribehttps://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.

Tools

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/skillsindexmcp/src/index.ts

Full source is auditable. The compiled output in dist/index.js matches the TypeScript source exactly.

Links

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

76.58%
按下载量换算2,559

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills