hermes-agent/skills/productivity
Teknium e43d2fe520
feat(google-workspace): Drive write ops + Docs/Sheets create/append (#21895)
Expand the google-workspace skill beyond read-only access to Drive and
Docs. Sheets already had full scope — just adds the missing create verb.

New subcommands:
- drive get        : metadata for a single file
- drive upload     : upload a local file (auto MIME detection)
- drive download   : download or export (Docs/Sheets/Slides export to pdf/csv/pdf by default)
- drive create-folder
- drive share      : user/group/domain/anyone + reader/writer/etc.
- drive delete     : default trashes (reversible); --permanent skips the trash
- sheets create    : new spreadsheet with optional first-tab name
- docs create      : new doc, optional initial body
- docs append      : append text at end of an existing doc

Scope changes:
- drive.readonly     -> drive
- documents.readonly -> documents

Existing users with old tokens will hit the existing partial-scope
warning path (AUTHENTICATED (partial) ...) — the troubleshooting table
now points them at $GSETUP --revoke + redo steps 3-5 to pick up the
write scopes.
2026-05-08 07:27:32 -07:00
..
airtable feat(skills/airtable): tailor skill to Hermes idioms + expand cookbook 2026-04-26 18:45:15 -07:00
google-workspace feat(google-workspace): Drive write ops + Docs/Sheets create/append (#21895) 2026-05-08 07:27:32 -07:00
linear feat(skills/linear): add Documents support + Python helper script (#20752) 2026-05-06 08:27:21 -07:00
maps docs(skills): compress 74 built-in skill descriptions to <=60 chars 2026-04-26 21:50:56 -07:00
nano-pdf docs(skills): compress 74 built-in skill descriptions to <=60 chars 2026-04-26 21:50:56 -07:00
notion docs(skills): compress 74 built-in skill descriptions to <=60 chars 2026-04-26 21:50:56 -07:00
ocr-and-documents docs(skills): compress 74 built-in skill descriptions to <=60 chars 2026-04-26 21:50:56 -07:00
powerpoint docs(skills): salvage dropped trigger content into skill bodies 2026-04-26 21:50:56 -07:00
DESCRIPTION.md Release set of skills 2026-02-25 05:21:17 -08:00