Compétences notion-automation
📦

notion-automation

Sûr

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.

Prend en charge: Claude Codex Code(CC)
🥉 75 Bronze
1

Télécharger le ZIP du skill

2

Importer dans Claude

Allez dans Paramètres → Capacités → Skills → Importer un skill

3

Activez et commencez Ă  utiliser

Tester

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

Résultat attendu:

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

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

Résultat attendu:

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

Utilisation de "notion-automation". Add a comment to the weekly report

Résultat attendu:

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

Audit de sécurité

Sûr
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
Fichiers analysés
221
Lignes analysées
0
résultats
1
Total des audits
Aucun problème de sécurité trouvé
Audité par: claude

Score de qualité

38
Architecture
100
Maintenabilité
87
Contenu
50
Communauté
100
Sécurité
100
Conformité aux spécifications

Ce que vous pouvez construire

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.

Essayez ces 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.

Bonnes pratiques

  • 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

Éviter

  • 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

Foire aux questions

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.

Détails du développeur

Structure de fichiers

đź“„ SKILL.md