Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fix-skill-install-docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@googleworkspace/cli": patch
---

Document gws-shared as a required prerequisite for selective skill installation
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ The repo ships 100+ Agent Skills (`SKILL.md` files) — one for every supported
npx skills add https://github.com/googleworkspace/cli

# Or pick only what you need
# gws-shared is required by all service skills — install it first
npx skills add https://github.com/googleworkspace/cli/tree/main/skills/gws-shared

# Then install the specific service skills you need
npx skills add https://github.com/googleworkspace/cli/tree/main/skills/gws-drive
npx skills add https://github.com/googleworkspace/cli/tree/main/skills/gws-gmail
```
Expand Down
Loading