返回顶部
🇺🇸 English
🇨🇳 简体中文
🇨🇳 繁體中文
🇺🇸 English
🇯🇵 日本語
🇰🇷 한국어
🇫🇷 Français
🇩🇪 Deutsch
🇪🇸 Español
🇷🇺 Русский
g

glasses-to-social

Turn 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.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
1,896
下载量
1
收藏
概述
安装方式
版本历史

glasses-to-social

# Glasses-to-Social Transform photos from smart glasses into social media posts with AI-generated captions. ## Overview This skill creates a pipeline from smart glasses (Meta Ray-Ban, etc.) to social media: 1. User snaps photo with glasses 2. Photo syncs to Google Drive folder 3. Agent detects new photo, analyzes with vision 4. Agent drafts post matching user's voice/style 5. User approves, agent publishes ## Setup ### 1. Configure Google Drive Folder Create a shared Google Drive folder for glasses photos: ```bash # User creates folder "Glasses-to-Social" in Google Drive # Share with "Anyone with link can view" # Copy the folder URL ``` ### 2. Set Up Config Create config file at `glasses-to-social/config.json`: ```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 } ``` ### 3. Configure Glasses Auto-Sync For Meta Ray-Ban glasses: 1. Open Meta View app on phone 2. Settings > Gallery > Enable "Import Automatically" 3. iOS: Enable Google Photos backup (syncs Camera Roll) 4. Create iOS Shortcut to copy new Meta photos to Google Drive folder ## Usage ### Manual Check Ask the agent to check for new photos: ``` Check my glasses folder for new photos ``` ### Automated Monitoring Set up a cron job to check periodically: ```json { "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." } } ``` ### Processing Flow When a new photo is detected: 1. Download from Google Drive using `gdown`: ```bash gdown --folder "FOLDER_URL" -O ./downloads/ --remaining-ok ``` 2. Compare against processed list in `data/processed.json` 3. For new photos, analyze with vision: - Describe the scene/subject - Identify relevant context for social post - Note any text, people, or notable elements 4. Draft post matching user's voice: - Keep it concise and authentic - Add relevant hashtags - First-person perspective works well for glasses content 5. Send draft to user for approval: - Include image preview - Show proposed caption - Wait for "POST" confirmation or edits 6. On approval, publish to configured platform (X/Twitter, etc.) 7. Mark photo as processed in `data/processed.json` ## Scripts ### check-new-photos.sh Checks Google Drive folder for new images: ```bash scripts/check-new-photos.sh ``` Output format when new photo found: ``` NEW_PHOTO_PATH:/path/to/downloaded/photo.jpg ``` ## File Tracking Track processed photos in `data/processed.json`: ```json { "processed": ["photo1.jpg", "photo2.jpg"], "pending": [] } ``` ## Tips - First-person POV content performs well ("Look what I just saw...") - Keep captions authentic, not overly polished - Works great for conferences, interesting sightings, daily moments - Consider time-of-day context when drafting ## Requirements - `gdown` Python package for Google Drive access - Vision-capable model for image analysis - Twitter/X credentials for posting (optional)

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 glasses-to-social-1776377785 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 glasses-to-social-1776377785 技能

通过命令行安装

skillhub install glasses-to-social-1776377785

下载 Zip 包

⬇ 下载 glasses-to-social v1.0.0

文件大小: 3.75 KB | 发布时间: 2026-4-17 14:11

v1.0.0 最新 2026-4-17 14:11
- Initial release of the glasses-to-social skill.
- Monitors a Google Drive folder for new photos from Meta Ray-Ban or other smart glasses.
- Uses vision AI to analyze incoming images and drafts social media posts in the user's voice.
- Sends drafted posts and image previews for user approval before publishing.
- Supports hands-free photo-to-social workflows with customizable hashtags and posting frequency.
- Includes setup instructions for folder configuration, sync options, and requirements.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部