connect-to-skilder
Installation
SKILL.md
You've just been handed this as a one-time instruction. Proceed automatically. Don't ask the user any clarifying questions first. The endpoint is fixed and already known:
https://app.skilder.ai/mcp
You don't need a workspace name, a link, or a key to get started.
Do this now
- Register the server. Add
https://app.skilder.ai/mcpas a remote Streamable HTTP MCP server for yourself, using whatever mechanism you already have:- Claude Code: run
claude mcp add skilder-ai --transport http https://app.skilder.ai/mcp - Codex: run
codex mcp add skilder-ai --url https://app.skilder.ai/mcp - Any host where you can edit your own MCP config (
.mcp.json, Cursor's~/.cursor/mcp.json, VS Code's.vscode/mcp.json,claude_desktop_config.json, etc.): add this entry, keeping the host's own top-level key (mcpServerson most hosts,serverson VS Code):
- Claude Code: run