원클릭으로
calendar-meeting-booker
// Check Google Calendar availability and book meetings — find slots across time zones, send invites, hold prep time. Use on "find time with X", "book a demo", "check my availability next week".
// Check Google Calendar availability and book meetings — find slots across time zones, send invites, hold prep time. Use on "find time with X", "book a demo", "check my availability next week".
Generate a targeted lead list with Apollo — filter by title, company size, industry, tech stack — and export to CSV/HubSpot/Sheets. Use when the user says "build me a prospect list", "find 100 VPs of X", or "source leads for the campaign".
Build a competitive battlecard — when to land-grab vs. when to walk away, key wedges, objection handling, landmines to set. Use on "build a battlecard against <competitor>", "how do we beat <X>", or "compete review".
Write high-response cold emails — short, specific, prospect-centric. Use when the user asks to "write a cold email", "rewrite my outbound", or "this email is getting no replies". Produces 3 variants with rationale.
Run a cold email outreach campaign via Gmail. Use when the user wants to send personalized cold emails to a list of prospects, draft outbound sequences, or launch a small outreach batch from a CSV/sheet of leads. Proactively invoke when the user mentions "send cold emails", "outreach campaign", or "blast my leads".
Prep for a discovery call — research the account, the attendee, set hypothesis for their pains, write the question stack, define success. Use on "prep for my discovery call", "research this account before tomorrow", or "what should I ask <prospect>?".
Send follow-up emails on threads that haven't replied — 3, 7, 14 day cadence with fresh angles. Reads sent folder, identifies no-reply threads, drafts context-aware follow-ups. Trigger on "send follow-ups", "bump my cold emails", or "who hasn't replied?".
| name | calendar-meeting-booker |
| description | Check Google Calendar availability and book meetings — find slots across time zones, send invites, hold prep time. Use on "find time with X", "book a demo", "check my availability next week". |
| allowed-tools | ["Bash","Read","Write","AskUserQuestion"] |
Check availability and create events via Composio Google Calendar.
composio link googlecalendar
composio execute GOOGLECALENDAR_FREE_BUSY_QUERY -d '{
"time_min": "2026-04-21T09:00:00-07:00",
"time_max": "2026-04-24T17:00:00-07:00",
"items": [{"id": "me"}, {"id": "jane@acme.com"}]
}'
composio execute GOOGLECALENDAR_CREATE_EVENT -d '{
"summary": "Acme ↔ Us — Demo",
"start_datetime": "2026-04-22T14:00:00-07:00",
"end_datetime": "2026-04-22T14:30:00-07:00",
"attendees": ["jane@acme.com"],
"description": "<agenda + call link>",
"send_updates": "all"
}'
Hi Jane —
Quick 30 min to walk through <topic>. I'll share screen from my side.
Agenda:
· <problem we discussed>
· <demo of X>
· Q&A + next steps
— <You>
send_updates: "all". For internal-only, "externalOnly" is often better.