Fähigkeiten notion-automation
📦

notion-automation

Sicher

Automate Notion Tasks with Claude Code

Manual Notion management is time-consuming. This skill provides AI assistants with tool sequences to automate page creation, database queries, block management, and comments via Rube MCP.

UnterstĂĽtzt: Claude Codex Code(CC)
🥉 75 Bronze
1

Die Skill-ZIP herunterladen

2

In Claude hochladen

Gehe zu Einstellungen → Fähigkeiten → Skills → Skill hochladen

3

Einschalten und loslegen

Teste es

Verwendung von "notion-automation". Create a page called 'Meeting Notes' under the 'Team' database

Erwartetes Ergebnis:

Page 'Meeting Notes' created successfully. Properties set: Date = Today, Status = In Progress. Block content is empty - ready for notes to be added.

Verwendung von "notion-automation". Find all tasks assigned to me with status 'In Progress'

Erwartetes Ergebnis:

Found 5 tasks: 1) Q1 Review - Due Feb 28, 2) Budget Proposal - Due Mar 1, 3) Team Sync Notes - No due date, 4) Project Plan - Due Mar 15, 5) Client Follow-up - Due Feb 25

Verwendung von "notion-automation". Add a comment to the weekly report

Erwartetes Ergebnis:

Comment added to page 'Weekly Report - Week 8': 'This report has been reviewed and approved for publishing.'

Sicherheitsaudit

Sicher
v1 • 2/24/2026

All 79 static findings are false positives. This is documentation-only content (SKILL.md) providing Notion API tool sequences via Rube MCP. The 'external_commands' detections are markdown code formatting backticks, 'network' is a legitimate MCP server endpoint, and 'system reconnaissance' detections refer to Notion API operations (search/query), not system scanning.

1
Gescannte Dateien
221
Analysierte Zeilen
0
befunde
1
Gesamtzahl Audits
Keine Sicherheitsprobleme gefunden
Auditiert von: claude

Qualitätsbewertung

38
Architektur
100
Wartbarkeit
87
Inhalt
50
Community
100
Sicherheit
100
Spezifikationskonformität

Was du bauen kannst

Project Management Automation

Automate creation of project tracking pages and database entries. Create sprint boards, task lists, and status updates automatically.

Content Workflow Automation

Automate content pipelines: create drafts, update editorial databases, and manage publishing workflows in Notion.

Team Knowledge Base Management

Automate documentation creation and updates. Keep team wikis organized with automatic page generation and structured databases.

Probiere diese Prompts

Create a New Page
Use the Notion automation skill to create a new page under the parent page called 'Projects' with the title 'Q1 Planning' and properties: Status = 'In Progress', Assignee = 'John Doe'.
Query Database with Filter
Query the 'Tasks' database to find all items where Status equals 'Completed' and sort by Due Date descending. Show the first 10 results.
Automate Weekly Report
Search for all pages created this week in the 'Weekly Reports' database. For each, fetch the status and add a comment with 'Review complete' if status is 'Done'.
Build Content Pipeline
Create a workflow that: 1) Creates a new page in 'Content Calendar' with title from user input, 2) Sets Status to 'Draft', 3) Appends an outline block with suggested sections, 4) Creates a comment alerting the editor.

Bewährte Verfahren

  • Always call RUBE_SEARCH_TOOLS first to get current tool schemas before starting any workflow
  • Verify connection status shows ACTIVE before running automation workflows
  • Handle pagination properly by checking has_more and using start_cursor for large result sets

Vermeiden

  • Assuming pages are accessible without checking if they are shared with the Notion integration
  • Using wrong property names or case-sensitive names in filters causing validation errors
  • Ignoring pagination and missing results beyond the first page

Häufig gestellte Fragen

Do I need API keys to use this skill?
No API keys are required. The skill uses Rube MCP which handles Notion OAuth authentication. Just add the MCP endpoint and authenticate through Notion.
Can this skill delete pages permanently?
No. The archive function sets archived=true which is a soft-delete. Pages can be restored by updating the archived property back to false.
Why am I getting 404 errors when searching for pages?
404 errors usually mean the page or database is not shared with the Notion integration. Go to Notion, find the page, click share, and invite the integration.
Can I modify formula or rollup properties?
No. Formula, rollup, created_time, and read-only fields cannot be modified via the API. These must be set manually in Notion.
How do I handle pagination for large databases?
Check the has_more flag in responses. If true, use the start_cursor value in your next request to get the next page of results.
What is the difference between child_blocks and content_blocks?
Use content_blocks when adding blocks to pages. The child_blocks parameter will fail validation and cause errors.

Entwicklerdetails

Dateistruktur

đź“„ SKILL.md