by ZhenyuanPAN822 · Claude Skill · ★ 56
聊天关系K线 · Relationship Candlestick Lab 把聊天记录画成K线图,看你和TA的关系曲线 把两个人的聊天记录,压缩成一张 K 线走势图。 像读股票 K 线一样,读一段关系的变化。 小提示:导入数据时强烈推荐使用 CSV,尽量不要用 JSON——多数微信导出工具的 JSON 是给 LLM 微调用的格式,没有时间戳,跑不出 K 线。详见 输入格式。 系统先对聊天记录里的每一条消息进行量化: 一条冷淡回复会让关系价格下跌,一句暧昧称呼会让价格上涨,一次吵架会形成下探,一次解释和修复会把价格重新拉回。 当每条消息都被转化成带时间戳的关系指数后,系统再把这些指数按 5 分钟、1 小时、日线、周线等周期压缩成 K 线蜡烛图: Open:这个周期开始时的关系指数 High:这个周期内关系最热的时刻 Low:这个周期内关系最冷的时刻 Close:这个周期结束时的关系指数 Volume:这段时间的互动密度和情绪强度 所以,一根关系 K 线不是模型主观生成的,而是由消息级指数路径自然聚合出来的。 上影线代表关系曾经冲高但回落,下影线代表关系曾经下探但被修复。 ↑ 不是直接判断"喜不喜欢",而是先看每条消息让关系升温还是降温,再按时间聚合成 OHLC K 线 它能给你什么 K 线 + 成交量:每根 bar 看那段时间的关系强度变化、互动密度 MA / 布林带 / MACD...
| Stars | 56 |
| Forks | 5 |
| Language | Python |
| Category | Claude Skill |
| License | MIT |
| Quality Score | 58.7195401612887/100 |
| Last Updated | 2026-05-07 |
| Created | 2026-05-03 |
| Platforms | claude-code, gemini, python |
| Est. Tokens | ~283k |
These tools work well together with relationship-candlestick-lab for enhanced workflows:
Explore other popular claude skill tools:
relationship-candlestick-lab is 把聊天记录画成K线图,看你和TA的关系曲线. It is categorized as a Claude Skill with 56 GitHub stars.
relationship-candlestick-lab is primarily written in Python. It covers topics such as candlestick-chart, chat-analysis, chinese.
You can find installation instructions and usage details in the relationship-candlestick-lab GitHub repository at github.com/ZhenyuanPAN822/relationship-candlestick-lab. The project has 56 stars and 5 forks, indicating an active community.
relationship-candlestick-lab is released under the MIT license, making it free to use and modify according to the license terms.