{
  "schemaVersion": "1.0",
  "item": {
    "slug": "oc-content-repurposer",
    "name": "Content Repurposer",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/mariusfit/oc-content-repurposer",
    "canonicalUrl": "https://clawhub.ai/mariusfit/oc-content-repurposer",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/oc-content-repurposer",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=oc-content-repurposer",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "_meta.json",
      "scripts/repurpose.py"
    ],
    "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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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/oc-content-repurposer"
    },
    "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/oc-content-repurposer",
    "agentPageUrl": "https://openagent3.xyz/skills/oc-content-repurposer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/oc-content-repurposer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/oc-content-repurposer/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. Then review README.md for any prerequisites, environment setup, or post-install checks. 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. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Content Repurposer",
        "body": "Turn any article or blog post into ready-to-post content for multiple platforms."
      },
      {
        "title": "Quick Start",
        "body": "# Repurpose from URL — generates all formats\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/blog-post\"\n\n# Repurpose from text file\npython scripts/repurpose.py file article.txt\n\n# Generate only specific formats\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/post\" --formats twitter,linkedin\n\n# Output as JSON (for automation)\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/post\" -f json\n\n# Save all outputs to files\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/post\" -o output/\n\n# Repurpose from clipboard/stdin\necho \"Your article text here...\" | python scripts/repurpose.py stdin"
      },
      {
        "title": "Commands",
        "body": "CommandArgsDescriptionurl<url> [--formats LIST] [-f FORMAT] [-o DIR]Extract article from URL and repurposefile<path> [--formats LIST] [-f FORMAT] [-o DIR]Repurpose from text/markdown filestdin[--formats LIST] [-f FORMAT]Repurpose from piped input"
      },
      {
        "title": "Output Formats",
        "body": "PlatformWhat You GetTwitter/XThread of 5-8 tweets, each ≤280 chars, with hooks and hashtagsLinkedInProfessional post (1300 chars), insight-driven, with CTAInstagramCaption (2200 chars max), storytelling style, 20-30 hashtagsEmailNewsletter snippet with subject line, preview text, and bodySummary3-sentence TL;DR for quick sharing"
      },
      {
        "title": "From URL",
        "body": "uv run --with beautifulsoup4 python scripts/repurpose.py url \"https://blog.example.com/ai-trends-2026\""
      },
      {
        "title": "Only Twitter + LinkedIn",
        "body": "uv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/post\" --formats twitter,linkedin"
      },
      {
        "title": "Save to directory",
        "body": "uv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/post\" -o ./social-posts/\n# Creates: twitter.txt, linkedin.txt, instagram.txt, email.txt, summary.txt"
      },
      {
        "title": "Notes",
        "body": "Uses beautifulsoup4 for URL extraction (optional for file/stdin input)\nContent extraction focuses on article body (removes nav, sidebar, footer)\nAll generated content is original repurposing, not copy-paste\nCharacter limits are enforced per platform"
      }
    ],
    "body": "Content Repurposer\n\nTurn any article or blog post into ready-to-post content for multiple platforms.\n\nQuick Start\n# Repurpose from URL — generates all formats\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/blog-post\"\n\n# Repurpose from text file\npython scripts/repurpose.py file article.txt\n\n# Generate only specific formats\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/post\" --formats twitter,linkedin\n\n# Output as JSON (for automation)\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/post\" -f json\n\n# Save all outputs to files\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/post\" -o output/\n\n# Repurpose from clipboard/stdin\necho \"Your article text here...\" | python scripts/repurpose.py stdin\n\nCommands\nCommand\tArgs\tDescription\nurl\t<url> [--formats LIST] [-f FORMAT] [-o DIR]\tExtract article from URL and repurpose\nfile\t<path> [--formats LIST] [-f FORMAT] [-o DIR]\tRepurpose from text/markdown file\nstdin\t[--formats LIST] [-f FORMAT]\tRepurpose from piped input\nOutput Formats\nPlatform\tWhat You Get\nTwitter/X\tThread of 5-8 tweets, each ≤280 chars, with hooks and hashtags\nLinkedIn\tProfessional post (1300 chars), insight-driven, with CTA\nInstagram\tCaption (2200 chars max), storytelling style, 20-30 hashtags\nEmail\tNewsletter snippet with subject line, preview text, and body\nSummary\t3-sentence TL;DR for quick sharing\nExamples\nFrom URL\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://blog.example.com/ai-trends-2026\"\n\nOnly Twitter + LinkedIn\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/post\" --formats twitter,linkedin\n\nSave to directory\nuv run --with beautifulsoup4 python scripts/repurpose.py url \"https://example.com/post\" -o ./social-posts/\n# Creates: twitter.txt, linkedin.txt, instagram.txt, email.txt, summary.txt\n\nNotes\nUses beautifulsoup4 for URL extraction (optional for file/stdin input)\nContent extraction focuses on article body (removes nav, sidebar, footer)\nAll generated content is original repurposing, not copy-paste\nCharacter limits are enforced per platform"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/mariusfit/oc-content-repurposer",
    "publisherUrl": "https://clawhub.ai/mariusfit/oc-content-repurposer",
    "owner": "mariusfit",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/oc-content-repurposer",
    "downloadUrl": "https://openagent3.xyz/downloads/oc-content-repurposer",
    "agentUrl": "https://openagent3.xyz/skills/oc-content-repurposer/agent",
    "manifestUrl": "https://openagent3.xyz/skills/oc-content-repurposer/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/oc-content-repurposer/agent.md"
  }
}