Social Account Doctor
Find benchmark viral posts, dissect their hooks, adapt into your next draft
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 17, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 2731b8d
Every core command (find, crack) is hard-gated on a paid TikHub API key plus a multimodal Gemini proxy and live access to Chinese platforms, none of which were available, so the promised benchmark-to-draft delta could not be measured against a no-skill baseline. The security scan of all five bundled Python scripts was clean, though analyze_image.py silently defaults to a hardcoded third-party proxy (daydream88.fun) when no base URL is set. The install command copies cleanly and the SKILL.md is unusually disciplined about flagging half-finished runs, but a real edge over no skill cannot be shown without the paid keys.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 5/10
- Docs & honesty 4/5
What Social Account Doctor does
Closed-loop content assistant for Chinese short-video and note platforms (Xiaohongshu, Douyin, Kuaishou, WeChat Channels, Bilibili): finds benchmark viral posts, dissects their hooks across visual/text/voice/plot, and adapts them into a ready-to-post draft. Triggers on Chinese prompts like 找对标, 拆这条爆款, 对着这条仿写, or 下一条该写什么. Requires a paid TikHub API key plus a multimodal (Gemini) proxy key to fetch and analyze real platform data.
How to install Social Account Doctor
git clone https://github.com/JuneYaooo/social-account-doctor.git
mkdir -p ~/.claude/skills
cp -r social-account-doctor ~/.claude/skills/social-account-doctor
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Social Account Doctor
-
/social-account-doctorFind benchmark viral posts, dissect their hooks, adapt into your next draft
It also activates on plain-language prompts like these:
-
帮我在小红书上找几个同赛道的对标账号,拆解一下这条爆款视频开头三秒的钩子设计和节奏。 -
对着这条小红书爆款笔记的画面结构、文案节奏和口播风格,仿写一篇适合我账号调性的新稿子。 -
分析一下我这个抖音账号最近几条视频的数据表现,帮我判断下一条视频到底该写什么选题内容。
Frequently asked questions
- Is the Social Account Doctor skill free?
- Yes. The skill itself is free from JuneYaooo/social-account-doctor. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Social Account Doctor work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 17, 2026. Verdict: Works with setup. Every core command (find, crack) is hard-gated on a paid TikHub API key plus a multimodal Gemini proxy and live access to Chinese platforms, none of which were available, so the promised benchmark-to-draft delta could not be measured against a no-skill baseline. The security scan of all five bundled Python scripts was clean, though analyze_image.py silently defaults to a hardcoded third-party proxy (daydream88.fun) when no base URL is set. The install command copies cleanly and the SKILL.md is unusually disciplined about flagging half-finished runs, but a real edge over no skill cannot be shown without the paid keys.
- What is the Social Account Doctor SkillProof Score?
- 7.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 5/10, docs & honesty 4/5.
- How do I install Social Account Doctor?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Social Account Doctor with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.