← 返回 Skills 市场
nutt-adam

Tutti

作者 nutt-adam · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ✓ 安全检测通过
327
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tutti
功能描述
Orchestrate multiple AI coding agents (Claude Code, Codex, Aider) from a single config — launch teams, run workflows, track capacity, and manage handoffs.
安全使用建议
This wrapper is coherent: it delegates work to the local 'tt' CLI and reads .tutti/state/*.json for status. Before using, verify the provenance of the 'tt' binary (https://github.com/nutthouse/tutti or another trusted source) because the skill runs whatever 'tt' does (and workflows/steps can execute shell commands and inject workspace files). Only run this skill in repositories you trust, and confirm you are comfortable with the behavior of 'tt' (it is the component that may reach network services or require API keys). Note: TUTTI_BIN can override the command; ensure that env var or overridden binary is trusted.
功能分析
Type: OpenClaw Skill Name: tutti Version: 1.1.0 The 'tutti' skill bundle is a functional wrapper for the Tutti (tt) CLI tool, designed to orchestrate multiple AI coding agents. The Python script `tutti_openclaw.py` provides a structured JSON interface for lifecycle management, workflow execution, and git operations. The logic is transparent, lacks obfuscation, and includes security-conscious instructions in `SKILL.md`, such as escalating authentication failures to the user rather than retrying. No evidence of data exfiltration or malicious intent was found.
能力评估
Purpose & Capability
The name/description (multi-agent orchestration) align with the actual behavior: the skill invokes a local 'tt' CLI, reads .tutti/state/*.json for status, and provides wrapper actions for launch, workflow, handoff, git land, etc. Required binaries (tt, tmux, python3) are appropriate for this functionality.
Instruction Scope
SKILL.md and the wrapper script limit runtime actions to calling the configured 'tt' CLI, reading .tutti/state/*.json, peeking agent output, and copying/injecting workspace-relative files for handoffs. There are no instructions to read unrelated system files or environment secrets.
Install Mechanism
There is no install spec (instruction-only skill with one wrapper script). Nothing is downloaded or extracted by the skill itself. The only runtime dependency that matters is the external 'tt' CLI (the skill documents its upstream repository).
Credentials
The skill declares no required environment variables or credentials. The wrapper optionally respects TUTTI_BIN if set, which is reasonable. No unrelated secrets or config paths are requested.
Persistence & Privilege
The skill does not request always: true, does not modify other skills' configs, and does not claim persistent system-level privileges. It runs on-demand and invokes the local 'tt' tool as needed.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tutti
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tutti 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add send_prompt, land_agent actions and workflow step type docs
v1.0.0
Initial release
元数据
Slug tutti
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Tutti 是什么?

Orchestrate multiple AI coding agents (Claude Code, Codex, Aider) from a single config — launch teams, run workflows, track capacity, and manage handoffs. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 327 次。

如何安装 Tutti?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tutti」即可一键安装,无需额外配置。

Tutti 是免费的吗?

是的,Tutti 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tutti 支持哪些平台?

Tutti 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tutti?

由 nutt-adam(@nutt-adam)开发并维护,当前版本 v1.1.0。

💬 留言讨论