What problem does it solve? Saving research, reports, and generated artifacts to Notion usually means ad-hoc page dumps with no consistent destination, no schema, and no confirmation the write actually succeeded. This Skill creates a reusable AI Output Library database under a user-owned parent page and verifies every save by reading the page back through the live API. ## Core Features & Use Cases - One-time bootstrap: Creates a typed Notion database (title, select, rich text, URL, date, multi-select properties) under a user-shared parent page and stores destination IDs in a local non-secret config file. - Verified saves: Fetches the live data-source schema before writing, creates a typed page with optional Markdown body, then reads the page back and confirms the title before reporting success. - Safe failure handling: If creation succeeds but verification fails, the scripts exit with code 2 and report CREATED_UNVERIFIED with the created IDs so nothing is duplicated blindly. - Use Case: After finishing a research comparison, tell Hermes to save it to Notion; the skill classifies it as Research/Saved, attaches the source URL and tags, writes the Markdown body, and returns the confirmed Notion page URL. ## Quick Start Ask the agent to save the current research report to Notion with a title, topic, summary, and source URL after completing the one-time parent page bootstrap.