Manage files in Google Drive using the Google Drive MCP server.
This skill provides access to Google Drive file management capabilities via the gdrive MCP server.
Use this skill when you need to manage files and folders on Google Drive, including searching, reading content, and uploading new data.
gdrive_search_files or gdrive_list_files to find targets.These tools are provided by the gdrive MCP server:
gdrive_list_filesgdrive_search_filesgdrive_read_filegdrive_upload_file# List files in root
results = await gdrive_list_files()
# Search for PDFs
results = await gdrive_search_files(query="mimeType = 'application/pdf'")
npx skills add gitwalter/managing-google-drive下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity