{
  "markdown": "# Wondel.ai Skills MCP\n\nLet your agent ask which skill to use — then hand it over.\n\nAn open, **read-only** MCP server over 50 book-based agent skills and 12 guided journeys, from [Wondel.ai](https://wondel.ai). It routes a task to the right framework, tells your agent which ones to skip and why, and serves the real SKILL.md in-session. No install, no account, no auth.\n\n## Connect\n\nStreamable HTTP, one URL, nothing to configure.\n\n```bash\nclaude mcp add --transport http wondel-skills https://skills.wondel.ai/mcp\n```\n\nIn any client that takes an `mcpServers` block — Cursor, Codex, OpenClaw and the rest:\n\n```json\n{\n  \"mcpServers\": {\n    \"wondel-skills\": {\n      \"type\": \"http\",\n      \"url\": \"https://skills.wondel.ai/mcp\"\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `recommend_skills(task, stack?, phase?, max?)` | Route a task to the right skills — which to load first, which to skip (quoted from each skill's own \"not for\" line), and a guided journey when the task spans a whole project. Start here. |\n| `search_skills(query, kind?, category?, limit?)` | Search by keyword or plain task language (\"my UI looks amateur\", \"pricing\", \"dark mode\"). |\n| `get_skill(slug, sections?)` | Cheap metadata for one skill (~300 tokens): definition, when to use, when not to, related slugs. |\n| `load_skill(slug, part?)` | The skill's actual instructions — the upstream SKILL.md, ready to follow in-session. |\n| `get_journey(slug? \\| goal?)` | One guided journey as a phase plan: ordered skills, the decision question each phase answers, and go/no-go gates. |\n\nEvery tool is read-only and annotated as such.\n\nInfo: https://skills.wondel.ai/mcp · Contact: contact@wondel.ai · [Wondel.ai](https://wondel.ai) — product studio building consumer AI experiences (text, image, video, voice), Warsaw, Poland.\n",
  "bytes": 1812,
  "sha": "ccdf6880839a587cc38ed2eb2f334f7bb0d7b82325c7f2cce682b0fe4bcb61d7",
  "repo_slug": "mjaskolski/wondel-skills-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_mjaskolski_wondel_skills_mcp_455cb7aa/readme"
}