{ "name": "remoteopenclaw", "version": "0.2.1", "mcpName": "io.github.aidevelopers2/remoteopenclaw-mcp", "description": "Search Remote OpenClaw (13,870+ MCP servers, 4,384+ agent skills, and plugins) from your terminal or AI agent. Works as a CLI (npx remoteopenclaw search ) and as an MCP server.", "type": "module", "bin": { "remoteopenclaw": "dist/index.js" }, "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "model-context-protocol", "claude-code", "openclaw", "hermes", "codex", "cursor", "skills", "plugins", "directory", "aggregator" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0" }, "license": "MIT", "homepage": "https://www.remoteopenclaw.com", "repository": { "type": "git", "url": "git+https://github.com/aidevelopers2/remoteopenclaw-mcp.git" } }