{ "name": "olp-plugin", "version": "0.4.0", "description": "OpenClaw gateway plugin — /olp slash commands for the OLP proxy (read-only)", "main": "index.js", "type": "module", "keywords": ["openclaw", "plugin", "olp", "proxy"], "license": "MIT", "private": true, "openclaw": { "type": "plugin", "id": "olp", "pluginManifest": "openclaw.plugin.json", "extensions": ["./index.js"] } }