notion
v0.1.5Notion workflows for implementation planning, research synthesis, meeting preparation, and knowledge capture.
by OpenAIMIT5kupdated 3 weeks ago
Source
git clone https://github.com/openai/pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/notion/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── skills/notion-knowledge-capture/SKILL.md├── skills/notion-meeting-intelligence/SKILL.md├── skills/notion-research-documentation/SKILL.md├── skills/notion-spec-to-implementation/SKILL.md└── .mcp.json
Skills4
Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.
Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.
Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.
Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.
MCP servers1
- url
- https://mcp.notion.com/mcp
Manifests1
{
"name": "notion",
"version": "0.1.5",
"description": "Notion workflows for implementation planning, research synthesis, meeting preparation, and knowledge capture.",
"author": {
"name": "OpenAI",
"email": "support@openai.com",
"url": "https://openai.com/"
},
"homepage": "https://www.notion.so/",
"repository": "https://github.com/openai/plugins",
"license": "MIT",
"keywords": [
"notion",
"documentation",
"research",
"meeting-prep",
"knowledge-management",
"planning"
],
"skills": "./skills/",
"apps": "./.app.json",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Notion",
"shortDescription": "Notion workflows for specs, research, meetings, and knowledge capture",
"longDescription": "Notion workflows for turning specs into implementation plans, synthesizing research into structured documentation, preparing meeting materials with workspace context, and capturing decisions or conversations into durable knowledge pages.",
"developerName": "OpenAI",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://www.notion.so/",
"privacyPolicyURL": "https://www.notion.com/help/privacy",
"termsOfServiceURL": "https://www.notion.so/legal/terms-of-use",
"defaultPrompt": "Search Notion workspace content, update pages, or turn specs, notes, and meeting context into structured outputs",
"brandColor": "#111111",
"composerIcon": "./assets/notion-small.svg",
"logo": "./assets/notion.png",
"logoDark": "./assets/notion-dark.png",
"screenshots": []
}
}