persona-content-creator
googleworkspace/cli
Create, organize, and distribute content across Google Workspace with integrated Docs, Drive, Gmail, Chat, and Slides.
What is persona-content-creator?
A persona skill that enables content creation workflows within Google Workspace. Use this when you need to draft documents, manage assets, coordinate reviews, and distribute finished content across Workspace applications.
- Draft and edit content in Google Docs with formatting support
- Organize and browse content assets in Drive folders
- Share and announce finished content via Chat
- Send content review requests through Gmail
- Upload media assets to Drive storage
How to install persona-content-creator
npx skills add null --skill persona-content-creator- gws CLI installed
- gws-docs skill installed
- gws-drive skill installed
- gws-gmail skill installed
- gws-chat skill installed
- gws-slides skill installed
How to use persona-content-creator
- 1.Draft content using `gws docs +write` for quick updates and formatting
- 2.Organize content assets by browsing Drive folders with `gws drive files list`
- 3.Upload media files to Drive using `gws drive +upload`
- 4.Request reviews by sending emails with `gws gmail +send`
- 5.Announce finished content in Chat using `gws workflow +file-announce`
- 6.Track publication schedules in a shared Content Calendar Sheet
Use cases
- Publishing blog posts or articles by drafting in Docs and announcing via Chat
- Managing a content calendar in Sheets while coordinating reviews via email
- Organizing media assets in Drive and sharing announcements with team members
- Requesting feedback on documents through email before publication
- Uploading and organizing multiple content files in Drive folders
- Content creators and writers
- Marketing and communications teams
- Editorial coordinators
- Content managers
- Team leads managing content workflows
persona-content-creator FAQ
You must install gws-docs, gws-drive, gws-gmail, gws-chat, and gws-slides before using this persona skill.
Use `gws docs +write` to create and edit content in Google Docs with automatic API formatting.
Use `gws workflow +file-announce` to announce content in Chat, or `gws gmail +send` to request reviews via email.
Organize all content assets in Drive folders and use `gws drive files list` to browse them.
Keep a 'Content Calendar' in a shared Sheet to track publication schedules alongside your content creation work.
Full instructions (SKILL.md)
Source of truth, from googleworkspace/cli.
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 listto 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 +writefor quick content updates — it handles the Docs API formatting. - Keep a 'Content Calendar' in a shared Sheet for tracking publication schedules.
- Use
--format yamlfor human-readable output when debugging API responses.
Related skills
More from googleworkspace/cli and the wider catalog.
gws-gmail
Send, read, and manage Gmail emails via Google Workspace CLI.
gws-drive
Manage Google Drive files, folders, and shared drives via CLI.
gws-docs
Read and write Google Docs via command line.
gws-calendar
Manage Google Calendar events, calendars, and access control via CLI.
gws-sheets
Read and write Google Sheets spreadsheets via CLI.
gws-gmail-send
Send emails via Gmail with attachments, CC/BCC, HTML support, and draft options.