Caveman Stats
技能 活跃显示当前会话的实际代币用量和预估节省额。直接从 Claude Code 会话日志读取 — 无 AI 估算。通过 mode-tracker hook 触发。输出由 mode-tracker hook 注入;模型本身不计算数字。
通过直接读取会话日志,为开发者提供对其代币消耗和会话期间潜在成本节省的精确、实时的洞察。
功能
- 直接从会话日志读取代币用量
- 估算相对于基线的节省额
- 通过 mode-tracker hook 注入输出
- 写入 lifetime-savings suffix 文件用于状态栏徽章
使用场景
- 当您需要了解会话的确切代币成本时使用。
- 用于监控用量并为成本效益优化提示工程。
- 用于验证其他工具或技术的节省声明。
非目标
- 通过 AI 估算代币用量
- 修改会话日志或用户环境
- 提供超出直接代币计数和节省额的分析
Versioning
- warning:Release Management虽然提交日期是最近的,但没有明确的版本信号,如 semver 标签或 CHANGELOG.md,并且安装说明可能引用了 `main`。
安装
请先添加 Marketplace
/plugin marketplace add juliusbrussee/caveman/plugin install caveman@caveman质量评分
类似扩展
Lean Ctx
100AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在,则自动安装。
Meta Observer
100Track skill performance and emerging patterns
Metal
100Extract the conceptual essence of a repository as skills, agents, and teams — the project's roles, procedures, and coordination patterns expressed as agentskills.io-standard definitions. Reads an arbitrary codebase and produces generalized definitions that capture WHAT the project does and WHO operates it, without replicating HOW it does it. Use when onboarding to a new codebase and wanting to understand its conceptual architecture, when bootstrapping an agentic system from an existing project, when studying a project's organizational DNA for cross-pollination, or when creating a skill/agent/team library inspired by a reference implementation.
Pathfinder
100将代码库映射为按功能分组的流程图,识别不同功能之间的重复关注点,并提出统一的架构。在被要求“寻找理想路径”、统一重复系统或在重构前审计架构时使用。输出一个建议的统一流程图以及针对每个系统的“制定计划”提示。
Codacy Audit
100Codacy Cloud workflow for this repository -- run Codacy's analyzers locally before `git push` (mirrors what Codacy CI runs), and fetch/cluster Codacy issues for any PR via the v3 API. Use when the user mentions Codacy, "codacy analysis", `codacy-analysis-cli`, "codacy issues on PR", "fix codacy CI", "codacy markdownlint findings", or any Codacy gate failing on a netdata-org PR. Ships scripts analyze-local.sh (docker/binary runner for codacy-analysis-cli) and pr-issues.sh (paginated v3 issue fetch + group-by tool/pattern/severity/file). Token-safe -- CODACY_TOKEN never reaches assistant-visible stdout. Read-only by design in the current SOW; write actions (mark FP, mark fixed) are deferred.
Domain Extract
100Extract domain knowledge from existing project sources and generate domain rules. Also handles vault sync and domain listing.