Persona Content Creator
v1.0.12Create, organize, and distribute content across Workspace.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (content creation & distribution across Workspace) match the instructions and the declared runtime dependency on a 'gws' CLI plus gws-docs/gws-drive/gws-gmail/gws-chat/gws-slides helper skills. The required binary and helper skills are appropriate for Google Workspace integration. Minor note: SKILL.md metadata version (0.22.5) differs from registry version (1.0.12), which is likely a benign packaging/versioning mismatch.
Instruction Scope
All runtime instructions are limited to using the 'gws' commands (docs, drive, gmail, chat, slides) to create, organize, and share content. The skill explicitly directs sending announcements and emails which will distribute content — this is coherent with its purpose but means the agent will perform potentially visible external actions (Chat posts, Gmail sends). It does not instruct reading arbitrary local files or environment variables.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest risk from installation perspective. Nothing is downloaded or written by this skill itself.
Credentials
The skill declares no env vars or credentials itself, which is coherent because it delegates to a local 'gws' binary and helper skills that likely manage authentication. Users should note that the gws CLI or the helper skills will need Google OAuth credentials/permissions to operate; those external permissions are proportional to the described functionality but should be reviewed before use.
Persistence & Privilege
always is false and the skill does not request persistent installation or modify other skills. It does not request elevated platform privileges; autonomous invocation is allowed by default but not exceptional here.
Assessment
This skill itself is just a set of instructions that use a local 'gws' CLI and helper skills to act on Google Workspace. Before installing or invoking it: (1) confirm you trust the 'gws' binary on your system (where it came from and what account/token it uses); (2) review the permissions/scopes that gws and the gws-* helper skills require (they will likely need Gmail/Drive/Docs/Chat scopes and can send emails or post in chat); (3) test in a limited account or sandbox to verify behavior (especially email sends/announcements) and avoid accidentally broadcasting drafts; and (4) note the small metadata/version mismatch in the SKILL.md — harmless but worth verifying the source.Like a lobster shell, security has layers — review code before you run it.
Runtime requirements
Binsgws
latest
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.
Comments
Loading comments...
