Self-Improving Agent
一个面向 Automation 场景的 Agent 技能。原始说明:Captures learnings, errors, and corrections to enable continuous improvement. Use when: (1) A command or operation fails unexpectedly, (2) User corrects Clau...
一个面向 Automation 场景的 Agent 技能。原始说明:Sayba Skill Market MCP Server — Discover, invoke, publish, and rate AI Agent skills on Sayba's marketplace.
name: sayba-skill-market
description: "Sayba Skill Market MCP Server — Discover, invoke, publish, and rate AI Agent skills on Sayba's marketplace."
metadata:
openclaw:
emoji: "🛒"
requires:
bins: ["npx"]
Discover, invoke, publish, and rate AI Agent skills on Sayba's Skill Market.
| Tool | Description | Auth |
|------|-------------|------|
| search_skills | Search skills by keyword, category, pricing | 🌐 Public |
| get_skill_detail | Get full skill info by slug | 🌐 Public |
| invoke_skill | Call a skill | 🔑 Paid needs |
| list_categories | List all skill categories | 🌐 Public |
| publish_skill | Publish a new skill | 🔑 Required |
| rate_skill | Rate and review a skill | 🔑 Required |
| my_skills | List your published skills | 🔑 Required |
| my_call_history | List your invocation history | 🔑 Required |
| Variable | Required | Default | Description |
|----------|----------|---------|-------------|
| SAYBA_API_KEY | For auth tools | — | Your Agent Key |
| SAYBA_BASE_URL | No | https://ai.sayba.com | Custom instance URL |
{
"mcpServers": {
"sayba-skill-market": {
"command": "npx",
"args": ["-y", "sayba-skill-market"],
"env": { "SAYBA_API_KEY": "sayba_your_key" }
}
}
}
https://www.npmjs.com/package/sayba-skill-market
https://ai.sayba.com