经 AI Skill Hub 精选评估,Kasetto AI代理环境管理器 获评「推荐使用」。这款AI工具在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.8 分,适合有一定技术背景的用户使用。
基于Rust开发的开源MCP工具,提供声明式AI代理环境管理能力。支持AI命令、技能管理等功能,适合需要构建可靠AI代理系统的开发者和AI工程师使用。
Kasetto AI代理环境管理器 是一款基于 Rust 开发的开源工具,专注于 MCP协议、AI代理、环境管理 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
基于Rust开发的开源MCP工具,提供声明式AI代理环境管理能力。支持AI命令、技能管理等功能,适合需要构建可靠AI代理系统的开发者和AI工程师使用。
Kasetto AI代理环境管理器 是一款基于 Rust 开发的开源工具,专注于 MCP协议、AI代理、环境管理 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:cargo install(推荐) cargo install kasetto # 方式二:从源码编译 git clone https://github.com/pivoshenko/kasetto cd kasetto cargo build --release # 二进制在 ./target/release/kasetto
# 查看帮助 kasetto --help # 基本运行 kasetto [options] <input> # 详细使用说明请查阅文档 # https://github.com/pivoshenko/kasetto
# kasetto 配置说明 # 查看配置选项 kasetto --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export KASETTO_CONFIG="/path/to/config.yml"
<p align="center"> <a href="https://www.kasetto.dev/"><img alt="Kasetto logo" src="assets/logo.svg" width="450" /></a> </p>
<p align="center"> <a href="https://github.com/pivoshenko/kasetto/actions/workflows/ci.yaml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/pivoshenko/kasetto/ci.yaml?style=flat-square&logo=github&logoColor=white&label=CI&color=0A6847"></a> <a href="https://github.com/pivoshenko/kasetto/releases"><img alt="Release" src="https://img.shields.io/github/v/release/pivoshenko/kasetto?style=flat-square&logo=github&logoColor=white&color=4856CD&label=Release"></a> <img alt="Rust" src="https://img.shields.io/badge/Rust-Stable-F74C00?style=flat-square&logo=rust&logoColor=white"> <a href="https://github.com/pivoshenko/kasetto/blob/main/LICENSE-MIT"><img alt="License" src="https://img.shields.io/badge/License-MIT%20%7C%20Apache--2.0-0A6847?style=flat-square&logo=opensourceinitiative&logoColor=white"></a> <a href="https://stand-with-ukraine.pp.ua"><img alt="Stand with Ukraine" src="https://img.shields.io/badge/Stand_With-Ukraine-FFD700?style=flat-square&labelColor=0057B7"></a> </p>
<p align="center"> <a href="https://backlinklog.com/listing/kasetto.dev?utm_source=backlinklog&utm_medium=badge"><img alt="Listed on BacklinkLog" src="https://backlinklog.com/badge/kasetto.dev.svg" width="160" height="40"></a> </p>
<p align="center"> A declarative AI agent environment manager, written in Rust. </p>
<img alt="kasetto sync output" src="assets/demo.svg?v=5" width="100%" />
About the name
Name comes from the Japanese word カセット (kasetto) - cassette. Think of Skills, MCPs, commands as cassettes you plug in, swap out, and share across machines.
macOS and Linux:
curl -fsSL kasetto.dev/install | sh
Windows:
powershell -ExecutionPolicy Bypass -c "irm kasetto.dev/install.ps1 | iex"
1. Scaffold a config:
kst init # creates ./kasetto.yaml in the current directory
kst init --global # or a global one at ~/.config/kasetto/kasetto.yaml
Edit the generated kasetto.yaml — pick an agent, add a skills: source, and you're ready to sync. Or let Kasetto edit the config for you:
kst add https://github.com/anthropics/skills # add every skill in the pack
kst add https://github.com/anthropics/skills@v1.2.0 # `@<ref>` shorthand (cargo/uv-style)
kst add https://github.com/anthropics/skills --skill pptx # or just named ones
kst add https://github.com/example/repo --skill find --mcp github --command review
kst add appends the source (keeping your comments) and syncs it in one step; kst remove <source> reverses it. See cargo/uv-style editing below.
2. Sync skills into your agents:
```bash
When --config is omitted, Kasetto looks for config in this order:
$KASETTO_CONFIG env var./kasetto.yamlsource: key in $XDG_CONFIG_HOME/kasetto/config.yaml$XDG_CONFIG_HOME/kasetto/kasetto.yaml (or ~/.config/kasetto/kasetto.yaml)Run kst init to scaffold a local config, or kst init --global for the global one.
```yaml
agent: - codex - claude-code
Kasetto是Rust生态中少见的MCP代理管理工具,声明式设计降低使用门槛。代码质量有保障,但社区规模较小,文档完整度需关注。
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
AI Skill Hub 点评:Kasetto AI代理环境管理器 的核心功能完整,质量良好。对于AI爱好者来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | kasetto |
| Topics | MCP协议AI代理环境管理Rust开发声明式配置 |
| GitHub | https://github.com/pivoshenko/kasetto |
| License | NOASSERTION |
| 语言 | Rust |
收录时间:2026-06-04 · 更新时间:2026-06-04 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。