{
  "id": "context-mode",
  "name": "Context Mode",
  "kind": "tool",
  "description": "OpenClaw plugin that saves 98% of your context window. Sandboxed code execution in 11 languages, FTS5 knowledge base with BM25 ranking, and intent-driven search.",
  "version": "1.0.90",
  "sandbox": {
    "mode": "permissive",
    "filesystem_access": "full",
    "system_access": "full"
  },
  "configSchema": {
    "type": "object",
    "properties": {
      "enabled": {
        "type": "boolean",
        "default": true,
        "description": "Enable or disable the context-mode plugin."
      }
    },
    "additionalProperties": false
  }
}
