Hermes + Obsidian workflow for Meetily exports #508
0xdeval
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey Meetily community — I wanted to share a Hermes + Obsidian integration we just built around Meetily exports:
Repo: https://github.com/0xdeval/hermes-meetily-to-obsidian
What it does
This workflow takes exported Meetily meeting data and turns it into a structured Obsidian meeting archive.
It is designed for users who want:
summary.mdraw.mdtranscriptOutput structure
The skill writes meetings like this:
How it works
The processor supports the real Meetily export shape:
metadata.jsontranscripts.jsonIt then:
Good use cases
How to use it
The repo includes:
SKILL.md)scripts/process_exporter.py)Example run:
If anyone here is using Meetily + Obsidian, I’d love feedback on whether this should evolve further for the Meetily ecosystem.
All reactions