← Back to Skills Marketplace
6184
Downloads
5
Stars
3
Active Installs
5
Versions
Install in OpenClaw
/install google-contacts
Description
Google Contacts API integration with managed OAuth. Manage contacts, contact groups, and search your address book. Use this skill when users want to create,...
Usage Guidance
Install only if you trust Maton as the OAuth proxy for your Google Contacts. Confirm the active Google connection before use, review every proposed write or delete, be especially careful with group deletion using deleteContacts=true, and avoid printing MATON_API_KEY in shared logs or terminals.
Capability Analysis
Type: OpenClaw Skill
Name: google-contacts
Version: 1.0.4
The skill provides a standard integration for managing Google Contacts through a managed OAuth proxy service (api.maton.ai). The documentation in SKILL.md includes clear instructions for the AI agent, explicitly mandates user approval for write operations, and contains no evidence of data exfiltration, obfuscation, or malicious prompt injection.
Capability Assessment
Purpose & Capability
The skill’s read, create, update, delete, search, and group-management capabilities match its stated Google Contacts purpose, but contact data and deletions are inherently sensitive.
Instruction Scope
The instructions explicitly require user approval before create, update, or delete operations and advise specifying the intended Google connection when multiple accounts exist.
Install Mechanism
The artifact contains only a SKILL.md instruction file, with no executable scripts, dependency installs, or hidden runtime components.
Credentials
Network access, MATON_API_KEY, and routing Google Contacts requests through api.maton.ai are disclosed and proportionate for a managed OAuth contacts integration.
Persistence & Privilege
OAuth connections may persist until deleted, but connection creation, selection, and deletion are documented; no local persistence or privilege escalation was found.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install google-contacts - After installation, invoke the skill by name or use
/google-contacts - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.4
- Changed all API and management endpoints from *.maton.ai/gateway.maton.ai/ctrl.maton.ai to api.maton.ai for consistency.
- Updated example requests and connection management instructions to use the new api.maton.ai endpoint.
- Added a Security & Permissions section outlining user confirmation requirements for write operations.
- Improved clarity in instructions for specifying the active Google Contacts connection.
- Removed the LICENSE.txt file from the skill package.
v1.0.3
- Added `clawdbot` metadata, including an emoji and explicit required environment variable (`MATON_API_KEY`), to the skill manifest.
- No changes to API, functionality, or documentation content outside of metadata.
v1.0.2
- No user-facing changes in this release.
- Version bumped to 1.0.2; no file changes detected.
v1.0.1
- Skill renamed from "googlecontacts" to "google-contacts" for consistency.
- No functional or behavioral changes; documentation and metadata alignment only.
- No file changes detected in this version.
v1.0.0
Initial release—Google Contacts API integration with managed OAuth.
- Create, read, update, and delete Google contacts through a simple gateway.
- Manage contact groups and access group details.
- Search your Google address book using powerful query capabilities.
- Use Python examples and clear API references for easy integration.
- Manage and authorize connections securely with the Maton API key and OAuth workflow.
Metadata
Frequently Asked Questions
What is Google Contacts?
Google Contacts API integration with managed OAuth. Manage contacts, contact groups, and search your address book. Use this skill when users want to create,... It is an AI Agent Skill for Claude Code / OpenClaw, with 6184 downloads so far.
How do I install Google Contacts?
Run "/install google-contacts" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Google Contacts free?
Yes, Google Contacts is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Google Contacts support?
Google Contacts is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Google Contacts?
It is built and maintained by byungkyu (@byungkyu); the current version is v1.0.4.
More Skills