Back to plugin center
Plugin · Manifest

matter-bridge

Matter Bridge · Partner · In beta
Install command
aios
aios plugin install matter-bridge
Permissions

The plugin can only do what is declared in the manifest; anything else is refused by the system.

connect:matter:readconnect:matter:writefacts:devices:write
Capabilities

Capabilities the plugin exposes for the runtime to orchestrate.

  • bridge

    Bridges Matter, Thread, Wi-Fi, Zigbee devices

  • sync

    Keeps device state in sync with FactBase

Actions

Actions you can trigger from rules or scripts.

  • device.enroll

    Enroll a newly discovered device

  • device.command

    Send a cross-protocol device command

Manifest Preview

The complete manifest, in one file.

PLUGIN_MANIFEST.yaml
plugin:
  id: matter-bridge
  name: Matter Bridge
  vendor: Partner
  stage: beta
  topic: infra

permissions:
  - connect:matter:read
  - connect:matter:write
  - facts:devices:write

capabilities:
  - kind: bridge
    desc: Bridges Matter, Thread, Wi-Fi, Zigbee devices
  - kind: sync
    desc: Keeps device state in sync with FactBase

actions:
  - id: device.enroll
    desc: Enroll a newly discovered device
  - id: device.command
    desc: Send a cross-protocol device command

install: aios plugin install matter-bridge