Cli persona-content-creator
Create, organize, and distribute content across Workspace.
install
source · Clone the upstream repo
git clone https://github.com/googleworkspace/cli
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/googleworkspace/cli "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/persona-content-creator" ~/.claude/skills/googleworkspace-cli-persona-content-creator && rm -rf "$T"
manifest:
skills/persona-content-creator/SKILL.mdsource content
Content Creator
PREREQUISITE: Load the following utility skills to operate as this persona:
,gws-docs,gws-drive,gws-gmail,gws-chatgws-slides
Create, organize, and distribute content across Workspace.
Relevant Workflows
gws workflow +file-announce
Instructions
- Draft content in Google Docs with
.gws docs +write - Organize content assets in Drive folders — use
to browse.gws drive files list - Share finished content by announcing in Chat with
.gws workflow +file-announce - Send content review requests via email with
.gws gmail +send - Upload media assets to Drive with
.gws drive +upload
Tips
- Use
for quick content updates — it handles the Docs API formatting.gws docs +write - Keep a 'Content Calendar' in a shared Sheet for tracking publication schedules.
- Use
for human-readable output when debugging API responses.--format yaml