| name | notion-research-documentation |
| description | 用于整合 Notion 信息并生成研究文档。 |
| zh_description | 用于整合 Notion 信息并生成研究文档。 |
| version | 1.0.0 |
| author | seaworld008 |
| source | in-house |
| source_url | |
| tags | ["documentation", "notion", "research"] |
| created_at | 2026-03-04 |
| updated_at | 2026-03-20 |
| quality | 3 |
| complexity | intermediate |
| metadata | null |
| short-description | Research Notion content and produce briefs/reports |
Research & Documentation
Pull relevant Notion pages, synthesize findings, and publish clear briefs or reports (with citations and links to sources).
When to Use
Use this skill when the user wants to:
- collect information from multiple Notion pages and turn it into a brief
- compare options, projects, teams, or decisions using existing workspace context
- produce a report, summary, or recommendation document grounded in Notion sources
- preserve citations and source links while synthesizing content
Use a different skill when:
- the main output is a meeting agenda → use
notion-meeting-intelligence
- the main job is storing a conversation or decision as a reusable page → use
notion-knowledge-capture
- the main job is converting a spec into implementation artifacts → use
notion-spec-to-implementation
Quick start
- Find sources with
Notion:notion-search using targeted queries; confirm scope with the user.
- Fetch pages via
Notion:notion-fetch; note key sections and capture citations (reference/citations.md).
- Choose output format (brief, summary, comparison, comprehensive report) using
reference/format-selection-guide.md.
- Draft in Notion with
Notion:notion-create-pages using the matching template (quick, summary, comparison, comprehensive).
- Link sources and add a references/citations section; update as new info arrives with
Notion:notion-update-page.
Usage
Default output sections:
- scope and question being answered
- key findings
- supporting evidence
- contradictions or gaps
- recommendation or next steps
- references
Minimal synthesis flow:
search pages
-> fetch source content
-> extract evidence
-> synthesize findings
-> create report page
Workflow
0) If any MCP call fails because Notion MCP is not connected, pause and set it up:
- Add the Notion MCP:
codex mcp add notion --url https://mcp.notion.com/mcp
- Enable remote MCP client:
- Set
[features].rmcp_client = true in config.toml or run