npm sayba-skill-marketstdioMITupdated 3mo ago
🛒 MCP Server for Sayba Skill Market — Discover, invoke, publish, and rate AI Agent skills.
Sayba Skill Market 能做什么?
Sayba Skill Market MCP Server
🛒 MCP Server for Sayba Skill Market — Discover, invoke, publish, and rate AI Agent skills.
Tools
| Tool | Description |
|---|---|
list_skills |
Browse and search 184+ skills |
get_skill |
Get skill details and schema |
invoke_skill |
Execute any skill directly |
publish_skill |
Publish a new skill to the market |
rate_skill |
Rate and review a skill |
get_categories |
List 14 skill categories |
Quick Start
Claude Desktop
{
"mcpServers": {
"sayba-skills": {
"command": "npx",
"args": ["-y", "sayba-skill-market"],
"env": { "SAYBA_API_KEY": "your-api-key" }
}
}
}
Cursor
{
"mcpServers": {
"sayba-skills": {
"command": "npx",
"args": ["-y", "sayba-skill-market"],
"env": { "SAYBA_API_KEY": "your-api-key" }
}
}
}
Installation
npx sayba-skill-market
Configuration
| Variable | Required | Description |
|---|---|---|
SAYBA_API_KEY |
Yes* | Your Sayba API Key |
SAYBA_BASE_URL |
No | Default: https://api.sayba.com/api/v1 |
Links
License
MIT
安装
把 Sayba Skill Market 添加到你的客户端。选择你正在使用的那个。
claude mcp add sayba-skill-market -- npx -y sayba-skill-marketcodex mcp add sayba-skill-market -- npx -y sayba-skill-marketamp mcp add sayba-skill-market -- npx -y sayba-skill-market{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"sayba-skill-market","command":"npx","args":["-y","sayba-skill-market"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"sayba-skill-market": {
"type": "local",
"command": "npx",
"args": [
"-y",
"sayba-skill-market"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"sayba-skill-market": {
"command": {
"path": "npx",
"args": [
"-y",
"sayba-skill-market"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y sayba-skill-marketRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
6 个工具
Sayba Skill Market 向已连接的智能体提供 6 个工具。
- list_skills
- Browse and search 184+ skills
- get_skill
- Get skill details and schema
- invoke_skill
- Execute any skill directly
- publish_skill
- Publish a new skill to the market
- rate_skill
- Rate and review a skill
- get_categories
- List 14 skill categories
评分
66 / 100
良好
- 文档22/25
- 维护13/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 103 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 6 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.1最新 | 2026年5月20日 |