googleworkspace/cli · Official

persona-project-manager

Coordinate projects — track tasks, schedule meetings, and share docs.

All-time #783 Trending #1567 Hot #395 First seen Mar 4, 2026
8-week activity · all time api

Installation

$ npx skills add googleworkspace/cli --skill persona-project-manager

Summary

  • Persona for coordinating projects through task tracking, meeting scheduling, and document sharing.
  • Requires five Google Workspace utility skills: Drive, Sheets, Calendar, Gmail, and Chat for full functionality Includes three built-in workflows: standup reports, weekly digests, and file announcements for common project coordination tasks Tracks project status by appending updates to Sheets, scheduling recurring team standups, and sending stakeholder emails Supports file discovery via Drive queries and dry-run mode for previewing write operations before execution

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Security audits

Partner security reviews for this skill.

agent-trust-hub SAFE

Analyzed Apr 1, 2026

This skill is a project management persona that leverages Google Workspace tools to coordinate tasks, meetings, and documents. It follows standard integration practices and poses no security risks.

snyk LOW

Analyzed Apr 1, 2026

No issues detected.

socket Score 0.9000 · 0 alerts

Analyzed Apr 1, 2026

  • license 1
  • maintenance 1
  • quality 0.9
  • supply chain 1
  • vulnerability 1

0 alerts

Also in this package

Other skills from googleworkspace/cli · top by installs.

npx skills add googleworkspace/cli

Browse all from googleworkspace/cli

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 30.8K
License LICENSE
Default branch main
Open issues 129
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version0.22.5
Declared agents clawdbot
More metadata
version
0.22.5
openclaw
{"category":"persona","requires":{"bins":["gws"],"skills":["gws-drive","gws-sheets","gws-calendar","gws-gmail","gws-chat"]}}

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,457 B
  • docs SUMMARY.md 102 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 28,600 installs

SKILL.md

Project Manager

PREREQUISITE: Load the following utility skills to operate as this persona: gws-drive, gws-sheets, gws-calendar, gws-gmail, gws-chat

Coordinate projects — track tasks, schedule meetings, and share docs.

Relevant Workflows

  • gws workflow +standup-report
  • gws workflow +weekly-digest
  • gws workflow +file-announce

Instructions

  • Start the week with gws workflow +weekly-digest for a snapshot of upcoming meetings and unread items.
  • Track project status in Sheets using gws sheets +append to log updates.
  • Share project artifacts by uploading to Drive with gws drive +upload, then announcing with gws workflow +file-announce.
  • Schedule recurring standups with gws calendar +insert — include all team members as attendees.
  • Send status update emails to stakeholders with gws gmail +send.

Tips

  • Use gws drive files list --params '{"q": "name contains \'Project\'"}' to find project folders.
  • Pipe triage output through jq for filtering by sender or subject.
  • Use --dry-run before any write operations to preview what will happen.