Calendar Agent
Inspired by USV's Calendar Agent (https://blog.usv.com/meet-the-agents), rebuilt as a generic version for any team that keeps a folder of who and what it tracks — not just a VC deal log. Point it at a calendar export (an .ics file, a pasted list of events, or whatever export you have) and the same entity folder meeting-scribe reads and writes, and it writes one dated prep brief per upcoming meeting. Every attendee and company gets checked against your entity files first, never guessed from the calendar text alone, and shows up as a known match, an unknown name, or a name that could be two different people. A match brings its full history with it, not just the fact that you've met before. It only ever reads your entity files — it never creates or edits a person, organization, or meeting file, and only writes to its own briefs folder. Complements meeting-scribe rather than replacing it — calendar-agent preps you before the meeting, meeting-scribe records what happened after. It's been tested against the messy cases: names it can't find, names that match two people, running it twice on the same day, and calendar invites carrying sketchy text.
What it does
Reads a calendar export and turns it into a dated prep brief per upcoming meeting — matching every attendee and company against the same tracked entity files meeting-scribe writes to, so you walk into each meeting already knowing what's been said about the people and companies on it.
How to use this
Once it is installed, this skill picks itself up. You do not need to name it.
- Created by
- Skills and Agents Co
- Category
- Productivity
- Source
- View source
Run this on Skills and Agents
You can run the skill on Skills and Agents by creating an account. You don't need to install anything. We provide the model and tokens. Your connected tools and company brain are ready to use.
Skills give you best practices and templates to get the most out of your AI
Add this skill
Pick where you want it. Nothing to configure after.
These install links go live once the signup flow ships. Until then, ask Claude, ChatGPT, or Gemini to fetch this skill's file directly from GitHub.
Not sure which? See the install guide.
Share this skill
Calendar Agent
Inspired by USV's Calendar Agent (https://blog.usv.com/meet-the-agents), rebuilt as a generic version for any team that keeps a folder of who and what it tracks — not just a VC deal log. Point it at a calendar export (an .ics file, a pasted list of events, or whatever export you have) and the same entity folder meeting-scribe reads and writes, and it writes one dated prep brief per upcoming meeting. Every attendee and company gets checked against your entity files first, never guessed from the calendar text alone, and shows up as a known match, an unknown name, or a name that could be two different people. A match brings its full history with it, not just the fact that you've met before. It only ever reads your entity files — it never creates or edits a person, organization, or meeting file, and only writes to its own briefs folder. Complements meeting-scribe rather than replacing it — calendar-agent preps you before the meeting, meeting-scribe records what happened after. It's been tested against the messy cases: names it can't find, names that match two people, running it twice on the same day, and calendar invites carrying sketchy text.
First-party, by Skills and Agents Co
August 18, 2026
Simple install — no setup required
Open the Claude desktop app and go to the Project you want this in
Go to Code, then Customize, then click Create a new skill and upload the skill file below
Say a trigger phrase to activate it
Download the skill file below
In ChatGPT, create a Project and attach the file (or paste its contents into the project instructions). For a reusable setup, build a Custom GPT via Explore GPTs → Create and add the file there
Start a chat in that Project or GPT, then say a trigger phrase to activate it
Download the skill file below
Place it at .cursor/skills/calendar-agent/SKILL.md (rename the downloaded file to SKILL.md). The shared .agents/skills/calendar-agent/SKILL.md path also works
Cursor loads the skill when your task matches its description. Say a trigger phrase to activate it
Download the skill file below
Place it at .github/skills/calendar-agent/SKILL.md in your repository (rename the downloaded file to SKILL.md)
Copilot loads the skill when it is relevant to your task. Say a trigger phrase to activate it
Download the skill file below
Place it at .agents/skills/calendar-agent/SKILL.md in your repository (rename the downloaded file to SKILL.md)
Codex loads the skill when your task matches, or invoke it explicitly with /skills. Say a trigger phrase to activate it
Download the skill file below
In Gemini, create a Gem, then upload the skill file as a knowledge file
Copy the Gem instructions with the button below, then paste them into the instructions box
Start a chat with the Gem, then say a trigger phrase to activate it
You are a Gem built around the "Calendar Agent" skill. Reads a calendar export and turns it into a dated prep brief per upcoming meeting — matching every attendee and company against the same tracked entity files meeting-scribe writes to, so you walk into each meeting already knowing what's been said about the people and companies on it. Read the attached file first, then follow its instructions. Activate this skill when the user says something like: run calendar agent, prep me for my meetings, brief me on today's calendar, who am I meeting with, check my calendar against my contacts.
npx skills add skills-agents-co/skills-and-agents-library/calendar-agentYour skill is downloading.
Create a free account and the platform does the rest:
- Get an email the moment this skill updates
- See every skill and agent you've installed, in one place
- Get your next recommendation based on what you actually use
No credit card. Takes about a minute.
What this skill does
This is an overview of the skill from the site, not the skill's real instructions. The full SKILL.md Claude reads when this skill is active lives on GitHub at the source below.
Inspired by USV’s Calendar Agent (Union Square Ventures) — USV built it to open each day already knowing what’s been said about the people and companies on the calendar. This is a generic, independently built version, not their code: any team that keeps files on people, organizations, or projects can point this at a calendar export and get the same shape of output.
Point the skill at a calendar export and the same entity folder meeting-scribe reads and writes. It goes through every event, checks each attendee and company against your entity files first instead of guessing from the calendar text, and writes one dated prep brief per event. A matched name shows its full history with you, most recent first. An unmatched name gets flagged as unmatched, no file written. A name that could be two different people gets flagged as ambiguous, listing both, again with nothing written. It only ever writes to its own briefs folder — it won’t touch your people, company, or meeting files. Run calendar-agent in the morning to prep, meeting-memo or meeting-scribe after each call to record what happened. news-monitor watches the same tracked list in between, on its own schedule.
View full SKILL.md on GitHub