notion-automation
Claude CodeでNotionタスクを自動化
手動でのNotion管理は時間がかかります。このスキルは、AIアシスタントにRube MCPを通じてページ作成、データベースクエリ、ブロック管理、コメント自動化のためのツールシーケンスを提供します。
تنزيل ZIP المهارة
رفع في Claude
اذهب إلى Settings → Capabilities → Skills → Upload skill
فعّل وابدأ الاستخدام
اختبرها
استخدام "notion-automation". Create a page called 'Meeting Notes' under the 'Team' database
النتيجة المتوقعة:
ページ'Meeting Notes'が正常に作成されました。設定されたプロパティ:Date = 今日、Status = 進行中。ブロックコンテンツは空で、メモを追加する準備ができました。
استخدام "notion-automation". Find all tasks assigned to me with status 'In Progress'
النتيجة المتوقعة:
5件のタスクが見つかりました:1) Q1レビュー - 2月28日期限、2) 予算提案 - 3月1日期限、3) チーム Sync メモ - 期限なし、4) プロジェクトプラン - 3月15日期限、5) クライアントフォローアップ - 2月25日期限
استخدام "notion-automation". Add a comment to the weekly report
النتيجة المتوقعة:
ページ'Weekly Report - Week 8'にコメントを追加しました:'このレポートはレビュー済みであり、パブリッシュ承認されました。'
التدقيق الأمني
آمن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.
درجة الجودة
ماذا يمكنك بناءه
プロジェクト管理自動化
プロジェクト追跡ページとデータベースエントリの作成を自動化します。スプリントボード、タスクリスト、ステータス更新を自動的に作成します。
コンテンツワークフロー自動化
コンテンツパイプラインの自動化:下書きの作成、編集データベースの更新、Notionでのパブリッシングワークフローの管理。
チームナレッジベース管理
ドキュメントの作成と更新を自動化します。自動ページ生成と構造化データベースでチームウィキを整理します。
جرّب هذه الموجهات
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 the 'Tasks' database to find all items where Status equals 'Completed' and sort by Due Date descending. Show the first 10 results.
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'.
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.
أفضل الممارسات
- ワークフローを開始する前に、必ずRUBE_SEARCH_TOOLSを呼び出して現在のツールスキーマを取得してください
- 自動化ワークフローを実行する前に、接続ステータスがACTIVEであることを確認してください
- 大きな結果セットの場合、has_moreをチェックし、start_cursorを使用してページネーションを適切に処理してください
تجنب
- ページがNotion統合と共有されているかを確認せずにアクセス可能だと仮定する
- フィルタでプロパティ名や大小文字を区別した名前を間違えて使用し、バリデーションエラーが発生する
- ページネーションを無視して最初のページ以降の結果を見逃す