Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Activates when you send a screenshot to Telegram. Uses Gemini (with optional Claude fallback) to extract events, reminders, and tasks from the image, then saves them to Google Calendar or Google Tasks based on content type. High-confidence items save silently; low-confidence items prompt for confirmation.
Combining dual-model vision parsing with confidence-gated confirmation removes the manual copy-paste step between screenshots and calendar or task apps.
When to use it
- Saving a party invite screenshot directly to calendar
- Adding a deadline from a WhatsApp message screenshot to tasks
- Capturing a meeting screenshot with Zoom link to calendar
- Storing a bill due date screenshot as a Google Task reminder
- Processing a multi-item screenshot of a weekly schedule
Example Workflow
Here's how your AI assistant might use this skill in practice.
User sends a screenshot of a Telegram event invite to the bot
- 1Acknowledges immediately with '📸 Got it — analyzing your screenshot...'
- 2Runs scrask_bot.py with Gemini in auto mode against the image
- 3Gemini returns confidence 0.82 for an event with date, time, and Zoom link
- 4Script saves the event silently to Google Calendar with a 30-minute reminder
- 5Returns pre-formatted telegram_reply confirming the save
📅 Added to Calendar: Team Design Review — 2026-03-15 at 14:00 (Zoom link included)
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.