vibe-notion
Edit Notion pages, databases, and comments as yourself
Reads, creates, and updates Notion pages, databases, blocks, and comments directly from the command line.
Acts under your own logged-in account instead of a bot identity, so edits and comments show your name.
Eliminates manual integration setup, per-page sharing, and OAuth flows with automatic credential extraction.
Includes batch operations and markdown support to handle bulk changes quickly.
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install vibe-notion?โผ
Run `npx skills add devxoul/vibe-notion --all -g -y` in your terminal to install both Notion skills globally.
How does vibe-notion edit Notion as me?โผ
It reads the session token your Notion desktop app already holds, so every page edit and comment is attributed to your own account instead of a bot.
What is the difference between vibe-notion and vibe-notionbot?โผ
vibe-notion acts as you using the desktop app session with zero setup, while vibe-notionbot acts as a bot using the official Integration API and a NOTION_TOKEN.
Can I bulk-create Notion pages or database rows?โผ
Yes. The batch command runs many create, update, or delete operations in a single call from a JSON file, with no scripting required.
Does vibe-notion work with Claude Code and OpenClaw?โผ
Yes. Both skills follow the universal SKILL.md standard and run in Claude Code, OpenClaw, Cursor, and other compatible agents.