Agent Skills
› googleworkspace/cli
› persona-team-lead
persona-team-lead
GitHub团队主管技能,通过运行站会、协调任务及沟通来领导团队。利用日历、邮件、聊天等工具进行会议准备、周报生成及OKR追踪,提升团队协作效率。
Trigger Scenarios
需要组织每日站会
准备一对一会议
生成每周工作摘要
从邮件中委派任务
Install
npx skills add googleworkspace/cli --skill persona-team-lead -g -y
SKILL.md
Frontmatter
{
"name": "persona-team-lead",
"metadata": {
"version": "0.22.5",
"openclaw": {
"category": "persona",
"requires": {
"bins": [
"gws"
],
"skills": [
"gws-calendar",
"gws-gmail",
"gws-chat",
"gws-drive",
"gws-sheets"
]
}
}
},
"description": "Lead a team — run standups, coordinate tasks, and communicate."
}
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-reportgws workflow +meeting-prepgws workflow +weekly-digestgws 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 tablefor weekly team calendar views. - Pipe standup reports to Chat with
gws chat spaces messages create. - Use
--sanitizefor any operations involving sensitive team data.
Version History
- a3768d0 Current 2026-08-20 07:25


