ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

linkedin-post

LinkedIn文案生成、开头Hook、热门话题标签、轮播内容规划、高质量评论、个人简介优化。LinkedIn post writer with hooks, hashtags, carousel planning, comment templates.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/ckchzh/linkedin-post
Or

LinkedIn Post

Content toolkit for drafting, editing, optimizing, scheduling, and managing LinkedIn posts from the command line. Generate hashtags, craft hooks, write CTAs, rewrite content, translate text, adjust tone, create headlines, and build outlines — all with timestamped logging and full export capabilities.

Commands

CommandDescription
linkedin-post draft <input>Draft a new post (view recent drafts with no args)
linkedin-post edit <input>Log an edit entry (view recent edits with no args)
linkedin-post optimize <input>Log an optimization note (view recent with no args)
linkedin-post schedule <input>Schedule a post (view recent schedules with no args)
linkedin-post hashtags <input>Log hashtag ideas (view recent with no args)
linkedin-post hooks <input>Log opening hooks (view recent with no args)
linkedin-post cta <input>Log call-to-action ideas (view recent with no args)
linkedin-post rewrite <input>Log a rewrite (view recent rewrites with no args)
linkedin-post translate <input>Log a translation (view recent with no args)
linkedin-post tone <input>Log tone adjustments (view recent with no args)
linkedin-post headline <input>Log headline ideas (view recent with no args)
linkedin-post outline <input>Log post outlines (view recent with no args)
linkedin-post statsShow summary statistics across all log files
linkedin-post export <fmt>Export all data (json, csv, or txt)
linkedin-post search <term>Search all logs for a keyword
linkedin-post recentShow the 20 most recent history entries
linkedin-post statusHealth check with version, entries, disk usage
linkedin-post helpShow help message
linkedin-post versionShow version (v2.0.0)

How Data Commands Work

Each content command (draft, edit, optimize, schedule, hashtags, hooks, cta, rewrite, translate, tone, headline, outline) operates in two modes:

  • With arguments — saves a timestamped entry (YYYY-MM-DD HH:MM|value) to the command's .log file and records the action in history.log
  • Without arguments — displays the 20 most recent entries from that command's log file

Utility Commands

  • stats — iterates all .log files in the data directory, counts entries per category, and shows total count, disk usage, and earliest activity timestamp
  • export <fmt> — exports all log data into json, csv, or txt format, saved to ~/.local/share/linkedin-post/export.<fmt>. Reports output file path and byte count.
  • search <term> — performs case-insensitive search across all log files, grouped by category
  • recent — shows the last 20 lines from history.log
  • status — health check displaying version, data directory, total entry count, disk usage, last activity, and OK status

Data Storage

All data is stored in ~/.local/share/linkedin-post/:

Metadata

Author@ckchzh
Stars3562
Views0
Updated2026-03-29
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-ckchzh-linkedin-post": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.