# Persona Content Creator > Create, organize, and distribute content across Workspace. Source: https://skillsagentes.com/skills/googleworkspace/cli/persona-content-creator Repository: https://github.com/googleworkspace/cli Author: googleworkspace License: Apache-2.0 Updated: hace 4 meses Context cost: 15 tok installed, 308 tok once triggered, 308 tok with every bundled file Bundle: 1 file, 1 KB Permissions requested: none declared ## Install ```bash npx -y skills add googleworkspace/cli --skill persona-content-creator --agent claude-code ``` ## What it does - Redacta contenido en Google Docs usando `gws docs +write` - Organiza recursos de contenido en carpetas de Drive con `gws drive files list` - Anuncia contenido terminado en Chat mediante `gws workflow +file-announce` - Envía solicitudes de revisión de contenido por email con `gws gmail +send` - Sube archivos multimedia a Drive con `gws drive +upload` ## Use it when - Necesitas crear, organizar y distribuir contenido dentro de Workspace ## What triggers it - "Redacta este contenido en Google Docs y compártelo en Chat" - "Sube estos recursos multimedia a Drive y avisa por email para revisión" - "Organiza los archivos de la campaña en la carpeta de Drive" ## Before you install - Requiere el binario `gws` y cargar las skills gws-docs, gws-drive, gws-gmail, gws-chat y gws-slides. ## Files - SKILL.md — 1 KB ## SKILL.md Reproduced verbatim from googleworkspace/cli under Apache-2.0. This section is the upstream document and is in English. # Content Creator > **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-docs`, `gws-drive`, `gws-gmail`, `gws-chat`, `gws-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 `gws drive files list` to browse. - 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 `gws docs +write` for quick content updates — it handles the Docs API formatting. - Keep a 'Content Calendar' in a shared Sheet for tracking publication schedules. - Use `--format yaml` for human-readable output when debugging API responses. --- Skills Agentes — https://skillsagentes.com/skills/googleworkspace/cli/persona-content-creator