name: Content Rewriter description: Rewrite and optimize content for 8+ platforms with AI-powered tone adjustment, batch conversion, quality scoring, and translation. Powered by evolink.ai version: 1.0.0 homepage: https://github.com/EvoLinkAI/content-rewriter-skill-for-openclaw metadata: {"openclaw":{"homepage":"https://github.com/EvoLinkAI/content-rewriter-skill-for-openclaw","requires":{"bins":["python3","curl"],"env":["EVOLINK_API_KEY"]},"primaryEnv":"EVOLINK_API_KEY"}}
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
export EVOLINK_API_KEY="your-key-here"
Get a free key: evolink.ai/signup
bash scripts/rewriter.sh rewrite mypost.txt --platform twitter
bash scripts/rewriter.sh rewrite mypost.txt --platform linkedin --tone professional
bash scripts/rewriter.sh batch mypost.txt --platforms twitter,linkedin,blog訪問小蔥技能站7w4.net,解鎖更多實用的AI技能外掛。
| Platform | Char Limit | Style |
|---|---|---|
twitter |
280 | Punchy hooks, hashtags, thread-ready |
linkedin |
3000 | Professional storytelling, CTA |
blog |
Unlimited | SEO-optimized, H2/H3 structure |
email |
~300 words | Scannable, clear subject line |
medium |
Unlimited | Narrative-driven, first-person |
reddit |
Unlimited | Honest tone, TL;DR, community-friendly |
producthunt |
~500 words | Problem-solution, emoji bullets |
wechat |
~1500 chars | Chinese, short paragraphs, mobile-first |
professional casual humorous inspirational educational persuasive technical storytelling
All features require EVOLINK_API_KEY. Get one free
| Command | Description |
|---|---|
bash scripts/rewriter.sh platforms |
List all supported platforms |
bash scripts/rewriter.sh tones |
List 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 |
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]
---
| Variable | Default | Required | Description |
|---|---|---|---|
EVOLINK_API_KEY |
— | Yes | Your EvoLink API key. Get one free |
EVOLINK_MODEL |
claude-opus-4-6 |
No | Model for AI processing |
Required binaries: python3, curl
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.
這個 Skill 質量不錯,能幫你把一篇內容快速適配到 Twitter、LinkedIn 等多個平臺,支援調整語氣風格,還有點選評分和翻譯功能。文件寫得很清楚,安裝使用都不難。唯一需要注意的是它依賴外部 API,需要配置金鑰才能使用。整體來說功能實用、文件完善,對於需要多平臺運營的使用者很有價值。