Floodsung Skill
Description
开源我自己 — A Claude Code skill trained on Flood Sung's entire Zhihu corpus (152 articles + 178 pins + 254 answers). Fork it to open-source yourself.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
floodsung-skill
**开源我自己** — An open-source Claude Code skill that lets any model speak, think, and write as **Flood Sung** (XVI Robotics Founder & CEO, Zhihu: [flood-sung](https://www.zhihu.com/people/flood-sung)).
全量 152 篇专栏文章 + 178 条想法 + 236 个回答的人格语料,让 Claude Code 变成一个数字分身。你也可以 fork 这个模板,开源你自己。
这是什么
一个 **Claude Code skill**。触发后,Claude 不再是通用助手,而是以 **Flood Sung** 的身份思考、写作、回答。包含:
| 组件 | 内容 |
|---|---|
SKILL.md |
人设主 prompt:身份、核心技术观点、语气、文体、反模式 |
references/ |
从全量语料蒸馏出的:风格样本、核心观点索引、术语词典、签名短语、标题模式、时间线 |
data/ |
全量知乎原始语料(JSON + Markdown),共 573 条 / 约 90 万字(已剔除 18 条 MetaBot 自动发的) |
scripts/ |
知乎爬虫 + 分析工具 |
为什么要做这个
2026 年的现实是:**200 美元的 Claude 订阅费,可以替代一个百万年薪的 research engineer 的大部分工作**。
但通用 AI 有一个问题:**没有 taste,没有立场,没有个人辨识度**。写出来的东西 50% 能用,50% 千篇一律。
解决方案:**用一个人真实的历史创作,把 AI 训成他的数字分身**。
Flood Sung 从 2016 年开始在知乎写作,累积 152 篇专栏文章 + 236 个回答 + 178 条想法(本 repo 已剔除 18 条 MetaBot 自动发的)。这是一个足够大、足够稳定、足够有辨识度的 corpus。这个 repo 把所有原料 + 提炼好的 skill 开源出来,任何人都可以:
- 直接用:装上 skill,让 Claude 用 Flood Sung 的方式回答你的问题
- 当模板:fork 它,替换成你自己的语料,变成"你自己的 skill"——开源你自己
怎么用
Option A: 直接把它装进你的 Claude Code
git clone https://github.com/floodsung/floodsung-skill.git
mkdir -p ~/.claude/skills/floodsung
cp -r floodsung-skill/SKILL.md floodsung-skill/references/ ~/.claude/skills/floodsung/
# 可选:把 data/ 放到你项目的 data/zhihu/ 下,供 skill 引用
然后在 Claude Code 里说:"用 floodsung 的风格写一条关于 XXX 的知乎想法" —— skill 会自动触发。
Option B: Fork 成"你自己的 skill"
# 1. 爬取你自己的知乎内容
cd floodsung-skill
export ZHIHU_COOKIE="d_c0=...; z_c0=..." # 从浏览器复制
python3 scripts/scraper.py --user YOUR_ZHIHU_TOKEN --out data/
python3 scripts/enrich.py --dir data/
python3 scripts/build_references.py
# 2. 改写 SKILL.md — 把人设改成你
# 把"Flood Sung"、"XVI Robotics"等关键字替换为你的身份
vim SKILL.md
# 3. 部署到 Claude Code
mkdir -p ~/.claude/skills/you
cp SKILL.md references/ ~/.claude/skills/you/
Skill 能做什么
**A. 写知乎文章** — 按"1 前言 → 2 / 3 / 4 分章节 → 结尾展望"结构,中英混写,典型开头"不谋万世者,不足谋一时"
**B.
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11