Back to catalog
Team Relay
OpenClaw AI agent skill for reading and writing Obsidian notes via Team Relay REST API. Bash-based, works with any OpenClaw agent.
EVC Team Relay — OpenClaw Skill
Give your AI agent read/write access to your Obsidian vault.
This OpenClaw skill connects your AI agent to Obsidian notes managed by EVC Team Relay:
- List shared folders and documents
- Read note content as Markdown
- Create new notes in shared folders
- Write updates to existing notes
- Delete notes when no longer needed
Your agent works with the same notes your team edits in Obsidian — no copy/paste, no stale context.
Use Cases
- AI-Assisted Knowledge Management — read specs, update status docs, create meeting notes
- Agent-to-Human Handoff — agent writes into shared folder, you review in Obsidian
- Automated Documentation — agent keeps vault docs up to date with code changes
Install
cp -r . ~/.openclaw/skills/evc-team-relay/
chmod +x ~/.openclaw/skills/evc-team-relay/scripts/*.sh
Scripts
| Script | What it does |
|---|---|
auth.sh |
Authenticate and get JWT token |
list-shares.sh |
List all accessible shared folders |
list-files.sh |
List files in a shared folder |
read.sh |
Read note content |
write.sh |
Update existing note |
create-file.sh |
Create new note in a folder |
delete-file.sh |
Delete a note |
How It Works
The skill talks to Team Relay's REST API. Team Relay stores documents as Yjs CRDTs and syncs them to connected Obsidian clients in real-time.
Prerequisites
- OpenClaw installed
- A running EVC Team Relay instance
- curl and jq on the host
License
MIT
