PluginBench
Skill
Pass
Audit score 90

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
Prerequisites
  • gws CLI installed
  • gws-docs skill installed
  • gws-drive skill installed
  • gws-gmail skill installed
  • gws-chat skill installed
  • gws-slides skill installed
Claude Code
Cursor
Windsurf
Cline

How to use persona-content-creator

  1. 1.Draft content using `gws docs +write` for quick updates and formatting
  2. 2.Organize content assets by browsing Drive folders with `gws drive files list`
  3. 3.Upload media files to Drive using `gws drive +upload`
  4. 4.Request reviews by sending emails with `gws gmail +send`
  5. 5.Announce finished content in Chat using `gws workflow +file-announce`
  6. 6.Track publication schedules in a shared Content Calendar Sheet

Use cases

Good for
  • 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
Who it's for
  • Content creators and writers
  • Marketing and communications teams
  • Editorial coordinators
  • Content managers
  • Team leads managing content workflows

persona-content-creator FAQ

What skills do I need to install first?

You must install gws-docs, gws-drive, gws-gmail, gws-chat, and gws-slides before using this persona skill.

How do I draft content?

Use `gws docs +write` to create and edit content in Google Docs with automatic API formatting.

How do I share finished content?

Use `gws workflow +file-announce` to announce content in Chat, or `gws gmail +send` to request reviews via email.

Where should I store content assets?

Organize all content assets in Drive folders and use `gws drive files list` to browse them.

What's the recommended workflow for tracking content?

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 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.