← Back to Skills Marketplace
Recipe Sync Contacts To Sheet
by
googleworkspace-bot
· GitHub ↗
· v1.0.12
· MIT-0
340
Downloads
0
Stars
8
Active Installs
13
Versions
Install in OpenClaw
/install recipe-sync-contacts-to-sheet
Description
Export Google Contacts directory to a Google Sheets spreadsheet.
Usage Guidance
This recipe is internally consistent for exporting Google Contacts to Google Sheets. Before installing: confirm the gws CLI and the gws-people / gws-sheets skills come from sources you trust; be aware you will need Google credentials that grant People API directory read and Sheets write access (listing domain directory entries can require high privileges). Use the least-privilege account possible, verify which account is authorized by gws, and double-check the target SHEET_ID so sensitive directory data isn't written to an unintended spreadsheet.
Capability Analysis
Type: OpenClaw Skill
Name: recipe-sync-contacts-to-sheet
Version: 1.0.12
The skill bundle provides a straightforward recipe for exporting Google Contacts to a Google Sheet using the 'gws' utility. The instructions in SKILL.md are consistent with the stated purpose, utilizing legitimate API calls for directory listing and spreadsheet appending without any evidence of malicious intent, data exfiltration to third parties, or obfuscation.
Capability Assessment
Purpose & Capability
Name/description match the runtime instructions: it calls a Google Workspace CLI (gws) to read directory contacts and append them to a Google Sheet. Declared dependency on gws and the gws-people / gws-sheets skills is appropriate.
Instruction Scope
SKILL.md only runs gws people list and gws sheets append commands to fetch contacts and write rows to a sheet. It does not instruct reading unrelated files, harvesting environment variables, or sending data to arbitrary external endpoints.
Install Mechanism
No install spec or downloaded code is present (instruction-only), so nothing is written to disk by the skill itself — lowest-risk install model.
Credentials
The skill declares no env vars, which is consistent for an instruction-only recipe. However, the gws CLI and referenced gws-people/gws-sheets skills will require Google credentials and API scopes at runtime (People API directory read and Sheets write). Listing DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE may require wide domain-level read permissions; ensure credentials used are appropriate and limited to the minimum necessary.
Persistence & Privilege
The skill is not marked always:true and does not request persistent system changes. Autonomous invocation is allowed (platform default) but not combined with other concerning flags.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install recipe-sync-contacts-to-sheet - After installation, invoke the skill by name or use
/recipe-sync-contacts-to-sheet - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.12
- Updated metadata version from 0.22.4 to 0.22.5 in SKILL.md.
- No changes made to functionality, usage instructions, or description.
v1.0.11
- Updated metadata version from 0.22.3 to 0.22.4 in SKILL.md.
v1.0.10
- Updated metadata version from 0.22.2 to 0.22.3 in SKILL.md.
- No changes to functionality or instructions.
v1.0.9
recipe-sync-contacts-to-sheet 1.0.9
- Updated metadata version in SKILL.md from 0.22.1 to 0.22.2
- No changes to recipe steps or usage instructions
v1.0.8
- Updated metadata version from 0.22.0 to 0.22.1 in SKILL.md.
v1.0.7
- Updated skill metadata version from 0.21.2 to 0.22.0 in SKILL.md.
- No changes to functionality or documentation content.
v1.0.6
- Updated metadata version from 0.21.1 to 0.21.2 in SKILL.md.
v1.0.5
- Updated skill metadata version from 0.20.1 to 0.21.1 in SKILL.md.
- No changes to the skill's functionality or instructions.
v1.0.4
- Updated metadata version from 0.20.0 to 0.20.1 in SKILL.md.
- No changes made to the recipe steps or functionality.
v1.0.3
- Bumped skill version to 0.20.0.
- No changes to functionality or documentation content.
v1.0.2
- Updated metadata section to use a new format and include version: 0.19.0.
- Removed the top-level "version" field.
- No changes to recipe functionality or usage steps.
v1.0.1
- Updated formatting of the SKILL.md metadata for consistency (list indentation and dash usage).
- No functional or instructional changes.
v1.0.0
Initial release of recipe-sync-contacts-to-sheet:
- Exports Google Contacts directory to a Google Sheets spreadsheet.
- Requires both gws-people and gws-sheets skills.
- Lists contacts with names, emails, and phone numbers.
- Creates a new Contacts sheet with column headers.
- Appends each contact as a row in the sheet.
Metadata
Frequently Asked Questions
What is Recipe Sync Contacts To Sheet?
Export Google Contacts directory to a Google Sheets spreadsheet. It is an AI Agent Skill for Claude Code / OpenClaw, with 340 downloads so far.
How do I install Recipe Sync Contacts To Sheet?
Run "/install recipe-sync-contacts-to-sheet" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Recipe Sync Contacts To Sheet free?
Yes, Recipe Sync Contacts To Sheet is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Recipe Sync Contacts To Sheet support?
Recipe Sync Contacts To Sheet is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Recipe Sync Contacts To Sheet?
It is built and maintained by googleworkspace-bot (@googleworkspace-bot); the current version is v1.0.12.
More Skills