gws-people

仓库创建 2026年3月3日最近提交 4 天前SkillHot 收录 20 天前
▸ 精选理由

便于批量同步联系人并与自动化流程集成。

▸ 风险提示

需授予 Google OAuth 权限以访问用户通讯录数据。

这个 Skill 做什么

通过命令行管理 Google 联系人和用户资料(导入导出、查询等)。

能通过命令行增删改查 Google 联系人和用户资料,支持导入导出和批量查询。遇到要在脚本里批量更新联系人、做数据迁移或自动同步时特别好用。把平时在网页里点来点去的联系人管理搬到 CLI,方便自动化和批处理。

▸ 展开 SKILL.md 英文原文

Google People: Manage contacts and profiles.

办公文档联系人管理通讯录通用
3.0w
Stars
1.8k
Forks
40
仓库内 Skill
+562
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-people/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/googleworkspace/cli/main/skills/gws-people/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# people (v1)

> **PREREQUISITE:** Read `../gws-shared/SKILL.md` for auth, global flags, and security rules. If missing, run `gws generate-skills` to create it.

```bash
gws people <resource> <method> [flags]
```

## API Resources

### contactGroups

  - `batchGet` — Get a list of contact groups owned by the authenticated user by specifying a list of contact group resource names.
  - `create` — Create a new contact group owned by the authenticated user. Created contact group names must be unique to the users contact groups. Attempting to create a group with a duplicate name will return a HTTP 409 error. Mutate requests for the same user should be sent sequentially to avoid increased latency 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有