claude-skill-social-post

by Hao0321Verified

A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day content calendar. Mega-viral validated: 80K reach / 448 likes / 500 comments on first post. Includes Day 2 flop postmortem.

612
Stars
129
Forks
Python
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/Hao0321/claude-skill-social-post

Getting Started

Guides for using skills like claude-skill-social-post.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

social-post skill

一個可安裝到 Codex 或 Claude Code 的社群內容 Skill:學習本機聲線、規劃內容、撰寫平台化貼文、經確認後發布,並把跨平台洞察保存成可驗證的結構化資料。

目前版本:v2.2.0

v2.2.0

  • 新增 append-only corrections.jsonl:修正發布時間、片長或舊快照時,不再覆寫歷史 event。
  • 新增 metric_qualifiersroundedupper_boundvisual_estimate 等平台顯示精度會一路保留到 summary。
  • Public sync 在寫入前做 privacy preflight,並用 managed manifest 追蹤可安全同步的通用檔案。
  • 公開包改為「通用引擎+虛構案例+匿名規則/公式」;真實帳號案例、數據、聲線與私人平台決策不再出現在目前發布樹。

安裝

git clone https://github.com/Hao0321/claude-skill-social-post.git

Codex(Windows PowerShell):

New-Item -ItemType Directory -Force "$env:USERPROFILE\.codex\skills" | Out-Null
Copy-Item -Recurse ".\claude-skill-social-post\social-post" "$env:USERPROFILE\.codex\skills\social-post"

Claude Code:把目的地改成 .claude\skills\social-post。macOS/Linux 可複製到 ~/.codex/skills/social-post/~/.claude/skills/social-post/

首次使用先建立只存在本機的個人檔:

cd social-post
Copy-Item style_profile.example.md style_profile.md
Copy-Item content_plan.example.md content_plan.md

再把 voice_quick.mdcurrent_brief.md 的 placeholder 換成自己的方向。

五個 Mode

Mode用途
P0 Plan規劃內容與實驗
P1 Learn Voice從已授權樣本學本機聲線
P2 Draft/Publish撰稿;當輪確認後才發布
P3 Log Outcome保存貼文、快照、帳號總覽與 corrections
P4 Optimize Patterns對齊 maturity 後做跨篇/跨平台比較

Outcome 快速開始

$env:PYTHONUTF8='1'
python scripts/log_outcome.py references/outcome-bundle.example.json
python scripts/self_test.py
python scripts/social_data.py validate
python scripts/social_data.py summary --series demo-series

正式寫入時才加 --write。修正既有 event 可參考 correction-bundle.example.json

隱私邊界

公開 repo 只收 schema、工具、匿名規則與明示為 fictional 的例子。不要提交:

  • style_profile.mdcontent_plan.mddrafts/
  • data/*.jsonl 的真實 outcome/correction;
  • 原始洞察截圖、caption archive、帳號名稱、個人路徑;
  • 從私人數據升級出的規則、公式或案例。

驗證

python social-post/scripts/self_test.py
python social-post/scripts/social_data.py validate

License

MIT。Copyright holder:Hao0321 contributors。

Frequently Asked Questions

What is claude-skill-social-post?

claude-skill-social-post is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by Hao0321. A Claude Code skill by Hao (駱君昊) that learns your Facebook voice and auto-posts to FB / IG / Threads / X with a 14-day content calendar. Mega-viral validated: 80K reach / 448 likes / 500 comments on first post. Includes Day 2 flop postmortem. It has 612 GitHub stars.

Is claude-skill-social-post safe to use?

Yes. claude-skill-social-post passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install claude-skill-social-post?

Clone the repository with "git clone https://github.com/Hao0321/claude-skill-social-post" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is claude-skill-social-post written in?

claude-skill-social-post is primarily written in Python. It is open-source under Hao0321 on GitHub, so you can review or fork the full source.

Are there alternatives to claude-skill-social-post?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh claude-skill-social-post against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details