{
  "schemaVersion": "1.0",
  "item": {
    "slug": "markdown-to-social",
    "name": "Markdown to Social",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/HugoSbl/markdown-to-social",
    "canonicalUrl": "https://clawhub.ai/HugoSbl/markdown-to-social",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/markdown-to-social",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=markdown-to-social",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/md2social.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. 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/markdown-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/markdown-to-social",
    "agentPageUrl": "https://openagent3.xyz/skills/markdown-to-social/agent",
    "manifestUrl": "https://openagent3.xyz/skills/markdown-to-social/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/markdown-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": "markdown-to-social",
        "body": "Convert markdown articles/text into platform-optimized social media posts.\nOne content → multiple formats (Twitter thread, LinkedIn post, Reddit post)."
      },
      {
        "title": "Usage",
        "body": "python3 scripts/md2social.py convert <file.md> --platform twitter|linkedin|reddit\npython3 scripts/md2social.py convert <file.md> --all\npython3 scripts/md2social.py convert --text \"Direct text\" --platform twitter"
      },
      {
        "title": "Options",
        "body": "FlagDescription--platformtwitter, linkedin, or reddit--allGenerate all 3 formats at once--textUse direct text instead of a file--output DIRSave to files (twitter.txt, linkedin.txt, reddit.md)--jsonOutput as JSON"
      },
      {
        "title": "Twitter",
        "body": "Hook tweet with 🧵 + numbered thread (1/N, 2/N...)\nEach tweet strictly < 280 chars\nSmart sentence splitting (no mid-sentence cuts)\n6-8 tweets max, CTA at the end"
      },
      {
        "title": "LinkedIn",
        "body": "Hook paragraph visible before \"see more\" (~1300 chars)\nEmoji bullets, frequent line breaks for mobile\n3000 chars max, 5-8 hashtags at the end\nProfessional but engaging tone"
      },
      {
        "title": "Reddit",
        "body": "Title < 300 chars\nTL;DR at the top\nFull markdown body preserved (headers, bold, bullets)"
      },
      {
        "title": "Dependencies",
        "body": "Python 3.10+ stdlib only. No external packages, no API calls."
      },
      {
        "title": "Examples",
        "body": "# Twitter thread from an article\npython3 scripts/md2social.py convert article.md --platform twitter\n\n# All platforms, saved to files\npython3 scripts/md2social.py convert article.md --all --output ./social-posts\n\n# Quick text to LinkedIn\npython3 scripts/md2social.py convert --text \"Big news today...\" --platform linkedin\n\n# JSON output for automation\npython3 scripts/md2social.py convert article.md --all --json"
      },
      {
        "title": "File Structure",
        "body": "skills/markdown-to-social/\n├── SKILL.md              # This file\n└── scripts/\n    └── md2social.py      # Main CLI script"
      }
    ],
    "body": "markdown-to-social\n\nConvert markdown articles/text into platform-optimized social media posts. One content → multiple formats (Twitter thread, LinkedIn post, Reddit post).\n\nUsage\npython3 scripts/md2social.py convert <file.md> --platform twitter|linkedin|reddit\npython3 scripts/md2social.py convert <file.md> --all\npython3 scripts/md2social.py convert --text \"Direct text\" --platform twitter\n\nOptions\nFlag\tDescription\n--platform\ttwitter, linkedin, or reddit\n--all\tGenerate all 3 formats at once\n--text\tUse direct text instead of a file\n--output DIR\tSave to files (twitter.txt, linkedin.txt, reddit.md)\n--json\tOutput as JSON\nPlatform Rules\nTwitter\nHook tweet with 🧵 + numbered thread (1/N, 2/N...)\nEach tweet strictly < 280 chars\nSmart sentence splitting (no mid-sentence cuts)\n6-8 tweets max, CTA at the end\nLinkedIn\nHook paragraph visible before \"see more\" (~1300 chars)\nEmoji bullets, frequent line breaks for mobile\n3000 chars max, 5-8 hashtags at the end\nProfessional but engaging tone\nReddit\nTitle < 300 chars\nTL;DR at the top\nFull markdown body preserved (headers, bold, bullets)\nDependencies\n\nPython 3.10+ stdlib only. No external packages, no API calls.\n\nExamples\n# Twitter thread from an article\npython3 scripts/md2social.py convert article.md --platform twitter\n\n# All platforms, saved to files\npython3 scripts/md2social.py convert article.md --all --output ./social-posts\n\n# Quick text to LinkedIn\npython3 scripts/md2social.py convert --text \"Big news today...\" --platform linkedin\n\n# JSON output for automation\npython3 scripts/md2social.py convert article.md --all --json\n\nFile Structure\nskills/markdown-to-social/\n├── SKILL.md              # This file\n└── scripts/\n    └── md2social.py      # Main CLI script"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/HugoSbl/markdown-to-social",
    "publisherUrl": "https://clawhub.ai/HugoSbl/markdown-to-social",
    "owner": "HugoSbl",
    "version": "1.0.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/markdown-to-social",
    "downloadUrl": "https://openagent3.xyz/downloads/markdown-to-social",
    "agentUrl": "https://openagent3.xyz/skills/markdown-to-social/agent",
    "manifestUrl": "https://openagent3.xyz/skills/markdown-to-social/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/markdown-to-social/agent.md"
  }
}