🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Notion Workflows

by @deliverydriver

Automate Notion tasks by creating, querying, and updating pages or databases, generating templates, and summarizing content via browser-triggered workflows.

TERMINAL
clawhub install notion-workflows

πŸ“– About This Skill


name: notion-workflows description: Notion automations: Create/query/update pages/DBs, templates, summaries. Browser/playwright for UI. Triggers: \"notion db build\", \"notion page create\", \"notion summary\". Examples: Task DB, wiki pages.

Notion Workflows

Examples

  • \"Build Notion task DB\": browser β†’ new DB, props (name/due/status).
  • \"Summarize Notion page\": snapshot β†’ markdown extract.
  • \"Add tasks to DB\": canvas/A2UI form β†’ insert rows.
  • Workflow

    1. browser action=open notion.so β†’ auth if needed. 2. snapshot page/DB β†’ parse structure. 3. act: click add row, fill fields. 4. Export: pdf/snapshot.

    refs/notion-selectors.md: Common aria-refs. scripts/notion-scrape.py: DB to CSV.

    assets/templates/task-db.json: Import schema.

    πŸ’‘ Examples

  • \"Build Notion task DB\": browser β†’ new DB, props (name/due/status).
  • \"Summarize Notion page\": snapshot β†’ markdown extract.
  • \"Add tasks to DB\": canvas/A2UI form β†’ insert rows.