Skip to content
Development
Skill

/persona-content-creator

Create, organize, and distribute content across Workspace.

From plugin
cli
30k95 skills
Install
$ npx -y skills add googleworkspace/cli --skill persona-content-creator --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/persona-content-creator

Context preview

The summary Claude sees to decide when to auto-load this skill.

Create, organize, and distribute content across Workspace.

SKILL.md

persona-content-creator.SKILL.md
name: persona-content-creator
description: "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.
Ships withcli

Google Workspace CLI — one command-line tool for Drive, Gmail, Calendar, Sheets, Docs, Chat, Admin, and more. Dynamically built from Google Discovery Service. Includes AI agent skills.

Get the whole plugin
Stats
30,285
Stars
1,773
Forks
Active
Maintenance
Rust
Language
Apache-2.0
License
9d ago
Last commit
5mo ago
Created

Repo: googleworkspace/cli