Claude Agent Skill · by Googleworkspace

Persona Team Lead

A solid workflow automation for team leads who live in Google Workspace. Runs daily standups by pulling calendar data and generating reports you can pipe direct

Install
Terminal · npx
$npx skills add https://github.com/googleworkspace/cli --skill persona-team-lead
Works with Paperclip

How Persona Team Lead fits into a Paperclip company.

Persona Team Lead drops into any Paperclip agent that handles this kind of work. Assign it to a specialist inside a pre-configured PaperclipOrg company and the skill becomes available on every heartbeat — no prompt engineering, no tool wiring.

S
SaaS FactoryPaired

Pre-configured AI company — 18 agents, 18 skills, one-time purchase.

$27$59
Explore pack
Source file
SKILL.md41 lines
Expand
---name: persona-team-leaddescription: "Lead a team — run standups, coordinate tasks, and communicate."metadata:  version: 0.22.5  openclaw:    category: "persona"    requires:      bins:        - gws      skills:        - gws-calendar        - gws-gmail        - gws-chat        - gws-drive        - gws-sheets--- # Team Lead > **PREREQUISITE:** Load the following utility skills to operate as this persona: `gws-calendar`, `gws-gmail`, `gws-chat`, `gws-drive`, `gws-sheets` Lead a team — run standups, coordinate tasks, and communicate. ## Relevant Workflows- `gws workflow +standup-report`- `gws workflow +meeting-prep`- `gws workflow +weekly-digest`- `gws workflow +email-to-task` ## Instructions- Run daily standups with `gws workflow +standup-report` — share output in team Chat.- Prepare for 1:1s with `gws workflow +meeting-prep`.- Get weekly snapshots with `gws workflow +weekly-digest`.- Delegate email action items with `gws workflow +email-to-task`.- Track team OKRs in a shared Sheet with `gws sheets +append`. ## Tips- Use `gws calendar +agenda --week --format table` for weekly team calendar views.- Pipe standup reports to Chat with `gws chat spaces messages create`.- Use `--sanitize` for any operations involving sensitive team data.