{
  "schemaVersion": "1.0",
  "item": {
    "slug": "glasses-to-social",
    "name": "Glasses to Social",
    "source": "tencent",
    "type": "skill",
    "category": "效率提升",
    "sourceUrl": "https://clawhub.ai/Junebugg1214/glasses-to-social",
    "canonicalUrl": "https://clawhub.ai/Junebugg1214/glasses-to-social",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/glasses-to-social",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=glasses-to-social",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/check-new-photos.sh",
      "scripts/mark-processed.sh"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/glasses-to-social"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/glasses-to-social",
    "agentPageUrl": "https://openagent3.xyz/skills/glasses-to-social/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glasses-to-social/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glasses-to-social/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Glasses-to-Social",
        "body": "Transform photos from smart glasses into social media posts with AI-generated captions."
      },
      {
        "title": "Overview",
        "body": "This skill creates a pipeline from smart glasses (Meta Ray-Ban, etc.) to social media:\n\nUser snaps photo with glasses\nPhoto syncs to Google Drive folder\nAgent detects new photo, analyzes with vision\nAgent drafts post matching user's voice/style\nUser approves, agent publishes"
      },
      {
        "title": "1. Configure Google Drive Folder",
        "body": "Create a shared Google Drive folder for glasses photos:\n\n# User creates folder \"Glasses-to-Social\" in Google Drive\n# Share with \"Anyone with link can view\"\n# Copy the folder URL"
      },
      {
        "title": "2. Set Up Config",
        "body": "Create config file at glasses-to-social/config.json:\n\n{\n  \"googleDriveFolderUrl\": \"https://drive.google.com/drive/folders/YOUR_FOLDER_ID\",\n  \"folderId\": \"YOUR_FOLDER_ID\",\n  \"downloadPath\": \"./glasses-to-social/downloads\",\n  \"processedFile\": \"./glasses-to-social/data/processed.json\",\n  \"defaultHashtags\": [\"#MedicalAI\", \"#HealthTech\"],\n  \"autoPost\": false\n}"
      },
      {
        "title": "3. Configure Glasses Auto-Sync",
        "body": "For Meta Ray-Ban glasses:\n\nOpen Meta View app on phone\nSettings > Gallery > Enable \"Import Automatically\"\niOS: Enable Google Photos backup (syncs Camera Roll)\nCreate iOS Shortcut to copy new Meta photos to Google Drive folder"
      },
      {
        "title": "Manual Check",
        "body": "Ask the agent to check for new photos:\n\nCheck my glasses folder for new photos"
      },
      {
        "title": "Automated Monitoring",
        "body": "Set up a cron job to check periodically:\n\n{\n  \"name\": \"Glasses-to-Social: Check photos\",\n  \"schedule\": {\"kind\": \"cron\", \"expr\": \"*/15 * * * *\", \"tz\": \"UTC\"},\n  \"payload\": {\n    \"message\": \"Check the Glasses-to-Social folder for new photos. If found, analyze and draft a tweet.\"\n  }\n}"
      },
      {
        "title": "Processing Flow",
        "body": "When a new photo is detected:\n\nDownload from Google Drive using gdown:\ngdown --folder \"FOLDER_URL\" -O ./downloads/ --remaining-ok\n\n\n\nCompare against processed list in data/processed.json\n\n\nFor new photos, analyze with vision:\n\nDescribe the scene/subject\nIdentify relevant context for social post\nNote any text, people, or notable elements\n\n\n\nDraft post matching user's voice:\n\nKeep it concise and authentic\nAdd relevant hashtags\nFirst-person perspective works well for glasses content\n\n\n\nSend draft to user for approval:\n\nInclude image preview\nShow proposed caption\nWait for \"POST\" confirmation or edits\n\n\n\nOn approval, publish to configured platform (X/Twitter, etc.)\n\n\nMark photo as processed in data/processed.json"
      },
      {
        "title": "check-new-photos.sh",
        "body": "Checks Google Drive folder for new images:\n\nscripts/check-new-photos.sh\n\nOutput format when new photo found:\n\nNEW_PHOTO_PATH:/path/to/downloaded/photo.jpg"
      },
      {
        "title": "File Tracking",
        "body": "Track processed photos in data/processed.json:\n\n{\n  \"processed\": [\"photo1.jpg\", \"photo2.jpg\"],\n  \"pending\": []\n}"
      },
      {
        "title": "Tips",
        "body": "First-person POV content performs well (\"Look what I just saw...\")\nKeep captions authentic, not overly polished\nWorks great for conferences, interesting sightings, daily moments\nConsider time-of-day context when drafting"
      },
      {
        "title": "Requirements",
        "body": "gdown Python package for Google Drive access\nVision-capable model for image analysis\nTwitter/X credentials for posting (optional)"
      }
    ],
    "body": "Glasses-to-Social\n\nTransform photos from smart glasses into social media posts with AI-generated captions.\n\nOverview\n\nThis skill creates a pipeline from smart glasses (Meta Ray-Ban, etc.) to social media:\n\nUser snaps photo with glasses\nPhoto syncs to Google Drive folder\nAgent detects new photo, analyzes with vision\nAgent drafts post matching user's voice/style\nUser approves, agent publishes\nSetup\n1. Configure Google Drive Folder\n\nCreate a shared Google Drive folder for glasses photos:\n\n# User creates folder \"Glasses-to-Social\" in Google Drive\n# Share with \"Anyone with link can view\"\n# Copy the folder URL\n\n2. Set Up Config\n\nCreate config file at glasses-to-social/config.json:\n\n{\n  \"googleDriveFolderUrl\": \"https://drive.google.com/drive/folders/YOUR_FOLDER_ID\",\n  \"folderId\": \"YOUR_FOLDER_ID\",\n  \"downloadPath\": \"./glasses-to-social/downloads\",\n  \"processedFile\": \"./glasses-to-social/data/processed.json\",\n  \"defaultHashtags\": [\"#MedicalAI\", \"#HealthTech\"],\n  \"autoPost\": false\n}\n\n3. Configure Glasses Auto-Sync\n\nFor Meta Ray-Ban glasses:\n\nOpen Meta View app on phone\nSettings > Gallery > Enable \"Import Automatically\"\niOS: Enable Google Photos backup (syncs Camera Roll)\nCreate iOS Shortcut to copy new Meta photos to Google Drive folder\nUsage\nManual Check\n\nAsk the agent to check for new photos:\n\nCheck my glasses folder for new photos\n\nAutomated Monitoring\n\nSet up a cron job to check periodically:\n\n{\n  \"name\": \"Glasses-to-Social: Check photos\",\n  \"schedule\": {\"kind\": \"cron\", \"expr\": \"*/15 * * * *\", \"tz\": \"UTC\"},\n  \"payload\": {\n    \"message\": \"Check the Glasses-to-Social folder for new photos. If found, analyze and draft a tweet.\"\n  }\n}\n\nProcessing Flow\n\nWhen a new photo is detected:\n\nDownload from Google Drive using gdown:\n\ngdown --folder \"FOLDER_URL\" -O ./downloads/ --remaining-ok\n\n\nCompare against processed list in data/processed.json\n\nFor new photos, analyze with vision:\n\nDescribe the scene/subject\nIdentify relevant context for social post\nNote any text, people, or notable elements\n\nDraft post matching user's voice:\n\nKeep it concise and authentic\nAdd relevant hashtags\nFirst-person perspective works well for glasses content\n\nSend draft to user for approval:\n\nInclude image preview\nShow proposed caption\nWait for \"POST\" confirmation or edits\n\nOn approval, publish to configured platform (X/Twitter, etc.)\n\nMark photo as processed in data/processed.json\n\nScripts\ncheck-new-photos.sh\n\nChecks Google Drive folder for new images:\n\nscripts/check-new-photos.sh\n\n\nOutput format when new photo found:\n\nNEW_PHOTO_PATH:/path/to/downloaded/photo.jpg\n\nFile Tracking\n\nTrack processed photos in data/processed.json:\n\n{\n  \"processed\": [\"photo1.jpg\", \"photo2.jpg\"],\n  \"pending\": []\n}\n\nTips\nFirst-person POV content performs well (\"Look what I just saw...\")\nKeep captions authentic, not overly polished\nWorks great for conferences, interesting sightings, daily moments\nConsider time-of-day context when drafting\nRequirements\ngdown Python package for Google Drive access\nVision-capable model for image analysis\nTwitter/X credentials for posting (optional)"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/Junebugg1214/glasses-to-social",
    "publisherUrl": "https://clawhub.ai/Junebugg1214/glasses-to-social",
    "owner": "Junebugg1214",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/glasses-to-social",
    "downloadUrl": "https://openagent3.xyz/downloads/glasses-to-social",
    "agentUrl": "https://openagent3.xyz/skills/glasses-to-social/agent",
    "manifestUrl": "https://openagent3.xyz/skills/glasses-to-social/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/glasses-to-social/agent.md"
  }
}