blog
Manage blog posts with drafts, scheduling, and SEO optimization. Use when creating articles, optimizing metadata, or scheduling publication dates.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/bytesagain3/blogBlog
A content creation toolkit for drafting, editing, optimizing, scheduling, and managing blog content workflows — all from the command line with timestamped local logging.
Commands
| Command | Description |
|---|---|
blog draft <input> | Log a draft idea or snippet. Without args, shows recent drafts |
blog edit <input> | Record an editing pass or revision note. Without args, shows recent edits |
blog optimize <input> | Log SEO or content optimization notes. Without args, shows recent optimizations |
blog schedule <input> | Record a publication schedule entry. Without args, shows recent schedules |
blog hashtags <input> | Log hashtag sets for social promotion. Without args, shows recent hashtag entries |
blog hooks <input> | Record attention hooks or opening lines. Without args, shows recent hooks |
blog cta <input> | Log call-to-action ideas. Without args, shows recent CTAs |
blog rewrite <input> | Record a rewrite or major revision. Without args, shows recent rewrites |
blog translate <input> | Log a translation task or result. Without args, shows recent translations |
blog tone <input> | Record tone/voice notes for a piece. Without args, shows recent tone entries |
blog headline <input> | Log headline options and A/B test ideas. Without args, shows recent headlines |
blog outline <input> | Record a post outline or structure. Without args, shows recent outlines |
blog stats | Show summary statistics across all entry types |
blog search <term> | Search across all log entries for a keyword |
blog recent | Show the 20 most recent activity entries |
blog status | Health check — version, data dir, entry count, disk usage, last activity |
blog export <fmt> | Export all data in json, csv, or txt format |
blog help | Show all available commands |
blog version | Print version (v2.0.0) |
Each content command (draft, edit, optimize, etc.) works the same way:
- With arguments: saves the entry with a timestamp to its dedicated
.logfile and records it in activity history - Without arguments: displays the 20 most recent entries from that command's log
Data Storage
All data is stored locally in plain-text log files:
~/.local/share/blog/
├── draft.log # Draft ideas and snippets
├── edit.log # Editing notes and revisions
├── optimize.log # SEO / content optimization records
├── schedule.log # Publication schedule entries
├── hashtags.log # Hashtag sets for social media
├── hooks.log # Attention hooks / opening lines
├── cta.log # Call-to-action ideas
├── rewrite.log # Major revision records
├── translate.log # Translation tasks and results
├── tone.log # Tone / voice notes
├── headline.log # Headline options and A/B ideas
├── outline.log # Post outlines and structures
└── history.log # Unified activity log with timestamps
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-bytesagain3-blog": {
"enabled": true,
"auto_update": true
}
}
}Tags
Related Skills
skill-tracker
通用技能使用统计追踪器,支持 Python 和 Node.js 技能,自动记录调用次数、成功率,生成使用排行榜。数据本地存储,保护隐私。
cmms
Computerized maintenance management system
consent
Build cookie consent banners and track opt-in compliance status. Use when implementing GDPR consent, auditing cookies, generating privacy banners.
amr
Autonomous mobile robot fleet manager. Use when json amr tasks, csv amr tasks, checking amr status.
breaker
Circuit breaker sizing and coordination tool. Use when json breaker tasks, csv breaker tasks, checking breaker status.