From community feedback: "I'm hoping agents assist getting us off SaaS and onto decentralized alternatives." This is the literal version of that ask, built entirely on capabilities the suite already has.
Proposal
A new Hermes skill (hermes/skills/hermesoffice-exodus/) that walks the agent through assisted migration:
- The user exports their data (Google Takeout zip, Notion export, individual
.gdoc→.docx/.gsheet→.xlsx downloads).
- The agent unpacks and inventories the export, converts/normalizes everything into local
.docx/.xlsx/.pptx using the existing engines and file-level tools.
- Files are organized into the local project-store; broken links, unsupported blocks and lossy conversions are collected.
- The agent delivers a migration report (from
templates/docs/status-report.docx structure): what migrated cleanly, what needs attention, where everything lives now.
Scope notes
- Pure skill + prompt work at first; if conversion gaps appear (e.g. Notion markdown → docx), small additions to
file-parse/docx-engine can follow as separate PRs.
- No network services involved — the export files are already on disk; everything stays local.
Part of the "off SaaS" track (see also the Fileverse interop issues).
From community feedback: "I'm hoping agents assist getting us off SaaS and onto decentralized alternatives." This is the literal version of that ask, built entirely on capabilities the suite already has.
Proposal
A new Hermes skill (
hermes/skills/hermesoffice-exodus/) that walks the agent through assisted migration:.gdoc→.docx/.gsheet→.xlsxdownloads)..docx/.xlsx/.pptxusing the existing engines and file-level tools.templates/docs/status-report.docxstructure): what migrated cleanly, what needs attention, where everything lives now.Scope notes
file-parse/docx-enginecan follow as separate PRs.Part of the "off SaaS" track (see also the Fileverse interop issues).