iiRecord
Agentic AI Atlas · onEvent (OpenClaw)
hook-surface:openclaw.on-eventa5c.ai
II.
HookSurface JSON

hook-surface:openclaw.on-event

Structured · live

onEvent (OpenClaw) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · channels-hooks/hook-surfaces/native/openclaw-on-event.yamlCluster · channels-hooks
Record JSON
{
  "id": "hook-surface:openclaw.on-event",
  "_kind": "HookSurface",
  "_file": "channels-hooks/hook-surfaces/native/openclaw-on-event.yaml",
  "_cluster": "channels-hooks",
  "attributes": {
    "eventName": "onEvent (OpenClaw)",
    "displayName": "onEvent (OpenClaw)",
    "kind": "native",
    "originVendor": "a5c",
    "direction": "post",
    "blocking": false,
    "family": "shell-hook",
    "payloadSchema": {
      "type": "object",
      "required": [
        "event"
      ],
      "properties": {
        "event": {
          "type": "string"
        },
        "payload": {
          "type": "object"
        }
      }
    },
    "description": "OpenClaw's generic onEvent hook. Canonicalizes to post-tool-use for\ncross-product policies.\n"
  },
  "outgoingEdges": [
    {
      "from": "hook-surface:openclaw.on-event",
      "to": "hook-surface:post-tool-use",
      "kind": "canonicalized_to",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "agent-runtime-impl:openclaw.runtime@current",
      "to": "hook-surface:openclaw.on-event",
      "kind": "exposes",
      "attributes": {}
    },
    {
      "from": "hook-mapping:openclaw-on-event-native",
      "to": "hook-surface:openclaw.on-event",
      "kind": "maps_hook",
      "attributes": {}
    }
  ]
}