← 返回
内容创作 中文

Blog

Manage blog posts with drafts, scheduling, and SEO optimization. Use when creating articles, optimizing metadata, or scheduling publication dates.
管理博客文章,支持草稿、定时发布和SEO优化。适用于创建文章、优化元数据或安排发布日期。
bytesagain3
内容创作 clawhub v2.0.1 2 版本 100000 Key: 无需
★ 0
Stars
📥 938
下载
💾 7
安装
2
版本
#latest

概述

Blog

A content creation toolkit for drafting, editing, optimizing, scheduling, and managing blog content workflows — all from the command line with timestamped local logging.

Commands

CommandDescription
----------------------
blog draft Log a draft idea or snippet. Without args, shows recent drafts
blog edit Record an editing pass or revision note. Without args, shows recent edits
blog optimize Log SEO or content optimization notes. Without args, shows recent optimizations
blog schedule Record a publication schedule entry. Without args, shows recent schedules
blog hashtags Log hashtag sets for social promotion. Without args, shows recent hashtag entries
blog hooks Record attention hooks or opening lines. Without args, shows recent hooks
blog cta Log call-to-action ideas. Without args, shows recent CTAs
blog rewrite Record a rewrite or major revision. Without args, shows recent rewrites
blog translate Log a translation task or result. Without args, shows recent translations
blog tone Record tone/voice notes for a piece. Without args, shows recent tone entries
blog headline Log headline options and A/B test ideas. Without args, shows recent headlines
blog outline Record a post outline or structure. Without args, shows recent outlines
blog statsShow summary statistics across all entry types
blog search Search across all log entries for a keyword
blog recentShow the 20 most recent activity entries
blog statusHealth check — version, data dir, entry count, disk usage, last activity
blog export Export all data in json, csv, or txt format
blog helpShow all available commands
blog versionPrint 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 .log file 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

Each entry is stored as YYYY-MM-DD HH:MM| for easy parsing and export.

Requirements

  • Bash 4.0+ (uses set -euo pipefail)
  • Standard UNIX utilities: date, wc, du, grep, head, tail, cat
  • No external dependencies or API keys required
  • Works offline — all data stays on your machine

When to Use

  1. Blog content pipeline — Track a post from draft → outline → edit → optimize → schedule in one place with timestamps, so you always know where each piece stands
  2. SEO workflow — Log optimization notes, headline variants, and hashtag sets for each post, then search or export them later for analysis
  3. Editorial calendar — Use schedule to record publication dates and recent to see upcoming deadlines at a glance
  4. Multi-language content — Track translations with translate, tone adjustments with tone, and rewrites with rewrite to manage localized content
  5. Social media prep — Build a library of hooks, CTAs, and hashtag sets that you can search and reuse across posts

Examples

Full blog post workflow

# Start with a draft idea
blog draft "10 productivity hacks for remote developers — listicle format"

# Create the outline
blog outline "Intro (hook) → 10 tips with examples → CTA → conclusion"

# Write headline options
blog headline "Option A: 10 Hacks That Actually Work | Option B: Remote Dev Productivity Guide"

# Log editing notes
blog edit "tightened intro paragraph, added code examples to tips 3 and 7"

# Optimize for SEO
blog optimize "target keyword: remote developer productivity, density 1.2%, meta desc added"

# Schedule publication
blog schedule "publish 2024-04-15 09:00 UTC — cross-post to Dev.to and Medium"

Social media preparation

# Create hashtag sets
blog hashtags "#remotework #developer #productivity #coding #devtips"

# Write hooks for social posts
blog hooks "Most devs waste 2 hours daily on context switching. Here's how to fix it."

# Add a CTA
blog cta "Download our free remote work checklist — link in bio"

# Set the tone
blog tone "conversational, slightly informal, use second person (you/your)"

Review and export

# Search for entries about a topic
blog search "productivity"

# View recent activity
blog recent

# Check stats across all categories
blog stats

# Export everything as JSON for backup
blog export json

# Quick health check
blog status

Rewrite and translate

# Log a major rewrite
blog rewrite "complete overhaul of intro section — new angle focusing on data"

# Track a translation
blog translate "EN → ES: productivity article translated, 1800 words, reviewed by Maria"

Output

All commands print confirmation to stdout. Data is persisted in ~/.local/share/blog/. Use blog stats for an overview, blog search to find specific entries, or blog export to extract all data as JSON, CSV, or plain text.


Powered by BytesAgain | bytesagain.com | hello@bytesagain.com

版本历史

共 2 个版本

  • v2.0.1 当前
    2026-03-29 16:41 安全 安全
  • v1.0.4
    2026-03-19 16:44

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

content-creation

Baidu Wenku AIPPT

ide-rea
使用百度文库 AI 智能生成 PPT,自动根据内容选择模板。
★ 66 📥 46,215
content-creation

AdMapix

fly0pants
广告情报与应用数据分析助手,支持搜索广告素材、分析应用排名、下载量、收入及市场洞察,用于广告素材和竞品分析。
★ 295 📥 136,509
productivity

Thesis Helper

bytesagain3
论文写作助手。论文大纲生成、文献综述框架、摘要生成、引用格式转换、格式规范检查、答辩准备。Thesis helper with outline generation, literature review, abstract writing,
★ 1 📥 3,501