← 返回 Skills 市场
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install content-repackage
功能描述
Convert markdown content into multiple formats instantly. Transform one article into Twitter threads, email digests, and HTML landing pages. Zero dependencie...
使用说明 (SKILL.md)
Content Repackage
Convert markdown to Twitter threads, emails, and HTML landing pages in one click.
Usage
node content-repackage.js \x3Cinput.md> [output-dir]
Input
Any markdown file with optional frontmatter.
Output
Twitter Thread
- Auto-splits into 280-char tweets
- Preserves sentence boundaries
- Adds thread numbers
Email Digest
- Clean subject line from title
- Proper formatting
HTML Landing Page
- Mobile-responsive design
- Dark theme
- No external dependencies
Use Cases
- Content creators
- Newsletter authors
- Developers documenting projects
- Marketers creating campaign materials
安全使用建议
This skill appears to do what it says (convert markdown into threads, email text, and an HTML page) and does not request credentials or network access in the files you can see. However, the main script requires two local modules (./libs/md-parser and ./libs/generators) that are not included in the package — without them the tool will fail and you cannot audit what those modules would do. Before installing or running: 1) ask the publisher for the missing files or a complete package; 2) request a flattened single-file implementation or include the ./libs directory so you can inspect it; 3) if you must run it, do so in an isolated/sandbox environment and review the missing modules for any network calls or credential access; 4) prefer installing only from a trusted, verifiable source (repository or homepage) rather than an anonymous package. If the absence of the libs was a packaging mistake and the missing files are benign, the skill would be coherent — but until you can inspect them, treat this as suspicious.
功能分析
Type: OpenClaw Skill
Name: content-repackage
Version: 1.0.0
The skill bundle is a straightforward utility for converting Markdown files into Twitter threads, email digests, and HTML landing pages. The logic in content-repackage.js performs standard file I/O operations consistent with its stated purpose and lacks any indicators of data exfiltration, malicious execution, or prompt injection in SKILL.md.
能力评估
Purpose & Capability
The name, description, SKILL.md, and the main script all align: they read a Markdown file and produce Twitter/X threads, an email digest, and an HTML landing page. However the main script imports './libs/md-parser' and './libs/generators' which are not present in the package manifest. The SKILL.md claims "Zero dependencies, works offline," but those relative modules are required for functionality and are missing — this mismatch is an incoherence.
Instruction Scope
SKILL.md instructs only to run `node content-repackage.js <input.md> [output-dir]` and describes local file I/O only. The main script likewise only reads the input file and writes outputs, with no network calls or credential access. The problem: the runtime instructions implicitly depend on the two local libraries (./libs/...) which are not included; without them the script will fail. Because the absent modules are responsible for parsing and generation, their contents are unknown and should be reviewed before trusting the skill.
Install Mechanism
No install spec and no external downloads. The skill is instruction-only plus a single JS file — this is low install surface. Nothing in the package attempts to fetch or install code at runtime.
Credentials
No environment variables, credentials, or config paths are requested. The declared resource needs are minimal and proportionate to the stated task.
Persistence & Privilege
Skill does not request persistent or elevated privileges (always is false, normal model invocation allowed). It only performs local file reads/writes in the specified output directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install content-repackage - 安装完成后,直接呼叫该 Skill 的名称或使用
/content-repackage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Instantly converts markdown content into multiple formats for diverse publishing needs.
- Supports Twitter threads with auto-splitting and thread numbering
- Generates clean email digests with formatted subject lines
- Creates mobile-responsive, dark-themed HTML landing pages with no external dependencies
- Works offline with zero dependencies
- Accepts markdown files with optional frontmatter as input
元数据
常见问题
Content Repackage 是什么?
Convert markdown content into multiple formats instantly. Transform one article into Twitter threads, email digests, and HTML landing pages. Zero dependencie... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。
如何安装 Content Repackage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install content-repackage」即可一键安装,无需额外配置。
Content Repackage 是免费的吗?
是的,Content Repackage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Content Repackage 支持哪些平台?
Content Repackage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Content Repackage?
由 Zhiuannnn(@zhiuannnn)开发并维护,当前版本 v1.0.0。
推荐 Skills