Claude Agent Skill · by Googleworkspace

Persona Content Creator

Content management across Google Workspace usually means juggling five different apps and losing track of what's published where. This persona skill streamlines

Install
Terminal · npx
$npx skills add https://github.com/googleworkspace/cli --skill persona-content-creator
Works with Paperclip

How Persona Content Creator fits into a Paperclip company.

Persona Content Creator drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md38 lines
Expand
---name: persona-content-creatordescription: "Create, organize, and distribute content across Workspace."metadata:  version: 0.22.5  openclaw:    category: "persona"    requires:      bins:        - gws      skills:        - gws-docs        - gws-drive        - gws-gmail        - gws-chat        - gws-slides--- # 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.