← Back to Skills Marketplace
zhiuannnn

Content Repackage

by Zhiuannnn · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install content-repackage
Description
Convert markdown content into multiple formats instantly. Transform one article into Twitter threads, email digests, and HTML landing pages. Zero dependencie...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install content-repackage
  3. After installation, invoke the skill by name or use /content-repackage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug content-repackage
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Content Repackage?

Convert markdown content into multiple formats instantly. Transform one article into Twitter threads, email digests, and HTML landing pages. Zero dependencie... It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install Content Repackage?

Run "/install content-repackage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Content Repackage free?

Yes, Content Repackage is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Content Repackage support?

Content Repackage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Content Repackage?

It is built and maintained by Zhiuannnn (@zhiuannnn); the current version is v1.0.0.

💬 Comments