glasses-to-socialTurn smart glasses photos into social media posts. Monitors a Google Drive folder for new images from Meta Ray-Ban glasses (or any smart glasses), analyzes them with vision AI, drafts tweets/posts in the user's voice, and publishes on approval. Use when setting up a glasses-to-social pipeline, processing smart glasses photos for social media, or creating hands-free content workflows.
Install via ClawdBot CLI:
clawdbot install Junebugg1214/glasses-to-socialTransform photos from smart glasses into social media posts with AI-generated captions.
This skill creates a pipeline from smart glasses (Meta Ray-Ban, etc.) to social media:
Create a shared Google Drive folder for glasses photos:
# User creates folder "Glasses-to-Social" in Google Drive
# Share with "Anyone with link can view"
# Copy the folder URL
Create config file at glasses-to-social/config.json:
{
"googleDriveFolderUrl": "https://drive.google.com/drive/folders/YOUR_FOLDER_ID",
"folderId": "YOUR_FOLDER_ID",
"downloadPath": "./glasses-to-social/downloads",
"processedFile": "./glasses-to-social/data/processed.json",
"defaultHashtags": ["#MedicalAI", "#HealthTech"],
"autoPost": false
}
For Meta Ray-Ban glasses:
Ask the agent to check for new photos:
Check my glasses folder for new photos
Set up a cron job to check periodically:
{
"name": "Glasses-to-Social: Check photos",
"schedule": {"kind": "cron", "expr": "*/15 * * * *", "tz": "UTC"},
"payload": {
"message": "Check the Glasses-to-Social folder for new photos. If found, analyze and draft a tweet."
}
}
When a new photo is detected:
gdown:
gdown --folder "FOLDER_URL" -O ./downloads/ --remaining-ok
data/processed.jsondata/processed.jsonChecks Google Drive folder for new images:
scripts/check-new-photos.sh
Output format when new photo found:
NEW_PHOTO_PATH:/path/to/downloaded/photo.jpg
Track processed photos in data/processed.json:
{
"processed": ["photo1.jpg", "photo2.jpg"],
"pending": []
}
gdown Python package for Google Drive accessGenerated Mar 1, 2026
Attendees at tech or medical conferences use smart glasses to capture key moments like speaker slides or networking interactions. The skill automatically drafts social posts with relevant hashtags, enabling real-time sharing without interrupting engagement.
Researchers in fields like environmental science or healthcare use smart glasses to document observations during fieldwork. The skill analyzes images to generate informative captions, streamlining data sharing on professional platforms for collaboration.
Travelers or influencers use smart glasses to capture spontaneous sights and experiences hands-free. The skill drafts authentic, first-person posts with location-based hashtags, enhancing social media presence without manual editing.
Content creators document everyday moments, such as cooking or urban exploration, using smart glasses for a personal perspective. The skill generates casual captions that resonate with followers, supporting consistent content workflows.
Offer tiered monthly plans with features like increased posting frequency, advanced AI captioning, or multi-platform integration. Revenue comes from recurring fees, targeting frequent users like influencers or businesses.
Provide a free basic version with limited posts or platforms, then charge for upgrades such as custom hashtag sets, priority processing, or analytics dashboards. This attracts a broad user base while monetizing power users.
Sell customized packages to organizations like event companies or research institutions for team use, including API access, dedicated support, and compliance features. Revenue is generated through annual contracts.
💬 Integration Tip
Ensure Google Drive folder permissions are set to 'Anyone with link can view' to avoid access issues, and test the cron job with a short interval initially to verify automation works smoothly.
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
Browse, search, post, and moderate Reddit. Read-only works without auth; posting/moderation requires OAuth setup.
Interact with Twitter/X — read tweets, search, post, like, retweet, and manage your timeline.
LinkedIn automation via browser relay or cookies for messaging, profile viewing, and network actions.
Search YouTube videos, get channel info, fetch video details and transcripts using YouTube Data API v3 via MCP server or yt-dlp fallback.