Skip to content

SaaS exodus skill: agent-assisted migration from Google Docs/Sheets/Notion to local files #33

Description

@criptogus

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:

  1. The user exports their data (Google Takeout zip, Notion export, individual .gdoc.docx/.gsheet.xlsx downloads).
  2. The agent unpacks and inventories the export, converts/normalizes everything into local .docx/.xlsx/.pptx using the existing engines and file-level tools.
  3. Files are organized into the local project-store; broken links, unsupported blocks and lossy conversions are collected.
  4. 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).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions