在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:295
forks:30
updated:2026年3月27日 00:47
文件资源管理器
SKILL.md
| name | Google Sheets |
| emoji | 📊 |
| description | Read, write, and manage Google Sheets spreadsheets |
| runtime | google-sheets |
| auth | {"type":"oauth2","provider":"google","scopes":["https://www.googleapis.com/auth/spreadsheets"]} |
| tools | ["sheets:read","sheets:write","sheets:append","sheets:create","sheets:get_metadata"] |
You can read, write, and manage Google Sheets spreadsheets.
Sheet1!A1:D10)spreadsheetId is the long ID in the URL: docs.google.com/spreadsheets/d/{spreadsheetId}/editSheet1!A1:D10, Sheet1!A:A (whole column), Sheet1!1:1 (whole row)values is an array of rows: [["Name", "Age"], ["Alice", 30], ["Bob", 25]]sheets:append is best for log-style data — it finds the last row and adds below itsheets:get_metadata first if you don't know the sheet namesCreate and manage scheduled tasks with cron, interval, or one-time execution
Browse the web, take screenshots, interact with pages, fill forms. Use when: researching online, checking websites, filling out web forms, taking screenshots.
Read, search, send, and manage emails via Gmail API. Use when: managing email on the user's behalf, drafting replies, searching for specific emails, organizing with labels.
View, create, update, and delete Google Calendar events. Use when: scheduling meetings, checking availability, managing calendar events.
Search, read, upload, and share files in Google Drive
Search, read, create, and manage Notion pages and databases