Unified OpenClaw agent skill wrapping all Workspace APIs into one #270
voidborne-d
started this conversation in
Ideas
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.
-
Built an OpenClaw agent skill that wraps gws into a single, unified skill covering all Workspace APIs — Drive, Gmail, Calendar, Sheets, Docs, Chat, Tasks, Admin, and everything else.
Why?
The repo ships 100+ individual skills (one per service), which is great for granularity. But for AI agents that need to operate across multiple Workspace services in a single session, having one consolidated skill is more practical:
Links
Example
An OpenClaw agent with this skill can handle requests like:
The agent reads the skill, knows the exact gws commands, auth patterns, and output formats — no hallucination, no guessing at API parameters.
Happy to hear feedback or ideas for improvement. The gws CLI is an excellent foundation — this skill just makes it easier for AI agents to use it end-to-end.
Beta Was this translation helpful? Give feedback.
All reactions