@XAMTO_AI: 关于Claude Fable 5系统提示的泄露版,有人制作了token优化版本,并转换成了干净的Markdown格式! 代码仓库声称已将其重构为通用格式,可直接应用于Gemini 3.1 Pro、ChatGPT 5.6等前沿模型。 htt…
摘要
有人将Claude Fable 5的系统提示泄露版进行token优化,并转换为干净的Markdown格式,重构为通用格式,可应用于多种前沿AI模型。
查看缓存全文
缓存时间: 2026/08/21 05:05
关于Claude Fable 5系统提示的泄露版,有人制作了token优化版本,并转换成了干净的Markdown格式! 代码仓库声称已将其重构为通用格式,可直接应用于Gemini 3.1 Pro、ChatGPT 5.6等前沿模型。 https://github.com/KinetiNode/claude-fable-5-system-prompt-clean…
KinetiNode/claude-fable-5-system-prompt-clean
Source: https://github.com/KinetiNode/claude-fable-5-system-prompt-clean
Universal Fable 5 System Prompt
A vendor-neutral adaptation of Anthropic’s publicly available Claude Fable 5 / Mythos 5 system prompt.
The original prompt contains a large amount of infrastructure that exists specifically for Claude’s production environment, including XML conventions, tool interfaces, product-specific behavior, and internal implementation guidance. While appropriate for Claude, much of that content provides little or no benefit when reused with other frontier LLMs.
This repository filters out those implementation details while retaining the behavioral guidance that generalizes well across modern models.
Goals
- Reduce prompt size for better context efficiency.
- Remove Claude-specific implementation details.
- Preserve high-impact behavioral guidance.
- Maintain compatibility across major frontier LLMs.
Versions
| File | Purpose |
|---|---|
universal/core.md | Core behavioral principles with minimal token usage. |
universal/balanced.md | Recommended for most use cases. Balances prompt size with behavioral coverage. |
universal/complete.md | Retains nearly all vendor-neutral behavioral guidance while remaining model-agnostic. |
What’s Removed
This project intentionally excludes Claude-specific implementation such as:
- XML wrappers and formatting conventions
- MCP and tool-specific infrastructure
- Product-specific instructions
- Internal UI behavior
- Storage and artifact management
- Environment-specific implementation details
What’s Preserved
The filtered prompts retain behavioral guidance including:
- Understanding user intent before responding
- Honest handling of uncertainty
- Clear communication and natural writing
- High-quality code generation
- Practical recommendations with trade-off analysis
- Verification before finalizing responses
- Objective error correction
- Avoiding unnecessary meta-commentary
Compatibility
The prompts are designed to work well across modern frontier models, including:
- Claude
- ChatGPT
- Gemini
- DeepSeek
- Qwen
- Grok
- GLM
- Other instruction-following LLMs
Usage
API Platforms
Paste the contents of the desired prompt into your model’s system prompt or system instructions field.
Consumer Interfaces
Where supported, the prompts can also be used as custom instructions, custom GPT system prompts, Gems, or equivalent features.
Philosophy
This project is not intended to replace Anthropic’s original system prompt or claim to improve it.
Instead, it asks a different question:
Which behavioral principles from Claude’s system prompt remain valuable after removing implementation details that are specific to Claude itself?
The result is a set of prompts optimized for portability rather than platform-specific functionality.
Contributing
Contributions are welcome.
If you discover vendor-specific behavior that should be generalized, redundant instructions that can be simplified, or opportunities to improve compatibility across modern LLMs, feel free to open an issue or submit a pull request.
相似文章
我将泄露的Claude Fable 5系统提示提炼成一个干净、通用的500 token Markdown引擎,适用于ChatGPT和Gemini。没有冗余。
一位开发者将泄露的Claude Fable 5系统提示提炼成一个紧凑的500 token通用Markdown引擎,适用于ChatGPT和Gemini,去除了Anthropic特有的冗余,使其可用于任何前沿模型。
@GitTrend0x: Claude Code 代码库智能大脑 27×省 Token 杀手级开源神器 https://github.com/repowise-dev/repowise… 这就是 Repowise,专为 AI 辅助工程团队打造的代码库智能平台!它把…
Repowise is an open-source tool that indexes codebases into four intelligence layers (dependency graph, git history, auto-documentation, architectural decisions) and exposes them via seven MCP tools to AI coding agents like Claude Code, achieving up to 27× token savings while maintaining answer quality.
@axichuhai: 发现一个能让 Claude 变得更好用的开源神器 只有一个65行的 Markdown 文件,GitHub 上已经冲到了 13万+ Star 灵感来自 Karpathy 说模型喜欢在不确定的时候瞎猜、把代码写得过度复杂、还会悄悄改掉不该碰的…
一个仅65行的开源Markdown文件,为Claude总结了4条编程铁律,帮助提升代码质量和节省token,GitHub上已获13万+ Star,灵感来自Karpathy。
@sunmer575399: 推荐一个我最近一直在用的开源项目caveman,77.3k star 能把Claude Code的对话token直接砍掉65%,靠的是让AI用原始人语法回话,省下的都是钱。我跑了个一周的活儿,账单愣是少了一半 不用改你的工作流,装成Cla…
推荐一个开源项目caveman,通过让AI用原始人语法回复来减少输出token,可节省65%的散文token和8.5%的代理编码任务token,兼容30多种AI代理工具。
@GYLQ520: 搞 AI Agent 的注意了!token 烧钱烧到心疼? 有个开源工具叫 curl.md,专门把网页转成 Markdown 格式喂给 AI,token 消耗直接砍一大截。CLI、浏览器插件、API 三种用法随你选,Cursor、Clau…
curl.md is an open-source tool that converts web pages to optimized Markdown format for AI agents, significantly reducing token consumption and cost. It offers CLI, browser extension, and API usage, with integrations for Cursor, Claude, and other agents.