persona-content-creator
Create, organize, and distribute content across Workspace.
Packaged view
This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.
Install command
npx @skill-hub/cli install openclaw-skills-persona-content-creator
Repository
Skill path: skills/googleworkspace-bot/persona-content-creator
Create, organize, and distribute content across Workspace.
Open repositoryBest for
Primary workflow: Write Technical Docs.
Technical facets: Full Stack, Tech Writer.
Target audience: everyone.
License: Unknown.
Original source
Catalog source: SkillHub Club.
Repository owner: openclaw.
This is still a mirrored public skill entry. Review the repository before installing into production workflows.
What it helps with
- Install persona-content-creator into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
- Review https://github.com/openclaw/skills before adding persona-content-creator to shared team environments
- Use persona-content-creator for development workflows
Works across
Favorites: 0.
Sub-skills: 0.
Aggregator: No.
Original source / Raw SKILL.md
---
name: persona-content-creator
version: 1.0.0
description: "Create, organize, and distribute content across Workspace."
metadata:
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.
---
## Skill Companion Files
> Additional files collected from the skill directory layout.
### _meta.json
```json
{
"owner": "googleworkspace-bot",
"slug": "persona-content-creator",
"displayName": "Persona Content Creator",
"latest": {
"version": "1.0.0",
"publishedAt": 1772838527273,
"commit": "https://github.com/openclaw/skills/commit/bfa391ac78202c0fad4d6c529b73bc6f63b2ceca"
},
"history": []
}
```