boost

作者 jfrog已验证

Save tokens. Maximize context, Safely

452
Stars
16
Forks
Shell
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/jfrog/boost

快速入门

使用 boost 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

Boost

Save tokens. Sharpen agents.

Smart token savings for coding agents and shell commands.

Website Release Go 1.25 Platforms Downloads Stars
Agent-native OpenTelemetry

Join Slack Community

Sponsored by JFrog

English · Español · Français · Deutsch · 日本語 · हिन्दी · עברית

Scanned by JFrog Xray

Dependencies, source, secrets, and IaC — scanned on every push to main. What that covers.


Frogi, our mascot, appears when you run just boost.

Frogi, the Boost mascot

Boost wraps the commands your agents already run, turning noisy logs into compact, structured context that keeps the signal — errors, timings, changed counts, cache hits — while cutting the noise.

Boost never trades quality for savings. It trims only what's safe to drop, so agent output stays just as sharp. Our Terminal-Bench 2.0 benchmark shows it: identical task pass rate, ~12% lower cost — Boost keeps agents optimized without ever breaking their stride.

boost report dashboard: context tokens saved over time, with CLI filter and Code Base Exploration breakdowns

Boost intro: JFrog boost logo, then a walkthrough of installing, running a task, and boost report

Quick start

Install Boost

macOS / Linux / Windows WSL:

curl -fsSL https://boost.jfrog.com/install.sh | bash

Windows PowerShell:

irm https://boost.jfrog.com/install.ps1 | iex

Wire it into Cursor, Claude Code, GitHub Copilot, and Codex CLI:

boost init

For AI coding agents installing Boost on a user's machine, follow AGENT-INSTALL.md.

When to use Boost

  • Long coding-agent sessions — Keep context lean across dozens of shell commands so agents spend tokens on the task, not scrollback.
  • Noisy test, build, and debug loops — Compress npm test, pytest, go test, docker build, linters, and logs while keeping failures and summaries.
  • CI pipelines — Shorter, easier-to-scan job logs with timing and cache signal for GitHub Actions and other runners.
  • Custom or internal tools — Add TOML filters for your own CLIs so the same compression loop covers the tools your agents actually run.

Smart token savings

Boost does not just truncate output. It applies command-aware filters that preserve what agents need to reason about the result.

# Without Boost: ~9,800 tokens of install noise
$ npm ci
npm warn deprecated inflight@1.0.6 / rimraf@3.0.2 / glob@7.2.3 …
added 1285 packages, audited 1286 in 45s
found 0 vulnerabilities

# With Boost: ~640 tokens, same outcome, cache-backed
$ boost npm ci
[OK] npm ci · 1,285 packages restored from boost cache in 2.4s · 0 vulnerabilities

The agent sees the useful summary, not the scrollback. On failures, Boost keeps the failing test, compiler error, or stack frame that matters.

How Boost is different

CapabilityBoostRTKHeadroomCaveman
Command output compression×
Full-context and RAG compression×××
Assistant reply compression×××
Command output recovery×
Native approval sees original executable×
Versioned retrieval feedback×××
Auto-disable repeatedly retrieved filters×××
End-to-end agent task + cost A/B×××

See your savings

After wrapping commands, open the interactive web report:

boost report

For a terminal narrative summary:

boost report -t
# or: boost report --tui

What it wraps

  • Agents: Cursor, Claude Code, GitHub Copilot, Codex CLI.
  • Commands: Docker, npm, pytest, Git, GitHub CLI, and other shell commands pass through the same wrapper.

How your agents are using Boost

  • boost docker build ... — compressed build log and layer-cache summary
  • boost npm ci — dependency summary, local package cache, retry-safe output
  • boost pytest — quiet output on green runs, useful failures when tests break

Update

boost update

Documentation

See the full documentation for commands, configuration, and OpenTelemetry export.

Security & Privacy

Boost's source repository is scanned on every push to main — the same commits every release is built from — by Frogbot, running JFrog Xray with JFrog Advanced Security.

What gets scanned
Dependencies (SCA) — Go modules and npm trees across every module in the repo, matched against JFrog's vulnerability database
Contextual Analysis — checks whether a reported CVE is actually reachable from Boost's code, so real risk is not buried in noise
Malicious packages — dependencies flagged as malicious are caught before they reach a build
Secrets — every tracked file is scanned for leaked credentials and tokens
Source code (SAST) — Boost's own Go and TypeScript sources
Infrastructure as Code — CI workflows and deployment definitions
SBOM — a component inventory is generated per build target on every scan

Findings land as code-scanning alerts and automated fix pull requests on the source repository. See SECURITY.md for the full scanning and disclosure policy.

  • Local-first. Command history and raw logs stay on your machine.
  • Only metadata leaves. When Boost sends usage data, it goes only to JFrog to help improve the product. Exported metadata includes timing, exit code, and cache stats, never raw logs, file contents, or env values. Secrets matching patterns like *_TOKEN, *_SECRET, AWS_*, DATABASE_URL are redacted before write or export.
  • Open protocol, signed binaries. OpenTelemetry-native. Binaries ship signed via GitHub Releases.

Full policy, supported versions, and how to report a vulnerability: see SECURITY.md.

License

Copyright © 2026 JFrog Ltd. All rights reserved. See LICENSE and BETA_AGREEMENT.md.


Dedicated to the memory of Dima Gershovich — a brilliant engineer, a talented musician, and a dear friend. Read Dima's story

常见问题

What is boost?

boost is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by jfrog. Save tokens. Maximize context, Safely. It has 452 GitHub stars.

Is boost safe to use?

Yes. boost passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install boost?

Clone the repository with "git clone https://github.com/jfrog/boost" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is boost written in?

boost is primarily written in Shell. It is open-source under jfrog on GitHub, so you can review or fork the full source.

Are there alternatives to boost?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh boost against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情