← 返回 Skills 市场
127
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install social-thread-converter
功能描述
Convert any long-form content into viral Twitter/X threads, LinkedIn posts, or Threads posts. Paste an article, blog post, or idea and get a platform-ready t...
安全使用建议
Before installing or using this skill: 1) Be aware the included analyze.sh calls 'openclaw agent --local' and python3 but the skill metadata does not declare those binaries—verify you have these tools and understand what 'openclaw' will do (local-only vs. remote API calls). 2) Do not paste sensitive or private content until you confirm where the openclaw CLI sends data and whether it leaves your machine. 3) Prefer skills that explicitly list runtime dependencies and explain any network/model interactions. 4) If you want to proceed, inspect the openclaw CLI on your system (its source or docs), test the script with non-sensitive text, or run it in a sandboxed environment. 5) If the author/published repo is important to you, verify the GitHub homepage and author identity before trusting this skill.
功能分析
Type: OpenClaw Skill
Name: social-thread-converter
Version: 1.0.0
The skill is functional but contains a shell injection vulnerability in 'analyze.sh'. User-provided input is directly interpolated into a double-quoted string variable ('PROMPT') without sanitization, which is then passed to the 'openclaw' command. This allows for arbitrary command execution if a user provides input containing shell metacharacters like backticks or subshell syntax. While the intent appears to be a legitimate social media tool, the lack of input handling poses a security risk.
能力评估
Purpose & Capability
Name/description (convert long-form text into social threads) matches the code's goal, but the package metadata claims no required binaries while analyze.sh clearly invokes external programs (openclaw agent, python3, date). The missing declared dependency on the openclaw CLI is disproportionate to the simple transformation purpose and is an inconsistency.
Instruction Scope
SKILL.md and analyze.sh instruct the agent to send the user's input to the 'openclaw agent --local' CLI. That will hand user content to another process (likely a model runtime). The script does not document where that data goes, whether it stays local, or whether network calls occur—so the instructions allow transmitting user content to an external service without disclosure. The script otherwise only reads its CLI args and emits generated text; it doesn't access other system files.
Install Mechanism
This is an instruction-only skill with no install spec and a single shell helper script. Nothing is downloaded or extracted during install. Low install footprint.
Credentials
requires.env lists nothing, which is consistent with no API keys, but analyze.sh depends on the 'openclaw' CLI and python3 at runtime. If the 'openclaw' CLI needs credentials or remote model access, that is not declared. No environment variables requesting secrets are present in the repository, but the script's runtime dependency could implicitly require credentials on the host.
Persistence & Privilege
always is false and the skill has no install step that modifies agent configuration or persists credentials. The script only runs when invoked and writes no files; no elevated or persistent privileges are requested.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install social-thread-converter - 安装完成后,直接呼叫该 Skill 的名称或使用
/social-thread-converter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Social Thread Converter.
- Instantly converts long-form content (articles, blogs, ideas) into platform-optimized threads for X/Twitter, LinkedIn, or Threads.
- Includes full thread scripts with hooks, numbered tweets, and a strong closer.
- Ensures each post stays within platform character limits.
- Suggests engagement tactics like polls, images, and CTAs.
- Supports flexible prompts for various platforms and content styles.
元数据
常见问题
Social Thread Converter 是什么?
Convert any long-form content into viral Twitter/X threads, LinkedIn posts, or Threads posts. Paste an article, blog post, or idea and get a platform-ready t... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 Social Thread Converter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install social-thread-converter」即可一键安装,无需额外配置。
Social Thread Converter 是免费的吗?
是的,Social Thread Converter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Social Thread Converter 支持哪些平台?
Social Thread Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Social Thread Converter?
由 mguozhen(@mguozhen)开发并维护,当前版本 v1.0.0。
推荐 Skills