← 返回 Skills 市场
1895
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install markdown-to-social
功能描述
Convert markdown text into optimized social media posts tailored for Twitter, LinkedIn, or Reddit formats with appropriate length and style.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install markdown-to-social - 安装完成后,直接呼叫该 Skill 的名称或使用
/markdown-to-social触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Convert markdown articles to X threads, LinkedIn posts, Reddit posts.
元数据
常见问题
Markdown to Social 是什么?
Convert markdown text into optimized social media posts tailored for Twitter, LinkedIn, or Reddit formats with appropriate length and style. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1895 次。
如何安装 Markdown to Social?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install markdown-to-social」即可一键安装,无需额外配置。
Markdown to Social 是免费的吗?
是的,Markdown to Social 完全免费(开源免费),可自由下载、安装和使用。
Markdown to Social 支持哪些平台?
Markdown to Social 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Markdown to Social?
由 HugoSbl(@hugosbl)开发并维护,当前版本 v1.0.0。
推荐 Skills