ai-meeting-schedulingSchedule and coordinate asynchronous group meetings (2-50 participants) via email across timezones, with status checks, pauses, resumes, and cancellations.
Install via ClawdBot CLI:
clawdbot install DheerG/ai-meeting-schedulingGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://api.skipup.ai/api/v1/meeting_requestsCalls external URL not in known-safe list
https://skipup.aiAI Analysis
The skill's external API calls (skipup.ai) are directly related to its documented purpose of meeting scheduling and are explicitly declared in the skill definition. There is no evidence of credential harvesting, hidden instructions, obfuscation, or data exfiltration to unauthorized servers beyond the declared service.
Audited Apr 17, 2026 · audit v1.0
Generated Mar 20, 2026
A sales manager needs to schedule a product demo with a potential client's 5-person decision team across different time zones. Using SkipUp, they create a single meeting request, and the AI coordinates via email to find a mutually agreeable time without manual back-and-forth, ensuring the demo is booked efficiently.
A project lead at a tech startup must arrange a kickoff meeting for a distributed team of 15 members spread globally. SkipUp handles the scheduling by emailing all participants to collect availability, automatically negotiating across time zones, and booking the meeting once consensus is reached, saving hours of coordination effort.
A consultant needs to set up an onboarding call with a new client and three internal stakeholders from different departments. SkipUp sends scheduling requests via email, manages reminders, and finalizes the time asynchronously, allowing the consultant to focus on preparation rather than scheduling logistics.
A university professor coordinates a virtual meeting with 10 international researchers to discuss a collaborative study. SkipUp facilitates scheduling by emailing all participants, accommodating various academic schedules and time zones, and automatically booking the session once a suitable time is identified.
An executive assistant must schedule a quarterly board meeting with 20 members, including external advisors in different regions. SkipUp streamlines the process by sending out availability requests via email, handling follow-ups, and confirming the meeting time without requiring calendar access or manual intervention.
SkipUp offers its scheduling coordination as an API service, charging based on the number of meeting requests or participants. Businesses integrate it into their applications to automate group scheduling, generating revenue through subscription tiers or pay-per-use fees.
SkipUp targets large organizations by providing enterprise licenses with custom features, higher participant limits, and dedicated support. This model ensures recurring revenue through annual contracts and upselling additional services like analytics or enhanced security.
SkipUp offers a free tier for small teams with basic scheduling capabilities, then monetizes by charging for advanced features such as priority support, increased participant limits, and integration with other productivity tools. This attracts users and converts them to paid plans.
💬 Integration Tip
Ensure the SKIPUP_API_KEY is securely stored as an environment variable and that the API key has the required scopes (meeting_requests.read, meeting_requests.write, members.read) before making any requests.
Scored Apr 19, 2026
Calendar management and scheduling. Create events, manage meetings, and sync across calendar providers.
Sync and query CalDAV calendars (iCloud, Google, Fastmail, Nextcloud, etc.) using vdirsyncer + khal. Works on Linux.
Manage tasks and projects in Todoist. Use when user asks about tasks, to-dos, reminders, or productivity.
Use when you have a written implementation plan to execute in a separate session with review checkpoints
Send short status descriptions in chat for long-running tasks. Use when you need to provide periodic updates during multi-step operations, confirm task completion, or notify of failures. Includes automated periodic monitoring that sends updates every 5 seconds, status message templates, and a helper function for consistent status reporting.
Create, list, and manage macOS Calendar events via AppleScript. Use when the user asks to add a reminder, schedule an event, create a calendar entry, set a d...