Content Rewriter

v1.0.1

Rewrite and optimize content for 8+ platforms with AI-powered tone adjustment, batch conversion, quality scoring, and translation. Powered by evolink.ai

0· 139· 2 versions· 0 current· 0 all-time· Updated 9h ago· MIT-0

Install

openclaw skills install content-rewriter-pro

Content Rewriter

Rewrite and optimize content for 8+ platforms with AI-powered tone adjustment, batch conversion, quality scoring, and translation — all from your terminal.

Powered by Evolink.ai

When to Use

  • User says "rewrite this for Twitter" or "make this a LinkedIn post"
  • User wants to adapt content for a specific platform
  • User says "make this more professional" or "change the tone"
  • User wants to batch-convert content for multiple platforms at once
  • User asks "how good is this content?" or "score this"
  • User wants to translate content to another language

Quick Start

1. Set your EvoLink API key

export EVOLINK_API_KEY="your-key-here"

Get a free key: evolink.ai/signup

2. Rewrite content

bash scripts/rewriter.sh rewrite mypost.txt --platform twitter

bash scripts/rewriter.sh rewrite mypost.txt --platform linkedin --tone professional

3. Batch rewrite for multiple platforms

bash scripts/rewriter.sh batch mypost.txt --platforms twitter,linkedin,blog

Capabilities

Supported Platforms

PlatformChar LimitStyle
twitter280Punchy hooks, hashtags, thread-ready
linkedin3000Professional storytelling, CTA
blogUnlimitedSEO-optimized, H2/H3 structure
email~300 wordsScannable, clear subject line
mediumUnlimitedNarrative-driven, first-person
redditUnlimitedHonest tone, TL;DR, community-friendly
producthunt~500 wordsProblem-solution, emoji bullets
wechat~1500 charsChinese, short paragraphs, mobile-first

Supported Tones

professional casual humorous inspirational educational persuasive technical storytelling

AI Features

All features require EVOLINK_API_KEY. Get one free

  • rewrite — Rewrite content for a specific platform with optional tone
  • batch — Generate versions for multiple platforms in one command
  • score — AI quality analysis (readability, engagement, SEO, clarity, professionalism)
  • translate — Translate content while preserving tone and structure

Commands

CommandDescription
bash scripts/rewriter.sh platformsList all supported platforms
bash scripts/rewriter.sh tonesList all supported tones
bash scripts/rewriter.sh rewrite <file> --platform <p> [--tone <t>]Rewrite for a platform
bash scripts/rewriter.sh batch <file> --platforms <p1,p2,...>Batch rewrite
bash scripts/rewriter.sh score <file>AI quality score
bash scripts/rewriter.sh translate <file> --lang <language>Translate content

Example

User: "Rewrite my blog post for Twitter and LinkedIn"

bash scripts/rewriter.sh batch blogpost.md --platforms twitter,linkedin

Output:

--- twitter ---
The future of AI isn't about replacing humans.

It's about giving every developer superpowers.

Here's what I learned building with Claude for 6 months: [thread]

#AI #DevTools #Claude
---

--- linkedin ---
6 months ago, I started an experiment.

I wanted to see if AI could genuinely make me a better developer
— not just faster, but better.

Here's what I found...

[Full LinkedIn post with story arc and CTA]
---

Configuration

VariableDefaultRequiredDescription
EVOLINK_API_KEYYesYour EvoLink API key. Get one free
EVOLINK_MODELclaude-opus-4-6NoModel for AI processing

Required binaries: python3, curl

Security

Data Transmission

All AI commands send your content text to api.evolink.ai for processing by Claude. By setting EVOLINK_API_KEY and using these commands, you consent to this transmission. Data is not stored after the response is returned. The platforms and tones commands run locally and never transmit data.

Network Access

  • api.evolink.ai — AI content rewriting (all AI commands)

Persistence & Privilege

This skill creates temporary files for API payload construction which are cleaned up automatically. No credentials or persistent data are stored.

Links

Version tags

latestvk97a45ck946e7tvrqsftdh1a3184ebfb

Runtime requirements

Binspython3, curl
EnvEVOLINK_API_KEY
Primary envEVOLINK_API_KEY