Turn raw meeting notes or transcripts into structured action: decisions log, action items with owner and deadline, open questions, and a distributable summary email. Extracts who-committed-to-what with date parsing (natural language dates resolved against the meeting date), deduplicates, tracks carryover between meetings, and generates per-owner task lists. Use when the user has meeting notes/transcripts and needs minutes, action items, or a follow-up summary.
Data & analysis
Fulcra Meeting Briefing
Try itGenerate private meeting briefings from Fulcra calendar data with optional CRM notes and web research.
What it does
Generate private meeting briefings from Fulcra calendar data with optional CRM notes and web research.
The skill document
Fulcra Meeting Briefing
Use this skill when the user wants upcoming-meeting prep, same-day meeting intel, next-day meeting briefings, attendee research, or CRM-assisted relationship context.
Inputs
- Fulcra calendar events from the authenticated Fulcra CLI or API.
- Optional CRM notes supplied by the user, a configured CRM directory, or files already in the current workspace.
- Optional web research when the user asks for it or the CRM context is too thin.
Workflow
- Verify auth and get calendar events for the requested window with the Fulcra CLI or API.
- Qualify only meaningful meetings:
- include external meetings with attendees plus a meeting link or non-home location
- exclude solo blocks, personal appointments, health appointments, family events, internal-only events, and standing non-meeting blocks
- preserve the exact calendar title
- Identify the primary attendee from organizer, external attendees, title, email domain, or user-provided context.
- Build the briefing from available evidence:
- confirmed meeting facts: title, time, participants, location/link presence
- relationship context from CRM or prior notes
- company/domain context from attendee emails
- public research only when allowed and useful
- Fail closed when context is too thin. Do not post filler. Return a short diagnostic privately or say no reliable briefing could be generated.
- Save output only when the user asks or a local workflow has an explicit destination.
Fulcra Calendar Preflight
Use the current CLI surfaces before building a briefing:
uv tool run fulcra-api user-info
uv tool run fulcra-api data-updates "1 day"
uv tool run fulcra-api calendar-events "1 day"
uv tool run fulcra-api calendars
Before using new auth or calendar options, inspect live help:
uv tool run fulcra-api auth login --help
uv tool run fulcra-api calendar-events --help
uv tool run fulcra-api data-updates --help
GitHub main may contain unreleased CLI options. Live uv tool run fulcra-api ... --help is the authority for commands the user can run now.
When data-updates is available, use it as a calendar freshness preflight for the requested meeting window before attendee research. It is a summary signal only:
- If
data-updatesshows calendar changes andcalendar-eventsreturns events, proceed with normal qualification. - If
data-updatesshows no calendar changes butcalendar-eventsreturns events, proceed; already-synced calendar state can still be valid. - If both are empty, say no qualifying meetings were found or calendar sync may be missing, depending on
calendarsand user context. - Do not start public web research until a real meeting target is confirmed.
Output
Keep briefings concise and useful:
- who the person is
- why the meeting likely matters
- relationship or prior-context notes
- company or market context
- Fulcra-relevant angle, if any
- concrete questions or follow-ups
Privacy
- Calendar, attendee, CRM, location, and briefing content are private.
- Do not expose real calendar details, locations, private CRM notes, or attendee contact details in public examples.
- Do not assume a local CRM path, local scripts, private credentials, or Arc-specific infrastructure.
- Keep auth tokens out of chat. Device-code URLs are okay only when the user explicitly needs to authenticate.
- In group channels, summarize only safe metadata unless the user explicitly approves real calendar details.
- Public examples and tests must use synthetic events and synthetic attendees.
Generic Integration Notes
- Preferred CLI base command:
uv tool run fulcra-api. - If
calendar-eventsreturns empty, distinguish no meetings from missing sync/auth/data-source issues before generating a briefing. - Use
data-updateswhen available to check whether calendar data changed in the requested window; do not treat update counts as meeting facts. - Use data availability/source diagnostics where configured, or ask the user to confirm Context app/calendar sync.
- Use a configured CRM path only if one is provided, for example
FULCRA_MEETING_CRM_DIR. - Use a configured output path only if one is provided, for example
FULCRA_MEETING_BRIEFINGS_DIR. - Local Arc scripts may be useful examples, but ClawHub users should not need
projects/meeting-briefer/or Arc's private CRM.
Related skills
Deliver a personalized morning briefing that combines objective data (last night's sleep, today's calendar, weather) with how the user actually said they fee...
Turn scattered notes, chat logs, meeting fragments, issue updates, or calendar context into a concise daily brief. Use when Codex needs to summarize what hap...
Write formal board meeting minutes from an agenda, notes, transcript, or discussion summary. Use when asked to draft board minutes, governance minutes, meeti...
Give AI agents Every meeting becomes searchable. using BlueColumn persistent memory. Use when an agent takes meeting notes and needs recall; when the user wants to store, recall, or search meeting memory context. Requires a BlueColumn API key (bc_live_*).
Compose a personalized morning briefing whose tone and depth adapt to last night's sleep quality.