What are Agent Skills?
Agent skills are structured instruction files (SKILL.md) that teach AI agents how to use the gws CLI to accomplish specific tasks. Each skill provides:
- Clear descriptions of what the skill does
- Step-by-step instructions for the agent
- Real command examples with proper syntax
- Context about when to use the skill
- Core Services: Drive, Gmail, Calendar, Sheets, Docs, Slides, Chat, and more
- Helper Commands: Shortcuts for common operations like sending email or uploading files
- Workflows: Multi-step automation sequences
- Recipes: 50+ curated task sequences with real commands
- Personas: Role-based skill bundles (executive assistant, project manager, IT admin, etc.)
Installation
Install All Skills at Once
The fastest way to get started is to install the entire skill library:Install Individual Skills
If you only need specific capabilities, you can install skills individually:OpenClaw Setup
If you’re using OpenClaw, you can symlink or copy skills directly:Symlink All Skills (Recommended)
Symlinking keeps your skills in sync with the repository:gws repository automatically updates your agent’s skills.
Copy Specific Skills
If you prefer to copy skills instead:Automatic CLI Installation
Thegws-shared skill includes an install block that automatically installs the gws CLI via npm if it’s not already on the system PATH. This ensures your agent can always execute gws commands.
Browse All Skills
For a complete list of all available skills grouped by category (Services, Helpers, Workflows, Personas, Recipes), see the Skills Index.Next Steps
- MCP Server - Expose Google Workspace APIs via Model Context Protocol
- Gemini Extension - Install the CLI as a Gemini CLI extension
- Skills Index - Browse all 100+ skills by category