This skill fetches one or more Notion pages, extracts everything worth remembering, converts each point into an explicit readable Q&A pair, and exports a standard CSV file for Anki import.
Step 1: Fetch the Notion Page(s)
Load each Notion page the user provides (by URL or name).
- If the user gives a URL, load the page directly.
- If the user gives a page name or description, search the workspace to locate it first, then load it.
- External article URLs: if the user gives a non-Notion web URL, fetch the article directly from the web. Verify the full article text actually loaded — paywalls and truncated extractions are common. If only a partial version is available, say so and confirm with the user before generating cards from a fragment.
- If multiple pages are given, fetch all of them before proceeding. Combine their content in Step 2 — do not generate partial CSVs per page unless the user asks.
Step 2: Extract Flashcard-Worthy Content
Read all fetched content and identify every point that meets at least one of these criteria:
- Actionable — something the reader can do, apply, or practice
- Important — a key concept, definition, framework, or named idea
- Essential — a fact, rule, or insight that would be a meaningful loss if forgotten
What to INCLUDE:
- Definitions and explanations of named concepts
- Rules, principles, heuristics, or frameworks
- Practical steps or how-to guidance
- Cause-and-effect relationships
- Statistics, dates, or named facts that carry meaning