x-meeting-reports

Meeting Reports (Notion)

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "x-meeting-reports" with this command: npx skills add arda-industries/agent-skills/arda-industries-agent-skills-x-meeting-reports

Meeting Reports (Notion)

Create new meeting report entries in the user's Notion meeting reports database. Notion MCP must be available. If you cannot call Notion MCP tools (e.g. notion-fetch , notion-create-pages ), stop and reply: "Creating meeting reports requires the Notion MCP to be available. Please enable the Notion MCP in Cursor and try again."

Target database

Workflow (strict order)

  • User describes the meeting (paste notes, bullet points, or describe verbally).

  • You propose the full Notion update: Draft the exact title, type (Internal vs External), database properties (e.g. Date, People, Status), and page body (sections and content) you would create. Present this in one clear block (e.g. markdown) for approval.

  • User approves (or requests edits).

  • You create the page: Use Notion MCP to create the page in the database with the approved content. Confirm with the link to the new page.

Do not create or update anything in Notion until the user has explicitly approved the proposal.

Report types

Type When to use Example

Internal Call debriefs, internal syncs, team meetings Eagleeye call debrief

External Meetings with external contacts (customers, partners, prospects) Maegan Eagleye

Matching existing structure

Before creating a report (or when property names / layout are unclear):

Attendees

When the user provides them, include:

  • Internal attendees (your team)

  • External attendees (contacts/customers)

Add these to database properties (e.g. People, Attendees) if the schema has them, and/or in the page body under an Attendees section (Internal: … / External: …).

Creating the page

  • Use notion-create-pages (or the equivalent Notion MCP create tool) with:

  • Parent: the meeting reports database (use the database URL or ID as the parent).

  • Properties: all required and relevant database properties (e.g. Name/Title, Date, Type, People, Status), matching the schema you fetched.

  • Content: the approved body (summary, key points, action items, follow-ups) in the same structure as the examples.

If the MCP expects markdown or blocks, format the body to match the example pages (headings, bullet lists, callouts as used there).

Creating in database (workaround)

If notion-create-pages fails because the parent parameter is received as a string (MCP serialization), create the report inside the database by:

  • Duplicating an existing report that is already a row in the database (e.g. Maegan Eagleye) using notion-duplicate-page. The new page will be a new row in the same database.

  • Updating the duplicate: use notion-update-page to set properties (Title, Date, BLUF, External attendees, Action items, etc.) and replace the page content with the approved body.

  • If notion-update-page fails (e.g. data received as string), give the user the link to the new duplicate and short manual steps to set the title, date, properties, and paste the body in Notion.

Summary

  • Requirement: Notion MCP enabled; otherwise fail with the message above.

  • New chat: If Notion MCP was enabled after this conversation started, start a new Cursor chat and ask again with the meeting content—the new session will have access to Notion tools.

  • Create new only: If the user asked to create a new meeting report, always create a new page. Do not update an existing report.

  • Flow: Describe → Propose (title, type, properties, body) → User approves → Create in database.

  • Consistency: Fetch database + example pages and mirror their structure and property names.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

x-convert-pdf-to-markdown

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

x-talk-to-figma-mcp

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

x-update-daily-tasks

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

x-daily-briefing

No summary provided by upstream source.

Repository SourceNeeds Review