Install
openclaw skills install tweet-generatorCraft tweets, threads, and viral hooks with schedule tips. Use when drafting copy, editing threads, optimizing engagement, scheduling posts.
openclaw skills install tweet-generatorA content creation toolkit for social media writers. Draft tweets, edit copy, optimize for engagement, schedule posts, generate hashtags, craft hooks, write CTAs, rewrite content, translate text, adjust tone, create headlines, and build outlines — all with local logging and history.
| Command | Description |
|---|---|
draft <text> | Draft a tweet or content piece (saves to log; no args shows recent drafts) |
edit <text> | Edit and refine existing content |
optimize <text> | Optimize content for engagement and reach |
schedule <text> | Log a scheduled post with timestamp |
hashtags <text> | Generate or log hashtag ideas for content |
hooks <text> | Craft attention-grabbing opening hooks |
cta <text> | Create call-to-action lines |
rewrite <text> | Rewrite content in a different style or angle |
translate <text> | Translate content to another language |
tone <text> | Adjust the tone of content (formal, casual, urgent, etc.) |
headline <text> | Generate headline variations |
outline <text> | Build a content outline or structure |
stats | Show summary statistics across all command logs |
export <fmt> | Export all data in json, csv, or txt format |
search <term> | Search across all logs for a keyword |
recent | Show the 20 most recent activity entries |
status | Health check — version, data dir, entry count, disk usage |
help | Show all available commands |
version | Display current version (v2.0.0) |
All data is stored locally in ~/.local/share/tweet-generator/:
draft.log, edit.log, optimize.log, etc. — One log file per command, storing timestamped entries in YYYY-MM-DD HH:MM|content formathistory.log — Global activity log tracking every command executedexport.json / export.csv / export.txt — Generated export filesEach command called without arguments shows the 20 most recent entries from its log. Data never leaves your machine.
set -euo pipefail and local variables)date, wc, du, head, tail, grep, basename, mkdirdraft to capture tweet ideas throughout the day, then edit and optimize before postingschedule to log planned posts with timestamps, then recent to review upcoming contenthashtags, hooks, and cta to systematically improve each piece of content before publishingtranslate and tone to adapt content for different audiences and platformsstats to see your output volume, search to find past content on a topic, and export to back up everything# Draft a new tweet
tweet-generator draft "Just shipped v2.0 — faster, cleaner, better. Here's what changed:"
# Optimize content for engagement
tweet-generator optimize "We just launched our new product"
# Generate hashtag ideas
tweet-generator hashtags "AI productivity tools for developers"
# Craft an opening hook
tweet-generator hooks "Why most startups fail at content marketing"
# Rewrite in a different style
tweet-generator rewrite "Our Q4 results exceeded expectations by 40%"
# View all recent activity
tweet-generator recent
# Export everything as JSON
tweet-generator export json
# Search for past content about a topic
tweet-generator search "product launch"
# Check tool health and stats
tweet-generator status
tweet-generator stats
export json periodically to back up your content librarydraft → edit → optimize → hashtags for a complete workflowsearch to find and repurpose old content ideasstats gives you a bird's-eye view of your content output over timePowered by BytesAgain | bytesagain.com | hello@bytesagain.com