awesome-openclaw-skills

GitHub

The awesome collection of OpenClaw skills. 5,400+ skills filtered and categorized from the official OpenClaw Skills Registry.๐Ÿฆž

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "awesome-openclaw-skills": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-awesome-openclaw-skills"
      ]
    }
  }
}