← Back to Skills Marketplace
127
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install social-thread-converter
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install social-thread-converter - After installation, invoke the skill by name or use
/social-thread-converter - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 127 downloads so far.
How do I install Social Thread Converter?
Run "/install social-thread-converter" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Social Thread Converter free?
Yes, Social Thread Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Social Thread Converter support?
Social Thread Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Social Thread Converter?
It is built and maintained by mguozhen (@mguozhen); the current version is v1.0.0.
More Skills