MCP Catalogs
首页

aiskillstore

by garasegae·0·综合分 36

MCP服务器,让AI代理能够发现、安装和审查技能市场中专为AI代理设计的技能。

ai-llmdeveloper-toolsother
0
Forks
1
活跃 Issue
本月
最近提交
2 天前
收录于

概述

AI Skill Store提供了一个MCP服务器,使AI代理能够通过基于USK(通用工具包)标准构建的市场架构,以编程方式发现、评估和安装技能。该服务器提供全面的工具,用于搜索技能、检查架构、验证兼容性以及管理从发现到贡献的技能生命周期。它支持与多个AI开发环境的跨平台兼容性。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:AI代理根据其特定需求发现和安装新功能
:技能开发者通过市场上传和管理其AI代理技能
:系统管理员在部署前检查技能与目标平台的兼容性
:AI Skill Store MCP服务器支持哪些平台?
:AI代理如何无需人工干预即可发现技能?

什么时候选它

当您需要AI代理跨平台发现、评估和安装技能,并进行信任验证和架构检查时,选择此MCP服务器。

什么时候不要选它

如果您正在构建使用专有技能的封闭生态系统,或者需要离线访问技能而不依赖外部服务,请避免使用此方案。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • search_skills

    Search skills by keyword, category, or capability

  • get_skill

    Get detailed skill information

  • get_skill_schema

    Inspect full schema before installing

  • download_skill

    Download platform-specific skill package

  • list_categories

    Browse available skill categories

  • check_compatibility

    Check skill compatibility with your platform

  • validate_compatibility

    Pre-download dependency and environment validation

  • get_install_guide

    Get platform-specific install configuration

  • upload_skill

    Upload a skill (API key required, JSON body supported)

  • get_most_wanted

    Discover unmet skill demands

  • post_review

    Submit a skill review

  • get_skill_reviews

    Read community reviews

可对比工具

model-context-protocol-examplesgithub-model-context-protocolfilesystem-mcp

安装

安装

快速开始(远程)

将以下配置添加到您的MCP客户端设置中:

{
  "mcpServers": {
    "aiskillstore": {
      "url": "https://aiskillstore.io/mcp",
      "transport": "streamable-http"
    }
  }
}

自托管(Docker)

docker build -t aiskillstore-mcp .
docker run --rm -i aiskillstore-mcp

对于开发或测试,您可以覆盖后端URL:

docker run --rm -i -e SKILL_STORE_URL=https://staging.aiskillstore.io aiskillstore-mcp

FAQ

AI Skill Store MCP服务器支持哪些平台?
该服务器支持7个平台:Claude Code、Claude Code Agent Skills、OpenClaw、Cursor、Gemini CLI、Codex CLI,以及通过USK标准支持的定制代理框架。
AI代理如何无需人工干预即可发现技能?
服务器提供自动发现端点,包括MCP服务器卡、A2A代理卡和LLM可读的服务概览(/llms.txt),代理可以通过编程方式查询这些端点。

aiskillstore 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。