← 返回 Skills 市场
ckchzh

Linkedin Post

作者 BytesAgain2 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ 安全检测通过
469
总下载
0
收藏
1
当前安装
13
版本数
在 OpenClaw 中安装
/install linkedin-post
功能描述
LinkedIn文案生成、开头Hook、热门话题标签、轮播内容规划、高质量评论、个人简介优化。LinkedIn post writer with hooks, hashtags, carousel planning, comment templates.
使用说明 (SKILL.md)

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

Command Description
linkedin-post draft \x3Cinput> Draft a new post (view recent drafts with no args)
linkedin-post edit \x3Cinput> Log an edit entry (view recent edits with no args)
linkedin-post optimize \x3Cinput> Log an optimization note (view recent with no args)
linkedin-post schedule \x3Cinput> Schedule a post (view recent schedules with no args)
linkedin-post hashtags \x3Cinput> Log hashtag ideas (view recent with no args)
linkedin-post hooks \x3Cinput> Log opening hooks (view recent with no args)
linkedin-post cta \x3Cinput> Log call-to-action ideas (view recent with no args)
linkedin-post rewrite \x3Cinput> Log a rewrite (view recent rewrites with no args)
linkedin-post translate \x3Cinput> Log a translation (view recent with no args)
linkedin-post tone \x3Cinput> Log tone adjustments (view recent with no args)
linkedin-post headline \x3Cinput> Log headline ideas (view recent with no args)
linkedin-post outline \x3Cinput> Log post outlines (view recent with no args)
linkedin-post stats Show summary statistics across all log files
linkedin-post export \x3Cfmt> Export all data (json, csv, or txt)
linkedin-post search \x3Cterm> Search all logs for a keyword
linkedin-post recent Show the 20 most recent history entries
linkedin-post status Health check with version, entries, disk usage
linkedin-post help Show help message
linkedin-post version Show 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 \x3Cfmt> — exports all log data into json, csv, or txt format, saved to ~/.local/share/linkedin-post/export.\x3Cfmt>. Reports output file path and byte count.
  • search \x3Cterm> — 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/:

  • Each command has its own log file (e.g., draft.log, edit.log, hashtags.log, hooks.log, etc.)
  • history.log — centralized activity log recording every command invocation
  • Export files saved as export.json, export.csv, or export.txt
  • Entries use pipe-delimited format: YYYY-MM-DD HH:MM|value

Requirements

  • Bash (with set -euo pipefail)
  • Standard Unix utilities: date, wc, du, head, tail, grep, basename
  • No external dependencies or API keys required

When to Use

  1. Drafting LinkedIn posts — use linkedin-post draft to capture post ideas and first drafts as they come to you
  2. Crafting engaging hooks — log attention-grabbing opening lines with linkedin-post hooks and iterate until you find the best one
  3. Managing hashtag strategy — track and organize hashtag sets with linkedin-post hashtags for consistent post tagging
  4. Scheduling content calendars — use linkedin-post schedule to plan when posts go live and maintain a publishing cadence
  5. Iterating on post quality — use linkedin-post rewrite, linkedin-post tone, and linkedin-post optimize to refine content through multiple revisions

Examples

# Draft a new post
linkedin-post draft "5 lessons I learned from shipping my first SaaS product in 30 days"

# Log hook ideas for the post
linkedin-post hooks "I almost quit on day 14. Here's why I didn't."
linkedin-post hooks "Most founders get this wrong about MVPs..."

# Add hashtag ideas
linkedin-post hashtags "#SaaS #StartupLife #ProductLaunch #IndieHacker #BuildInPublic"

# Write a CTA
linkedin-post cta "Drop a 🔥 if you've shipped something this month. I'll check out your project."

# Schedule the post
linkedin-post schedule "Publish Tuesday 9am EST — peak LinkedIn engagement window"

# Rewrite with different tone
linkedin-post rewrite "Shorter version: cut intro, lead with the lesson, end with question"
linkedin-post tone "Switch from formal to conversational — more 'you' and 'I', fewer buzzwords"

# Create a headline
linkedin-post headline "From Zero to $10K MRR: What Actually Worked"

# Build an outline
linkedin-post outline "1) Hook: surprising stat 2) Problem 3) 3 key lessons 4) CTA question"

# Translate for different audience
linkedin-post translate "Spanish version for LATAM LinkedIn audience"

# View summary statistics
linkedin-post stats

# Export everything as JSON
linkedin-post export json

# Search for all posts about SaaS
linkedin-post search "SaaS"

# Check system status
linkedin-post status

# View recent activity
linkedin-post recent

LinkedIn Best Practices

  • First 3 lines are everything — the "see more" hook determines whether people engage
  • Dwell time matters — longer posts that keep people reading get boosted by the algorithm
  • Comments > Reactions — posts with comments rank higher than those with just likes
  • Avoid external links in post body — put URLs in the first comment instead
  • Carousel posts get 1.5–2× more reach than text-only posts
  • Use linkedin-post hooks to iterate on your opening lines before publishing

Tips

  • Run linkedin-post help to see all available commands
  • Call any command without arguments to review recent entries for that category
  • Use linkedin-post search \x3Cterm> to find entries across all log files
  • Export data regularly with linkedin-post export json for backups
  • Combine drafthookshashtagsctaoptimize as a content creation pipeline
  • All data lives in ~/.local/share/linkedin-post/ — easy to back up or sync

Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears coherent and local-only: it writes post drafts and metadata to ~/.local/share/linkedin-post and provides CLI commands to view/export them. Before installing, you may want to (1) inspect the full script locally for any stray or malicious lines (the provided snippet includes an apparent stray character near the end — likely a minor bug), (2) back up or move any existing ~/.local/share/linkedin-post directory if you have one, and (3) run the script in a restricted account or sandbox if you want to verify behavior. No network or credential access is requested by the skill.
功能分析
Type: OpenClaw Skill Name: linkedin-post Version: 2.0.1 The skill is a local content management toolkit for LinkedIn posts that allows users to log drafts, hooks, and hashtags to a local directory (~/.local/share/linkedin-post/). The script (scripts/script.sh) uses standard Bash utilities to manage these logs and provides basic search, stats, and export functionality without any network calls, sensitive data access, or malicious execution patterns.
能力评估
Purpose & Capability
The name/description (LinkedIn post writer, hooks, hashtags, export, stats) matches the included SKILL.md and the bash script: commands create and read timestamped log files, export data, and show stats. No unrelated services, credentials, or binaries are requested.
Instruction Scope
Runtime instructions and the script operate only on local files under ~/.local/share/linkedin-post and standard Unix utilities. The SKILL.md and script do not attempt to read other system config, environment secrets, or contact external endpoints.
Install Mechanism
There is no install spec; the skill is instruction-only with a single bash script. Nothing is downloaded or extracted from external URLs during install.
Credentials
The skill requires no environment variables, no credentials, and no config paths beyond a per-user data directory. The requested access (read/write in ~/.local/share/linkedin-post) is proportionate to its functionality.
Persistence & Privilege
The skill writes and reads persistent logs in the user's home (~/.local/share/linkedin-post). always:false (not force-included) and it does not modify other skills or system-wide settings. Persisting user data is expected for this tool but users should note logs are stored unencrypted on disk.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install linkedin-post
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /linkedin-post 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.1
update
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v2.3.6
old template -> domain-specific v2.0.0
v2.3.5
old template -> domain-specific v2.0.0
v2.3.4
Quality upgrade
v2.3.3
Quality upgrade: custom functionality
v2.3.2
Standards compliance: unique content, no template text
v2.3.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.2
Runtime fix
v1.0.1
- Removed the sample tips.md file from the project. - No changes to the skill's features or core documentation.
v1.0.0
Initial release of linkedin-post skill. - Generate LinkedIn post copy, opening hooks, trending hashtags, carousel content plans, high-quality comment templates, and profile optimizations. - Supports multiple content styles: professional, storytelling, contrarian, educational, and inspirational. - Quick command reference for streamlined usage. - Includes actionable tips for maximizing LinkedIn engagement and reach.
元数据
Slug linkedin-post
版本 2.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 13
常见问题

Linkedin Post 是什么?

LinkedIn文案生成、开头Hook、热门话题标签、轮播内容规划、高质量评论、个人简介优化。LinkedIn post writer with hooks, hashtags, carousel planning, comment templates. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 469 次。

如何安装 Linkedin Post?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install linkedin-post」即可一键安装,无需额外配置。

Linkedin Post 是免费的吗?

是的,Linkedin Post 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Linkedin Post 支持哪些平台?

Linkedin Post 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Linkedin Post?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.1。

💬 留言讨论