AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Meeting Prep

skill-onlyterp-hermes-optimization-guide-meeting-prep · by OnlyTerp

Prepare a 1-page brief for an upcoming meeting by combining calendar context, recent threads with attendees, and relevant docs

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-onlyterp-hermes-optimization-guide-meeting-prep

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-onlyterp-hermes-optimization-guide-meeting-prep)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Meeting Prep? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

meeting-prep — Pre-Meeting Brief

Produces a one-page markdown brief so you walk into meetings knowing what's going on.

Output shape

## Meeting: {title}
**When:** {datetime} · **Duration:** {duration} · **Where:** {location}
**Attendees:** {list with titles where known}

### Context
- Last topic we discussed: {summary}
- Open asks from them: {list}
- Open asks from me: {list}

### Likely agenda
1. {item}
2. {item}

### My position / notes
{bulleted; pulled from memory if relevant}

### Warnings
- {anything they sent recently that suggests a tough topic}

### Quick links
- [last email thread]({url})
- [shared doc]({url})
- [previous meeting notes]({memory-link})

Procedure

  1. Resolve meeting from lookup::
  • "next" → next calendar event in personal calendar
  • a time → nearest event at that time
  • a person → next event where that person is an attendee
  • event id → that exact event
  1. Gather (parallel):
  • Last 10 emails with each attendee (last 90 days)
  • Last Slack DMs / channel mentions with each attendee (last 30 days)
  • Relevant docs from memory (/search with meeting title + attendee names)
  • Previous meeting notes if exist in memory
  1. Summarize each thread to 1–2 lines. Extract open asks (things needing response, either direction).
  1. Produce the brief. Keep under 400 words. Bias for brevity — this is a read-in-60-seconds doc.
  1. Attach the brief as a Telegram DM reply to the trigger event, or print to CLI if invoked there.

Triggering 15 min before each meeting

cron:
  - name: meeting-prep
    schedule: "*/5 * * * *"   # every 5 min, idempotent
    task: "/meeting-prep next"
    filter: "event_starts_within=15m AND event.metadata.prep=true"
    notify: telegram_dm

Tips

  • Route to Gemini Flash — you'll run this often and it's a long-context summarization task.
  • If your calendar is Google → use the Google Workspace MCP; if Outlook → Microsoft Graph MCP.
  • Tag your calendar events with prep:true (or similar) to opt in — don't default-on for privacy.

Related

  • [daily-inbox-triage](../../ops/daily-inbox-triage/SKILL.md) — morning briefing
  • [hermes-weekly](../../ops/hermes-weekly/SKILL.md) — Friday digest

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.