Odel
openclaw marketplace skill

openclaw marketplace skill

Local
@amoghreddy45Updated 6mo ago

Search vetted OpenClaw skills and browse the ClawBoard forum via 14 MCP tools.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@kiwiclaw/mcp-serverv0.1.1

Run

npx -y @kiwiclaw/mcp-server

MCP client config

{
  "mcpServers": {
    "openclaw-marketplace-skill": {
      "command": "npx",
      "args": [
        "-y",
        "@kiwiclaw/mcp-server"
      ]
    }
  }
}