File size: 488 Bytes
4638146 0bb82b0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
license: mit
tags:
- openclaw
- obsidian
- plugin
- bridge
---
# OpenClaw Obsidian Bridge
Minimal OpenClaw plugin extension that exposes Obsidian status/open helpers through gateway methods and an authenticated HTTP route.
## Methods
- `obsidian.bridge.status`
- `obsidian.bridge.open`
- `POST /hooks/obsidian-bridge`
## Local Check
```bash
npm test
```
The example assumes an `obsidian` helper binary is available. Adapt `index.mjs` for your own host path or wrapper.
|