Loading...
Loading...
Search, read, create, update, and append content to Notion pages. Use when the user wants to find pages, read content, create new docs, or edit existing pages in Notion.
npx skill4agent add creminiai/cremini-skills notion-pagesnotion-connect --checknotion-connect/SKILL.mdpython3 pages/scripts/notion_pages.py search "meeting notes"
python3 pages/scripts/notion_pages.py search "Q2 planning" --limit 5python3 pages/scripts/notion_pages.py get <page-id>python3 pages/scripts/notion_pages.py create --parent <page-id-or-database-id> --title "Meeting Notes" --content "## Attendees\n- Alice\n- Bob"python3 pages/scripts/notion_pages.py update <page-id> --title "New Title"python3 pages/scripts/notion_pages.py append <page-id> --content "## Action Items\n- Follow up with client"