Agent Skills
› googleworkspace/cli
› persona-content-creator
persona-content-creator
GitHub用于在Google Workspace中创建、组织和分发内容。通过集成Docs、Drive、Gmail和Chat等工具,实现文档撰写、资产整理、发布通知及邮件审阅请求的自动化工作流。
Trigger Scenarios
需要创建或编辑文档内容
需要在Workspace中组织和管理文件资产
需要通过聊天或邮件分发内容或请求审阅
Install
npx skills add googleworkspace/cli --skill persona-content-creator -g -y
SKILL.md
Frontmatter
{
"name": "persona-content-creator",
"metadata": {
"version": "0.22.5",
"openclaw": {
"category": "persona",
"requires": {
"bins": [
"gws"
],
"skills": [
"gws-docs",
"gws-drive",
"gws-gmail",
"gws-chat",
"gws-slides"
]
}
}
},
"description": "Create, organize, and distribute content across Workspace."
}
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.
Version History
- a3768d0 Current 2026-08-20 07:25


