google-workspace Skill
Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python. Published by NousResearch in hermes-agent.
What is google-workspace Skill?
Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python. Published by NousResearch in hermes-agent. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Documentation
- Research
- Documentation use cases
- Research use cases
Technical details
- Install or run with Copy skill directory
When to use google-workspace Skill
- Use it for documentation.
- Use it for research.
Built with
Editorial notes
Source
- Creator: NousResearch
- Repository: NousResearch/hermes-agent
- Skill file: skills/productivity/google-workspace/SKILL.md
What it does
Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.
Skill instructions
Google Workspace Gmail, Calendar, Drive, Contacts, Sheets, and Docs — through Hermes-managed OAuth and a thin CLI wrapper. When gws is installed, the skill uses it as the execution backend for broader Google Workspace coverage; otherwise it falls back to the bundled Python client implementation. References - references/gmail-search-syntax.md — Gmail search operators (is:unread, from:, newerthan:, etc.) Scripts - scripts/setup.py — OAuth2 setup (run once to authorize) - scripts/googleapi.py — compatibility wrapper CLI. It prefers gws for operations when available, while preserving Hermes' existing JSON output contract. First-Time Setup The setup is fully non-interactive — you drive it step by step so it works on CLI, Telegram, Discord, or any platform. Define a shorthand first: bash GSETUP="python ${HERMESHOME:-$HOME/.hermes}/skills/productivity/google-workspace/scripts/setup.py" Step 0: Check if already set up bash $GSETUP --check If it prints AUTHENTICATED, skip to Usage — setup is al
Explore related resources
Frequently asked questions
What is google-workspace?
google-workspace is a open-source AI agent skill with Copy skill directory. Gmail, Calendar, Drive, Docs, Sheets via gws CLI or Python.
Who is google-workspace best for?
google-workspace is best for reusing agent instructions, scripts, and references, documentation workflows, research workflows.
How do I install google-workspace?
Install or run google-workspace using Copy skill directory. Check google-workspace for the latest setup command.
Is google-workspace actively maintained?
google-workspace may need a closer maintenance check before production use.
Auto-fetched from GitHub.