persona-content-creator

Create, organize, and distribute content across Google Workspace using gws CLI commands.

Updated Nov 9, 2023
One-click install
npx skills add https://github.com/oresttokovenko/dot-files --skill persona-content-creator-oresttokovenko
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: persona-content-creator
Source: https://github.com/oresttokovenko/dot-files/tree/main/chezmoi/dot_agents/skills/persona-content-creator
Command: npx skills add https://github.com/oresttokovenko/dot-files --skill persona-content-creator-oresttokovenko

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Coordinating content creation across Google Docs, Drive, Gmail, Chat, and Slides requires switching between multiple tools and APIs, which fragments the content production workflow. ## Core Features & Use Cases - Content Drafting: Write and update documents in Google Docs using gws docs +write, which handles Docs API formatting automatically. - Asset Organization: Browse, upload, and manage media assets in Drive folders with gws drive files list and gws drive +upload. - Distribution & Review: Announce finished content in Chat with gws workflow +file-announce and send review requests via Gmail with gws gmail +send. - Use Case: A content manager drafts a blog post in Docs, uploads accompanying images to a Drive folder, announces the published piece in a Chat space, and emails stakeholders for review — all through one persona. ## Quick Start Load the gws-docs, gws-drive, gws-gmail, gws-chat, and gws-slides skills, then ask the assistant to draft a document in Google Docs and announce it in Chat.

Frequently Asked Questions about persona-content-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I draft content in Google Docs from the command line?

Use `gws docs +write` to create and update Google Docs content. The command handles the Docs API formatting automatically, so you can focus on the text rather than request payloads.

How do I announce a finished file in Google Chat?

Use the `gws workflow +file-announce` workflow to share finished content in a Chat space. It posts an announcement referencing the file so teammates can access it directly.

What skills are required before using the content creator persona?

You must load five utility skills first: gws-docs, gws-drive, gws-gmail, gws-chat, and gws-slides. The gws binary must also be installed, since all operations run through it.

Can I upload media assets to Google Drive with gws?

Yes, use `gws drive +upload` to upload media assets to Drive folders. You can browse existing folder structure first with `gws drive files list` to pick the right destination.

Why is my gws command output hard to read?

Add the `--format yaml` flag to get human-readable output when debugging API responses. This formats the raw JSON response into a more inspectable structure.