← 返回 Skills 市场
126
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install strd-social-post-gen
功能描述
Take a blog post URL or text and generate social media posts from it. Use when repurposing content for Twitter, LinkedIn, or creating promotional posts.
安全使用建议
This skill appears to do what it says: it fetches an article (via curl) or reads a local file, and prints ready-to-use social posts. Before using it, be aware that: (1) the scripts will fetch any URL you provide — only supply trusted URLs; (2) generated copy should be reviewed for accuracy, tone, and copyright concerns before posting; (3) the scripts create a local cache directory inside the skill folder (no other system paths are modified); and (4) no credentials are required, but if you integrate these outputs with an automated publisher, make sure that publisher's credentials are handled securely. Overall the skill is internally consistent and does not request disproportionate access.
功能分析
Type: OpenClaw Skill
Name: strd-social-post-gen
Version: 1.0.0
The skill bundle is a legitimate tool for generating social media content from URLs or text files. It uses standard bash utilities like `curl`, `grep`, and `sed` to fetch and parse webpage metadata (title, description) and populate predefined post templates for Twitter and LinkedIn. No evidence of data exfiltration, malicious execution, or prompt injection was found in `SKILL.md` or the scripts (`generate.sh`, `hook.sh`, `thread.sh`).
能力评估
Purpose & Capability
Name/description (social post generation) align with the shipped files and runtime needs. The scripts fetch article HTML with curl, extract title/description/body, generate hashtags and formatted posts — all coherent with the stated purpose.
Instruction Scope
SKILL.md instructs running the included shell scripts. The scripts only read the provided URL or local file, create a local cache directory under the skill path, and print generated posts to stdout. They do not read unrelated system files, access secrets, or post data to external endpoints other than the user-supplied URLs fetched with curl.
Install Mechanism
There is no install spec — the skill is instruction/script-only and will not download or install external code. That is low-risk and proportionate for this task.
Credentials
No required environment variables or credentials are declared. The SKILL.md and scripts reference optional env vars (PLATFORM, TONE, BRAND_NAME, HASHTAGS) which are reasonable and proportionate for customizing output.
Persistence & Privilege
The skill is not forced-always, does not modify other skills or system-wide settings, and does not request persistent elevated privileges. It only creates a small cache directory under its own skill path.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install strd-social-post-gen - 安装完成后,直接呼叫该 Skill 的名称或使用
/strd-social-post-gen触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Social Post Generator.
- Generates 5 social media posts from a blog URL or text, ready for Twitter or LinkedIn.
- Creates Twitter threads and viral hook ideas from long-form content.
- Supports configurable tone, target platform, brand attribution, and hashtags via environment variables.
- Outputs are formatted and copy-ready.
- Integrated scripts: generate.sh, thread.sh, hook.sh for flexible workflows.
元数据
常见问题
Social Post Generator 是什么?
Take a blog post URL or text and generate social media posts from it. Use when repurposing content for Twitter, LinkedIn, or creating promotional posts. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Social Post Generator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install strd-social-post-gen」即可一键安装,无需额外配置。
Social Post Generator 是免费的吗?
是的,Social Post Generator 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Social Post Generator 支持哪些平台?
Social Post Generator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Social Post Generator?
由 KRYZL19(@kryzl19)开发并维护,当前版本 v1.0.0。
推荐 Skills