1
总安装量
1
周安装量
#75856
全站排名
安装命令
npx skills add https://github.com/wayne930242/merlin-my-pai --skill google
Agent 安装分布
mcpjam
1
claude-code
1
windsurf
1
zencoder
1
crush
1
cline
1
Skill 文档
Google Skill
Access Wei-Hung’s Google services: Calendar, Drive, Gmail, Contacts, Tasks.
Usage
Automatically invoked via MCP (Model Context Protocol). No manual commands needed.
Available Tools
Calendar
| Tool | Description |
|---|---|
google_calendar_list |
List all calendars |
google_calendar_events |
List events (with time range, search) |
google_calendar_create_event |
Create new event |
Drive
| Tool | Description |
|---|---|
google_drive_list |
List files |
google_drive_search |
Search files |
google_drive_get_file |
Get file info or content |
Gmail
| Tool | Description |
|---|---|
google_gmail_list |
List emails |
google_gmail_get |
Read email content |
google_gmail_send |
Send email |
Contacts
| Tool | Description |
|---|---|
google_contacts_list |
List contacts |
google_contacts_search |
Search contacts |
Tasks
| Tool | Description |
|---|---|
google_tasks_list_tasklists |
List all task lists |
google_tasks_list |
List tasks in a task list |
google_tasks_create |
Create new task |
google_tasks_complete |
Mark task as completed |
google_tasks_delete |
Delete task |
Task parameters:
taskListId: Task list ID (default:@default)due: Due date in RFC 3339 format (e.g.,2024-01-15T00:00:00Z)showCompleted: Whether to show completed tasks
Notes
- Confirm recipient and content before sending emails
- Use ISO 8601 format for calendar times (e.g.,
2024-01-15T10:00:00+08:00) - Use RFC 3339 format for task due dates (e.g.,
2024-01-15T00:00:00Z) - Gmail search supports Gmail syntax (e.g.,
from:someone@example.com)