{
  "schemaVersion": "1.0",
  "item": {
    "slug": "ai-social-media-content",
    "name": "Ai Social Media Content",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/okaris/ai-social-media-content",
    "canonicalUrl": "https://clawhub.ai/okaris/ai-social-media-content",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/ai-social-media-content",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=ai-social-media-content",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md"
    ],
    "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/ai-social-media-content"
    },
    "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/ai-social-media-content",
    "agentPageUrl": "https://openagent3.xyz/skills/ai-social-media-content/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-social-media-content/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-social-media-content/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": "AI Social Media Content",
        "body": "Create social media content for all platforms via inference.sh CLI."
      },
      {
        "title": "Quick Start",
        "body": "curl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Generate a TikTok-style video\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"POV walking through a neon-lit Tokyo street at night, vertical format 9:16, cinematic\"\n}'\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available."
      },
      {
        "title": "Platform Formats",
        "body": "PlatformAspect RatioDurationResolutionTikTok9:16 vertical15-60s1080x1920Instagram Reels9:16 vertical15-90s1080x1920Instagram Feed1:1 or 4:5-1080x1080YouTube Shorts9:16 vertical<60s1080x1920YouTube Thumbnail16:9-1280x720Twitter/X16:9 or 1:1<140s1920x1080"
      },
      {
        "title": "TikTok / Reels Video",
        "body": "# Generate trending-style content\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Satisfying slow motion video of paint being mixed, vibrant colors swirling together, vertical 9:16, ASMR aesthetic, viral TikTok style\"\n}'"
      },
      {
        "title": "Instagram Carousel Images",
        "body": "# Generate cohesive carousel images\nfor i in 1 2 3 4 5; do\n  infsh app run falai/flux-dev --input \"{\n    \\\"prompt\\\": \\\"Minimalist lifestyle flat lay photo $i/5, morning coffee routine, neutral tones, Instagram aesthetic, consistent style\\\"\n  }\" > \"carousel_$i.json\"\ndone"
      },
      {
        "title": "YouTube Thumbnail",
        "body": "# Eye-catching thumbnail\ninfsh app run falai/flux-dev --input '{\n  \"prompt\": \"YouTube thumbnail, shocked face emoji, bright yellow background, bold text area on right, attention-grabbing, high contrast, professional\"\n}'"
      },
      {
        "title": "Twitter/X Visual Post",
        "body": "# Generate image for tweet\ninfsh app run falai/flux-dev --input '{\n  \"prompt\": \"Tech infographic style image showing AI trends, modern design, data visualization aesthetic, shareable\"\n}'\n\n# Post with Twitter automation\ninfsh app run twitter/post-tweet --input '{\n  \"text\": \"The future of AI is here. Here are the top 5 trends reshaping tech in 2024 🧵\",\n  \"media_url\": \"<image-url>\"\n}'"
      },
      {
        "title": "Talking Head Content",
        "body": "# 1. Write script with Claude\ninfsh app run openrouter/claude-sonnet-45 --input '{\n  \"prompt\": \"Write a 30-second engaging script about productivity tips for a TikTok. Conversational, hook in first 3 seconds.\"\n}' > script.json\n\n# 2. Generate voiceover\ninfsh app run infsh/kokoro-tts --input '{\n  \"text\": \"<script>\",\n  \"voice\": \"af_sarah\"\n}' > voice.json\n\n# 3. Create AI avatar\ninfsh app run bytedance/omnihuman-1-5 --input '{\n  \"image_url\": \"https://your-avatar.jpg\",\n  \"audio_url\": \"<voice-url>\"\n}'"
      },
      {
        "title": "Trending/Viral Style",
        "body": "infsh app run google/veo-3 --input '{\n  \"prompt\": \"Satisfying compilation style video, oddly satisfying content, smooth transitions, ASMR quality, vertical 9:16\"\n}'"
      },
      {
        "title": "Tutorial/How-To",
        "body": "infsh app run google/veo-3-1 --input '{\n  \"prompt\": \"Hands demonstrating a craft tutorial, overhead shot, clean workspace, step-by-step motion, warm lighting, vertical format\"\n}'"
      },
      {
        "title": "Product Showcase",
        "body": "infsh app run bytedance/seedance-1-5-pro --input '{\n  \"prompt\": \"Product unboxing aesthetic, sleek packaging reveal, soft lighting, premium feel, satisfying unwrap, vertical 9:16\"\n}'"
      },
      {
        "title": "Lifestyle/Aesthetic",
        "body": "infsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Day in my life aesthetic, morning routine montage, golden hour lighting, cozy apartment, coffee steam rising, vertical format\"\n}'"
      },
      {
        "title": "Behind the Scenes",
        "body": "infsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Behind the scenes of creative workspace, artist at work, authentic candid moments, documentary style, vertical 9:16\"\n}'"
      },
      {
        "title": "Caption & Hashtag Generation",
        "body": "# Generate engaging caption\ninfsh app run openrouter/claude-haiku-45 --input '{\n  \"prompt\": \"Write an engaging Instagram caption for a sunset beach photo. Include a hook, value, and call to action. Add 10 relevant hashtags.\"\n}'"
      },
      {
        "title": "Hook Formulas",
        "body": "infsh app run openrouter/claude-haiku-45 --input '{\n  \"prompt\": \"Generate 5 viral TikTok hooks for a video about morning routines. Use proven patterns like: curiosity gap, bold claim, relatable struggle, before/after, or tutorial format.\"\n}'"
      },
      {
        "title": "Long to Short Pipeline",
        "body": "# Take a concept and create multiple formats\nCONCEPT=\"productivity hack: 2-minute rule\"\n\n# TikTok vertical\ninfsh app run google/veo-3-1-fast --input \"{\n  \\\"prompt\\\": \\\"$CONCEPT visualization, vertical 9:16, quick cuts, text overlays style\\\"\n}\"\n\n# Twitter square\ninfsh app run falai/flux-dev --input \"{\n  \\\"prompt\\\": \\\"$CONCEPT infographic, square format, minimal design, shareable\\\"\n}\"\n\n# YouTube thumbnail\ninfsh app run falai/flux-dev --input \"{\n  \\\"prompt\\\": \\\"$CONCEPT thumbnail, surprised person, bold text space, 16:9\\\"\n}\""
      },
      {
        "title": "Batch Content Creation",
        "body": "# Generate a week of content\nTOPICS=(\"morning routine\" \"productivity tips\" \"coffee aesthetic\" \"workspace tour\" \"night routine\")\n\nfor topic in \"${TOPICS[@]}\"; do\n  infsh app run google/veo-3-1-fast --input \"{\n    \\\"prompt\\\": \\\"$topic content for social media, aesthetic, vertical 9:16, engaging\\\"\n  }\" > \"content_${topic// /_}.json\"\ndone"
      },
      {
        "title": "Best Practices",
        "body": "Hook in first 3 seconds - Start with most engaging moment\nVertical first - 9:16 for TikTok, Reels, Shorts\nConsistent aesthetic - Match brand colors and style\nText-safe zones - Leave space for platform UI elements\nTrending audio - Add popular sounds separately\nBatch create - Generate multiple pieces at once"
      },
      {
        "title": "TikTok",
        "body": "Fast cuts, trending sounds\nText overlays important\nHook immediately"
      },
      {
        "title": "Instagram",
        "body": "High visual quality\nCarousel for engagement\nAesthetic consistency"
      },
      {
        "title": "YouTube Shorts",
        "body": "Clear value proposition\nSubscribe CTAs work\nRepurpose longer content"
      },
      {
        "title": "Twitter/X",
        "body": "Single striking image\nControversial hooks work\nThread potential"
      },
      {
        "title": "Related Skills",
        "body": "# Video generation\nnpx skills add inference-sh/skills@ai-video-generation\n\n# Image generation\nnpx skills add inference-sh/skills@ai-image-generation\n\n# Twitter automation\nnpx skills add inference-sh/skills@twitter-automation\n\n# Text-to-speech for voiceovers\nnpx skills add inference-sh/skills@text-to-speech\n\n# Full platform skill\nnpx skills add inference-sh/skills@inference-sh\n\nBrowse all apps: infsh app list"
      }
    ],
    "body": "AI Social Media Content\n\nCreate social media content for all platforms via inference.sh CLI.\n\nQuick Start\ncurl -fsSL https://cli.inference.sh | sh && infsh login\n\n# Generate a TikTok-style video\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"POV walking through a neon-lit Tokyo street at night, vertical format 9:16, cinematic\"\n}'\n\n\nInstall note: The install script only detects your OS/architecture, downloads the matching binary from dist.inference.sh, and verifies its SHA-256 checksum. No elevated permissions or background processes. Manual install & verification available.\n\nPlatform Formats\nPlatform\tAspect Ratio\tDuration\tResolution\nTikTok\t9:16 vertical\t15-60s\t1080x1920\nInstagram Reels\t9:16 vertical\t15-90s\t1080x1920\nInstagram Feed\t1:1 or 4:5\t-\t1080x1080\nYouTube Shorts\t9:16 vertical\t<60s\t1080x1920\nYouTube Thumbnail\t16:9\t-\t1280x720\nTwitter/X\t16:9 or 1:1\t<140s\t1920x1080\nContent Workflows\nTikTok / Reels Video\n# Generate trending-style content\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Satisfying slow motion video of paint being mixed, vibrant colors swirling together, vertical 9:16, ASMR aesthetic, viral TikTok style\"\n}'\n\nInstagram Carousel Images\n# Generate cohesive carousel images\nfor i in 1 2 3 4 5; do\n  infsh app run falai/flux-dev --input \"{\n    \\\"prompt\\\": \\\"Minimalist lifestyle flat lay photo $i/5, morning coffee routine, neutral tones, Instagram aesthetic, consistent style\\\"\n  }\" > \"carousel_$i.json\"\ndone\n\nYouTube Thumbnail\n# Eye-catching thumbnail\ninfsh app run falai/flux-dev --input '{\n  \"prompt\": \"YouTube thumbnail, shocked face emoji, bright yellow background, bold text area on right, attention-grabbing, high contrast, professional\"\n}'\n\nTwitter/X Visual Post\n# Generate image for tweet\ninfsh app run falai/flux-dev --input '{\n  \"prompt\": \"Tech infographic style image showing AI trends, modern design, data visualization aesthetic, shareable\"\n}'\n\n# Post with Twitter automation\ninfsh app run twitter/post-tweet --input '{\n  \"text\": \"The future of AI is here. Here are the top 5 trends reshaping tech in 2024 🧵\",\n  \"media_url\": \"<image-url>\"\n}'\n\nTalking Head Content\n# 1. Write script with Claude\ninfsh app run openrouter/claude-sonnet-45 --input '{\n  \"prompt\": \"Write a 30-second engaging script about productivity tips for a TikTok. Conversational, hook in first 3 seconds.\"\n}' > script.json\n\n# 2. Generate voiceover\ninfsh app run infsh/kokoro-tts --input '{\n  \"text\": \"<script>\",\n  \"voice\": \"af_sarah\"\n}' > voice.json\n\n# 3. Create AI avatar\ninfsh app run bytedance/omnihuman-1-5 --input '{\n  \"image_url\": \"https://your-avatar.jpg\",\n  \"audio_url\": \"<voice-url>\"\n}'\n\nContent Type Templates\nTrending/Viral Style\ninfsh app run google/veo-3 --input '{\n  \"prompt\": \"Satisfying compilation style video, oddly satisfying content, smooth transitions, ASMR quality, vertical 9:16\"\n}'\n\nTutorial/How-To\ninfsh app run google/veo-3-1 --input '{\n  \"prompt\": \"Hands demonstrating a craft tutorial, overhead shot, clean workspace, step-by-step motion, warm lighting, vertical format\"\n}'\n\nProduct Showcase\ninfsh app run bytedance/seedance-1-5-pro --input '{\n  \"prompt\": \"Product unboxing aesthetic, sleek packaging reveal, soft lighting, premium feel, satisfying unwrap, vertical 9:16\"\n}'\n\nLifestyle/Aesthetic\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Day in my life aesthetic, morning routine montage, golden hour lighting, cozy apartment, coffee steam rising, vertical format\"\n}'\n\nBehind the Scenes\ninfsh app run google/veo-3-1-fast --input '{\n  \"prompt\": \"Behind the scenes of creative workspace, artist at work, authentic candid moments, documentary style, vertical 9:16\"\n}'\n\nCaption & Hashtag Generation\n# Generate engaging caption\ninfsh app run openrouter/claude-haiku-45 --input '{\n  \"prompt\": \"Write an engaging Instagram caption for a sunset beach photo. Include a hook, value, and call to action. Add 10 relevant hashtags.\"\n}'\n\nHook Formulas\ninfsh app run openrouter/claude-haiku-45 --input '{\n  \"prompt\": \"Generate 5 viral TikTok hooks for a video about morning routines. Use proven patterns like: curiosity gap, bold claim, relatable struggle, before/after, or tutorial format.\"\n}'\n\nMulti-Platform Repurposing\nLong to Short Pipeline\n# Take a concept and create multiple formats\nCONCEPT=\"productivity hack: 2-minute rule\"\n\n# TikTok vertical\ninfsh app run google/veo-3-1-fast --input \"{\n  \\\"prompt\\\": \\\"$CONCEPT visualization, vertical 9:16, quick cuts, text overlays style\\\"\n}\"\n\n# Twitter square\ninfsh app run falai/flux-dev --input \"{\n  \\\"prompt\\\": \\\"$CONCEPT infographic, square format, minimal design, shareable\\\"\n}\"\n\n# YouTube thumbnail\ninfsh app run falai/flux-dev --input \"{\n  \\\"prompt\\\": \\\"$CONCEPT thumbnail, surprised person, bold text space, 16:9\\\"\n}\"\n\nBatch Content Creation\n# Generate a week of content\nTOPICS=(\"morning routine\" \"productivity tips\" \"coffee aesthetic\" \"workspace tour\" \"night routine\")\n\nfor topic in \"${TOPICS[@]}\"; do\n  infsh app run google/veo-3-1-fast --input \"{\n    \\\"prompt\\\": \\\"$topic content for social media, aesthetic, vertical 9:16, engaging\\\"\n  }\" > \"content_${topic// /_}.json\"\ndone\n\nBest Practices\nHook in first 3 seconds - Start with most engaging moment\nVertical first - 9:16 for TikTok, Reels, Shorts\nConsistent aesthetic - Match brand colors and style\nText-safe zones - Leave space for platform UI elements\nTrending audio - Add popular sounds separately\nBatch create - Generate multiple pieces at once\nPlatform-Specific Tips\nTikTok\nFast cuts, trending sounds\nText overlays important\nHook immediately\nInstagram\nHigh visual quality\nCarousel for engagement\nAesthetic consistency\nYouTube Shorts\nClear value proposition\nSubscribe CTAs work\nRepurpose longer content\nTwitter/X\nSingle striking image\nControversial hooks work\nThread potential\nRelated Skills\n# Video generation\nnpx skills add inference-sh/skills@ai-video-generation\n\n# Image generation\nnpx skills add inference-sh/skills@ai-image-generation\n\n# Twitter automation\nnpx skills add inference-sh/skills@twitter-automation\n\n# Text-to-speech for voiceovers\nnpx skills add inference-sh/skills@text-to-speech\n\n# Full platform skill\nnpx skills add inference-sh/skills@inference-sh\n\n\nBrowse all apps: infsh app list"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/okaris/ai-social-media-content",
    "publisherUrl": "https://clawhub.ai/okaris/ai-social-media-content",
    "owner": "okaris",
    "version": "0.1.5",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/ai-social-media-content",
    "downloadUrl": "https://openagent3.xyz/downloads/ai-social-media-content",
    "agentUrl": "https://openagent3.xyz/skills/ai-social-media-content/agent",
    "manifestUrl": "https://openagent3.xyz/skills/ai-social-media-content/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/ai-social-media-content/agent.md"
  }
}