| created | 2026-05-24 | |
|---|---|---|
| updated | 2026-05-26 | |
| last_updated_session | codex/current | |
| source_commit | 68145258676f | |
| schema_route | code-core/flow/approval-forwarding-native-delivery | |
| tags |
|
| title | Codex and OpenClaw Security Configuration Policy Matrix |
|---|---|
| last_refreshed | 2026-05-22 |
| last_refreshed_by | codex |
| schema_route | ag-dir-v2/specs/23-codex-openclaw-access-control-normalization/reports/codex-openclaw-security-policy-matrix |
| status | draft |
OpenClaw should be able to use plugins that are available from the user's Codex installation while preserving the way the Codex client activates and executes plugins. The minimal implementation is a bridge inside the bundled codex plugin that:
- inventories Codex plugin marketplace entries through Codex app-server,
- installs or re-enables selected plugin bundles through
plugin/install, - refreshes plugin, skill, hook, app, and MCP runtime state after install,
- publishes one OpenClaw tool per enabled plugin,
- invokes the plugin by starting an isolated Codex app-server thread with the installed plugin runtime available,
| id | s0o4y7x0hii013s5odjdobs |
|---|---|
| title | Textpress |
| desc | |
| updated | 1745186728475 |
| created | 1745186544833 |
Plain Text Publishing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sources: | |
| source/a/dd_agent: | |
| type: datadog_agent | |
| address: 0.0.0.0:8020 | |
| multiple_outputs: true | |
| sinks: | |
| sink/l/dd: | |
| site: ${DD_SITE} | |
| type: datadog_logs | |
| inputs: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| AWSTemplateFormatVersion: '2010-09-09' | |
| Description: CloudFormation template to create an Interface VPC Endpoint for integration with Nimbus Ingestion. | |
| Parameters: | |
| VpcId: | |
| Type: AWS::EC2::VPC::Id | |
| Description: The ID of the VPC (us-east-1) in which the endpoint and dependant resources will be created. | |
| SubnetIds: | |
| Type: List<AWS::EC2::Subnet::Id> | |
| Description: "List of Subnet IDs where the endpoint will be available." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # -*- coding: utf-8 -*- | |
| import sys | |
| import json | |
| from typing import Optional, Tuple | |
| import pprint | |
| from log_filters import filter_logs_by_source_type | |
| class MergePolicy: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Place your key bindings in this file to override the defaults | |
| [ | |
| // The following are Kevin's keybindings for VSCode | |
| // They are made available under CC BY 4.0 | |
| // | |
| // To navigate | |
| // `==` denote sections | |
| // `---` denotes subsections | |
| // | |
| // == Dendron |
NewerOlder