Agent Skills
› googleworkspace/cli
› persona-content-creator
persona-content-creator
GitHub用于在Google Workspace中创建、组织和分发内容,涵盖文档撰写、资源管理及多渠道发布。
触发场景
需要撰写或更新文档内容
需要在多个平台分发内容
安装
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.
版本历史
- a3768d0 当前 2026-08-20 07:25


