一个包含972个公开分享的Claude和Grok对话的公共存档,以纯Markdown格式导出,并附有两个用于获取和更新存档的Python脚本。

Stars

341

7 天增长

暂无数据

Fork 数

82

开放 Issue

1

开源协议

暂无数据

最近更新

2026-07-27

AI 仓库情报摘要
FR-AI / ANALYSIS

为什么值得关注

它提供了大量真实的AI对话数据集(超过1.1万条消息)以及开源工具,支持增量归档、非拉丁语标题,并能处理Cloudflare防护的API。

适合谁使用

  • 研究LLM对话模式的研究人员
  • 基于Claude或Grok进行开发的开发者
  • 寻找多样化对话数据集的数据科学家
  • 保存AI交互记录的数字档案管理员

典型使用场景

  • 分析两种AI模型的对话轮次和回复风格
  • 在真实聊天数据上训练或微调较小的模型
  • 测试能处理带元数据头的Markdown的下游工具
  • 为审计或透明度目的复制已存档的对话

项目优势

  • 全面:972个对话,11,241条消息,约29 MB,覆盖两个平台
  • 增量更新:清单文件跳过已获取内容,追加链接后安全重新运行
  • 保留原始文字(非拉丁文件名,如韩文、阿拉伯文)
  • 开源导出脚本通过curl_cffi处理Cloudflare TLS挑战,使存档可复现

使用前须知

  • 仅可访问公开分享链接;被撤销或私密的对话返回'未找到'
  • 上游保真度损失:工具调用和搜索小部件显示为占位文本
  • 需要curl_cffi依赖并直接调用API,不能简单使用HTTP请求

README 快速开始

Shared AI Chats

An archive of public Claude, Grok, and Kimi conversations, exported from their share links as plain markdown, plus the three scripts that produce it. A handful of other conversations, added by hand from sources with no public share link, live alongside them.

1,334 conversations, 15,252 messages, ~38 MB.

DirectorySourceConversationsMessagesLongest
claude_chats/claude.ai/share7557,865282
grok_chats/grok.com/share5197,2104,308
kimi_chats/kimi.com/share5717128
aistudio_chats/Google AI Studio (manual)364

Layout

scripts/claude_share_export.py     exporter for claude.ai shares
scripts/grok_share_export.py       exporter for grok.com shares
scripts/kimi_share_export.py       exporter for kimi.com shares
scripts/aistudio_export.py         converter for raw Google AI Studio page copies
link_lists/claudeaisharelinks.txt  the claude.ai links this archive was built from
link_lists/grokaisharelinks.txt    the grok.com links this archive was built from
link_lists/kimiaisharelinks.txt    the kimi.com links this archive was built from
raw_google_dumps/                  raw AI Studio page copies aistudio_export.py reads
claude_chats/                      one markdown file per Claude conversation
grok_chats/                        one markdown file per Grok conversation
kimi_chats/                        one markdown file per Kimi conversation
aistudio_chats/                    one markdown file per AI Studio conversation

claude_chats/.claude-share-export.json manifest for claude_chats/
grok_chats/.grok-share-export.json     manifest for grok_chats/
kimi_chats/.kimi-share-export.json     manifest for kimi_chats/
aistudio_chats/.aistudio-export.json   manifest for aistudio_chats/

Every conversation is one markdown file, named from its title:

Adding-Kerberos-Authentication-to-Hadoop-Cluster-on-EC2.md
AI-inflection-point-and-the-future-of-automation.md
네이버-AI-모델서비스-기획-직무-기업조사-리포트.md

Titles keep their original script rather than being transliterated, so non-Latin filenames are expected. A conversation with no usable title falls back to its snapshot UUID (18754235-198d-446b-afc6-26191ea62d27.md).

File format

All four converters write the same shape: a metadata header, then alternating turns separated by a

项目描述

An archive of public Claude and Grok conversations, exported from their share links as plain markdown, plus the two scripts that produce it.

相关仓库与替代方案

根据分类、Topic 和编程语言匹配的相似项目。

lopopolo
精选
lopopolo GitHub avatar

harness-engineering

Harness Engineering is a methodology for improving coding agent outputs by carefully crafting the environment around them—providing curated context, tools, and executable constraints that encode an organization’s nonfunctional requirements and cumulative lessons.

AI 与机器学习AI 智能体
2,390
slvDev
精选
slvDev GitHub avatar

esp32-ai

A 28.9 million parameter language model runs on an $8 ESP32-S3 microcontroller entirely on-device, generating simple stories at about 9.5 tokens per second.

AI 与机器学习大语言模型
1,960
littledivy
精选
littledivy GitHub avatar

mimic

mimic captures traffic from any iOS or web app and automatically generates a Python client library that lets you call the app's API like a regular library.

AI 与机器学习
1,482