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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install glasses-to-social或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install glasses-to-social⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/glasses-to-social/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: glasses-to-social description: 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. ---
Transform 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:```bash gdown --folder "FOLDER_URL" -O ./downloads/ --remaining-ok ```
data/processed.json- Describe the scene/subject - Identify relevant context for social post - Note any text, people, or notable elements
- Keep it concise and authentic - Add relevant hashtags - First-person perspective works well for glasses content
- Include image preview - Show proposed caption - Wait for "POST" confirmation or edits
data/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 access安装 Glasses to Social 后,可以对 AI 说这些话来触发它
Help me get started with Glasses to Social
Explains what Glasses to Social does, walks through the setup, and runs a quick demo based on your current project
Use Glasses to Social to turn smart glasses photos into social media posts
Invokes Glasses to Social with the right parameters and returns the result directly in the conversation
What can I do with Glasses to Social in my design & creative workflow?
Lists the top use cases for Glasses to Social, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/glasses-to-social/ 目录(个人级,所有项目可用),或 .claude/skills/glasses-to-social/(项目级)。重启 AI 客户端后,用 /glasses-to-social 主动调用,或让 AI 根据上下文自动发现并使用。
Glasses to Social 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
Automate my design & creative tasks using Glasses to Social
Identifies repetitive steps in your workflow and sets up Glasses to Social to handle them automatically
Glasses to Social 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。