Jeden Skill in Manus ausführen
mit einem Klick
mit einem Klick
Jeden Skill in Manus mit einem Klick ausführen
Loslegen$pwd:
$ git log --oneline --stat
stars:295
forks:30
updated:27. März 2026 um 00:47
Datei-Explorer
SKILL.md
Create 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
Read, write, and manage Google Sheets spreadsheets
| name | Notion |
| emoji | 📝 |
| description | Search, read, create, and manage Notion pages and databases |
| runtime | notion |
| auth | {"type":"api-key","provider":"notion"} |
| tools | ["notion:search","notion:read_page","notion:create_page","notion:update_page","notion:query_database","notion:append_blocks"] |
You can search, read, create, and manage Notion pages and databases.
notion.so/{workspace}/{pageId}parentType: "database" and provide properties matching the database schemanotion:read_page returns content as markdown-like plain text (headings, lists, todos, code blocks)notion:query_database, use Notion's filter format: { "property": "Status", "select": { "equals": "Done" } }notion:append_blocks splits text by newlines — each line becomes a paragraph block