Skip to main content
The Meeting Prep skill researches meeting attendees and their companies before any meeting using real-time web data. It surfaces roles, recent activity, company context, talking points, and cross-attendee relationships. Powered by the Nimble CLI and built on the open-source Agent Skills standard for cross-platform agent compatibility.

View on GitHub

Source code for this skill

Example Prompts

"prepare me for my meeting with Sarah Chen from Acme Corp"
"who am I meeting with tomorrow"
"research this person before our call"
"brief me on the attendees for my 2pm meeting"
"what should I know about John Smith at Databricks"

How It Works

1

Identify attendees

Accepts attendee names and companies directly, or parses them from a calendar invite or meeting link.
2

Research each attendee

Searches for each person’s role, background, recent activity, social presence, and published content using Nimble web search and extraction.
3

Research each company

Gathers company context including recent news, product launches, funding, and relevant updates for each attendee’s organization.
4

Map relationships

Identifies cross-attendee connections, shared companies, overlapping backgrounds, or mutual interests.
5

Deliver the brief

Produces a structured meeting brief with per-attendee profiles, company context, talking points, and relationship insights. Offers distribution via Notion or Slack.

Output

  • Per-Attendee Profile — role, background, recent activity, social presence, published content
  • Company Context — per company: what they do, recent news, funding, relevant updates
  • Talking Points — suggested conversation starters based on shared interests and recent activity
  • Cross-Attendee Relationships — connections between attendees (shared companies, backgrounds, interests)
  • Sources — all URLs cited in the brief

When to Use

Use CaseSkill
Prepare for a meeting with specific attendeesMeeting Prep
Research a company without attendee contextCompany Deep Dive
Monitor competitors before a strategy sessionCompetitor Intel

Quick Install

claude plugin marketplace add Nimbleway/agent-skills && \
claude plugin install nimble@nimble-plugin-marketplace

Prerequisites

Requires the Nimble CLI and a Nimble API key. See Plugin Installation for full setup instructions.