AI Skill Hub 强烈推荐:Caveman提示词模板库 是一款优质的Prompt模板。在 GitHub 上收获超过 59.1k 颗 Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的Prompt模板解决方案,这是一个值得深入了解的选择。
专为Claude设计的开源提示词模板集合,通过精简token用法实现65%成本削减。提供即插即用的高效提示词方案,适合想要优化API成本和提高Claude使用效率的开发者和企业用户。
Caveman提示词模板库 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
专为Claude设计的开源提示词模板集合,通过精简token用法实现65%成本削减。提供即插即用的高效提示词方案,适合想要优化API成本和提高Claude使用效率的开发者和企业用户。
Caveman提示词模板库 是经过精心设计和反复验证的专业 Prompt 模板集合。这些 Prompt 框架能够有效激活 Claude、ChatGPT 等大型语言模型的深层能力,让 AI 生成更准确、更有价值的输出结果。无需任何安装,直接复制模板内容到 AI 对话框即可使用。
# Prompt 无需安装,直接复制使用 # 支持:Claude / ChatGPT / Gemini / 通义千问 等主流模型 # 使用步骤 # 1. 复制 Prompt 模板内容 # 2. 粘贴到 AI 对话框 # 3. 替换 [占位符] 为实际内容 # 4. 发送后获取结构化输出 # 获取原始文件 git clone https://github.com/JuliusBrussee/caveman
# 粘贴到 Claude/ChatGPT 使用 # 示例 Prompt 结构: 你是一位 [角色],擅长 [领域]。 请根据以下要求完成任务: 任务背景:[描述背景] 具体要求:[详细说明] 输出格式:[期望格式] # 将 [] 内内容替换为实际需求
# caveman 配置说明 # 查看配置选项 caveman --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export CAVEMAN_CONFIG="/path/to/config.yml"
<p align="center"> <img src="docs/assets/caveman-logo-banner.png" alt="Caveman" width="720"> </p>
<p align="center"> <strong>why use many token when few do trick</strong> </p>
<p align="center"> Your AI coding agent bills by the word and writes like it knows that.<br> Caveman make it stop. Brain still big. Mouth small. Bill small. </p>
<p align="center"> <a href="https://www.producthunt.com/products/caveman?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-caveman-2" target="_blank" rel="noopener noreferrer"><img src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1220849&theme=light&t=1786634691828" alt="Caveman - why use many token when few do trick | Product Hunt" width="250" height="54"/></a> <a href="https://trendshift.io/repositories/25391?utm_source=repository-badge&utm_medium=badge&utm_campaign=badge-repository-25391" target="_blank" rel="noopener noreferrer"><img src="https://trendshift.io/api/badge/repositories/25391" alt="JuliusBrussee%2Fcaveman | Trendshift" width="250" height="55"/></a> </p>
<p align="center"> <a href="https://github.com/JuliusBrussee/caveman/stargazers"><img src="https://img.shields.io/github/stars/JuliusBrussee/caveman?style=flat&color=yellow" alt="Stars"></a> <a href="./INSTALL.md"><img src="https://img.shields.io/badge/skill_works_with-30%2B_agents-orange?style=flat" alt="30+ agents"></a> <a href="#wrap-any-agent"><img src="https://img.shields.io/badge/wrap-10_native_agents-blue?style=flat" alt="10 native wrap profiles"></a> <a href="#license"><img src="https://img.shields.io/badge/license-MIT_%2B_BSL-green?style=flat" alt="License"></a> <a href="https://skills.sh/JuliusBrussee/caveman"><img src="https://skills.sh/b/JuliusBrussee/caveman"></a> </p>
<p align="center"> <a href="#see-it">See it</a> · <a href="#install">Install</a> · <a href="#the-numbers">Numbers</a> · <a href="#the-skill-unpacked">Skill</a> · <a href="#the-proxy-unpacked">Proxy</a> · <a href="#wrap-any-agent">Wrap</a> · <a href="./docs/README.md">Docs</a> · <a href="#privacy-and-a-small-favor">Privacy</a> · <a href="#license">License</a> </p>
---
Caveman come in two sizes.
Small rock: the skill. A rule file that makes your agent answer in caveman. MIT, free forever, works in 30+ agents (Claude Code, Codex, Gemini, Cursor, Windsurf, Cline, Copilot, more). One command:
npx skills add JuliusBrussee/caveman
Type /caveman if your agent doesn't wake up on its own. That the whole install. One rock.
Big rock: the proxy. Runs on your machine, between your agent and the AI provider, and shrinks what the agent reads before every call. Everything it squeezes gets a backup on your disk, so the agent can always pull the original back. MIT CLI, BSL-1.1 runtime:
npm install -g @caveman-ai/cli && caveman setup --install
caveman claude # or codex · gemini · aider · kilo · qwen · opencode · hermes · openclaw · pi
They stack. Most people start with the small rock and graduate.
<details> <summary><strong>More doors into the cave</strong> · full installer, Windows, single agents, uninstall</summary>
<br>
The full installer wires up Claude Code hooks and the statusline badge, finds every supported agent on your machine, and skips agents you no have. Safe to re-run. Needs Node.js 22.13+.
curl -fsSL https://raw.githubusercontent.com/JuliusBrussee/caveman/v2.6.0/install.sh | bash
Windows, PowerShell 5.1+:
irm https://raw.githubusercontent.com/JuliusBrussee/caveman/v2.6.0/install.ps1 | iex
Just one agent:
```bash
创新的token优化方案,59k星标证明社区认可度高。提示词工程角度有实用价值,但实际效果因任务复杂度而异。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,Caveman提示词模板库 是一款质量优秀的Prompt模板,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | caveman |
| 原始描述 | 开源Prompt模板:🪨 why use many token when few token do trick — Claude Code skill that cuts 65% 。⭐59.1k · JavaScript |
| Topics | 提示词模板Claude优化成本削减开源资源 |
| GitHub | https://github.com/JuliusBrussee/caveman |
| License | MIT |
| 语言 | JavaScript |
收录时间:2026-05-13 · 更新时间:2026-05-16 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端