Newer
Older
cortex-hub / skills / mesh-inspect-drift / SKILL.md

name: mesh_inspect_drift emoji: "🔍" description: Perform a deep comparison between the Hub's local record and a node's physical file state. skill_type: local is_enabled: true features:

  • chat
  • swarm_control config: parameters: type: object properties:
    node_id:
      type: string
      description: Target node ID.
    path:
      type: string
      description: Relative path to the file to inspect.
    session_id:
      type: string
      description: The workspace session ID.
    required:
    • node_id
    • path
    • session_id

      is_system: true

Mesh Inspect Drift

Use this tool when you suspect the Hub mirror is out of sync with an edge node. It will return a unified diff showing exactly what changed on the remote node vs your local Hub copy.