← 返回 Skills 市场
mariusfit

Content Repurposer

作者 mariusfit · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
563
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install oc-content-repurposer
功能描述
Repurpose any blog post or article into multiple social media formats. Input a URL or text, get X/Twitter thread, LinkedIn post, Instagram caption, email sni...
安全使用建议
This skill appears coherent and implements exactly what it says: fetching an article (only when you supply a URL), extracting text, and building platform-specific posts. Before installing or running: (1) inspect scripts/repurpose.py yourself (it is bundled and readable); (2) be aware the script will perform an HTTP GET to any URL you provide—avoid pointing it at internal or private endpoints; (3) install and run in an isolated environment if you are unsure (virtualenv/container); (4) note that generated content may reproduce copyrighted text from the source—review before posting; and (5) the agent can invoke the skill normally (default), so if you want to prevent autonomous runs, disable/limit skill invocation in your agent settings.
功能分析
Type: OpenClaw Skill Name: oc-content-repurposer Version: 1.0.0 The `scripts/repurpose.py` file contains vulnerabilities that could be exploited via prompt injection against the AI agent. Specifically, the `file` command allows reading content from arbitrary local file paths (Local File Disclosure), and the `url` command fetches content from arbitrary URLs (Server-Side Request Forgery). While the script itself does not exfiltrate data or perform other malicious actions, these flaws could lead to unauthorized access or disclosure of sensitive information if the agent is tricked into providing malicious inputs.
能力评估
Purpose & Capability
Name/description (multi-platform repurposing) match the included code and SKILL.md. The script fetches article HTML (when URL mode is used), extracts body/title, and generates platform-specific outputs—these are expected capabilities. The SKILL.md mention of beautifulsoup4 is consistent with the script's runtime dependency.
Instruction Scope
Runtime instructions are narrowly scoped to reading a URL, file, or stdin and producing social-media content. The SKILL.md does not ask the agent to read unrelated files, environment variables, or transmit data to endpoints other than the target article URL. The included code follows the same scope (HTML fetch + local text processing + local output).
Install Mechanism
No install spec is present and the SKILL.md suggests only installing beautifulsoup4 for URL extraction. There are no downloads from untrusted URLs or archive extraction steps in the package metadata. The code is bundled with the skill, so nothing is fetched during install.
Credentials
The skill does not request environment variables, credentials, or config paths. It operates without secrets and only uses network access to fetch the user-provided article URL, which is proportional to the stated purpose.
Persistence & Privilege
always is false and no special privileges or persistent modifications are requested. The skill does not modify other skills or system-wide agent settings in the visible files.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install oc-content-repurposer
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /oc-content-repurposer 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Content Repurposer. - Repurpose blog posts or articles into multiple social media formats: Twitter/X threads, LinkedIn posts, Instagram captions, email snippets, and concise summaries. - Accepts input from URLs, text/markdown files, or stdin/clipboard. - Supports selective output formats, JSON output, and saving results to files. - Integrates BeautifulSoup4 for web article extraction, auto-cleans non-article elements. - Ensures output character limits and platform-specific styles.
元数据
Slug oc-content-repurposer
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Content Repurposer 是什么?

Repurpose any blog post or article into multiple social media formats. Input a URL or text, get X/Twitter thread, LinkedIn post, Instagram caption, email sni... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 563 次。

如何安装 Content Repurposer?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install oc-content-repurposer」即可一键安装,无需额外配置。

Content Repurposer 是免费的吗?

是的,Content Repurposer 完全免费(开源免费),可自由下载、安装和使用。

Content Repurposer 支持哪些平台?

Content Repurposer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Content Repurposer?

由 mariusfit(@mariusfit)开发并维护,当前版本 v1.0.0。

💬 留言讨论