← Back to Skills Marketplace
1895
Downloads
1
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install markdown-to-social
Description
Convert markdown text into optimized social media posts tailored for Twitter, LinkedIn, or Reddit formats with appropriate length and style.
Usage Guidance
This skill appears coherent and limited to converting Markdown into social-post drafts using only Python stdlib. Before running it on sensitive data, quickly inspect the end of scripts/md2social.py (the CLI finalization/writing logic) to confirm it writes only to the --output directory or stdout and does not read other unrelated files or make network calls. Run first on non-sensitive sample files, or execute in a sandbox/container if you want stronger isolation. If you plan to enable autonomous invocation, remember the agent could run the script without manual confirmation — ensure that behavior is acceptable for your environment.
Capability Analysis
Type: OpenClaw Skill
Name: markdown-to-social
Version: 1.0.0
The skill bundle is benign. The `SKILL.md` clearly describes the purpose of converting markdown to social media posts and explicitly states 'Python 3.10+ stdlib only. No external packages, no API calls.' The `md2social.py` script adheres to this, using only standard Python libraries for text processing and file I/O (reading the input markdown file and writing generated social posts to a specified output directory). There is no evidence of data exfiltration, malicious execution, persistence, prompt injection, or obfuscation.
Capability Assessment
Purpose & Capability
Name, SKILL.md, and the included Python script all describe converting markdown into Twitter/LinkedIn/Reddit formats. No unrelated binaries, services, or credentials are requested.
Instruction Scope
Runtime instructions tell the agent to run the included Python CLI on a supplied file or text. The visible code reads only the provided file or --text, parses and reformats it, and prepares platform-specific outputs. The file snippet in the prompt was truncated near CLI-handling output logic, so the very end of the script (likely handling writing files/JSON output) wasn't visible — this is the only area worth double-checking to ensure it doesn't perform unexpected filesystem or network actions.
Install Mechanism
No install spec — instruction-only with an included script. This is low-risk: nothing downloads or executes external installers. The SKILL.md claims Python 3.10+ stdlib only, which matches the script imports.
Credentials
The skill requests no environment variables, no credentials, and the code does not reference os.environ or any secret/config paths in the visible portion.
Persistence & Privilege
always is false and autonomous invocation is allowed by default. The skill does not request persistent system privileges or to modify other skills/configs in the visible code.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install markdown-to-social - After installation, invoke the skill by name or use
/markdown-to-social - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Convert markdown articles to X threads, LinkedIn posts, Reddit posts.
Metadata
Frequently Asked Questions
What is Markdown to Social?
Convert markdown text into optimized social media posts tailored for Twitter, LinkedIn, or Reddit formats with appropriate length and style. It is an AI Agent Skill for Claude Code / OpenClaw, with 1895 downloads so far.
How do I install Markdown to Social?
Run "/install markdown-to-social" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Markdown to Social free?
Yes, Markdown to Social is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Markdown to Social support?
Markdown to Social is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Markdown to Social?
It is built and maintained by HugoSbl (@hugosbl); the current version is v1.0.0.
More Skills