c-notion

Installation
SKILL.md

This skill manages Notion workspaces using the notion-cli tool.

Pages

notion-cli page list                        # List recent pages
notion-cli page search "query"              # Search pages by title/content
notion-cli page get <page-id>              # Get page content
notion-cli page create --title "Title" --parent <page-id>
notion-cli page create --title "Title" --content "Body text"
notion-cli page update <page-id> --title "New Title"
notion-cli page delete <page-id>
notion-cli page append <page-id> "Additional content"

Databases

Installs
11
Repository
daxaur/openpaw
GitHub Stars
167
First Seen
Mar 9, 2026
c-notion — daxaur/openpaw