notion-cookbook
Notion API recipes, syncs, webhooks, and agent tools
All Skills in This Repository (4)
Pure Emerald Level Indicatorsnotion-research-documentation
Search Notion pages, synthesize information, and generate formatted research documents.
notion-meeting-intelligence
Gather Notion context, enrich with Claude research, and create pre-reads and agendas.
notion-knowledge-capture
Capture and organize conversation knowledge into structured Notion documents.
notion-spec-to-implementation
Analyze technical specifications and generate implementation plans in Notion.
Frequently Asked Questions
FAQPage SchemaHow to install notion-cookbook?โผ
Run `npx skills add makenotion/notion-cookbook --all -g -y` in your terminal to install all skills in this collection globally.
What can I build with notion-cookbook?โผ
You can build Notion API integrations, scheduled data syncs from tools like GitHub, Jira, and Salesforce, agent-callable tools, and secure webhooks, all from self-contained TypeScript recipes.
How do I sync external data into Notion?โผ
Pick the matching Worker template such as linear-sync or hubspot-sync, follow its README to add credentials, then deploy it with the ntn CLI to keep a Notion database updated automatically.
Does notion-cookbook work with coding agents?โผ
Yes. The root AGENTS.md file and the machine-readable catalog.json let agents like Claude Code, Cursor, and Codex find, run, and adapt the right recipe from a plain-English request.
Do I need deep Notion API experience to use it?โผ
No. Each recipe is self-contained with its own README, environment template, and run commands, so you can start from the intro example and follow step-by-step instructions.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core