经 AI Skill Hub 精选评估,Attune AI 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。
Attune AI 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Attune AI 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:pip 安装(推荐)
pip install attune-ai
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install attune-ai
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/Smart-AI-Memory/attune-ai
cd attune-ai
pip install -e .
# 验证安装
python -c "import attune_ai; print('安装成功')"
# 命令行使用
attune-ai --help
# 基本用法
attune-ai input_file -o output_file
# Python 代码中调用
import attune_ai
# 示例
result = attune_ai.process("input")
print(result)
# attune-ai 配置文件示例(config.yml) app: name: "attune-ai" debug: false log_level: "INFO" # 运行时指定配置文件 attune-ai --config config.yml # 或通过环境变量配置 export ATTUNE_AI_API_KEY="your-key" export ATTUNE_AI_OUTPUT_DIR="./output"
Multi-agent developer workflows for Claude Code.
🌐 Docs & guides: attune-ai.dev
---
20 multi-agent workflows, 17 auto-triggering Claude Code skills, and 41 MCP tools — specialist teams of 2–6 Claude subagents that review your code, surface vulnerabilities, generate tests, and plan refactors. The same system doubles as the authoring and assistance toolkit for building and maintaining knowledge bases at scale.
Managing and creating help content and docs? That's attune-gui — a dedicated Living Docs dashboard wrapping attune-rag, attune-help, and attune-author in a single UI. attune-ai is the developer workflow hub; attune-gui is the docs hub.
---
pip install attune-ai works out of the box — the CLI, all workflows, the MCP server, RAG, and the Agent SDK are core dependencies. Add extras only for the surfaces you use:
| You want | Install |
|---|---|
| Everything most users need | pip install attune-ai |
| Claude API mode + LangChain/LangGraph agent teams | pip install 'attune-ai[developer]' |
The ops dashboard (attune ops) | pip install 'attune-ai[ops]' |
| Redis / Agent Memory Server memory backend | pip install 'attune-ai[redis]' |
Help authoring (generate / maintain .help/ templates) | pip install 'attune-ai[author]' |
Extras combine — for example pip install 'attune-ai[developer,ops,redis]'. Keep the quotes: zsh and bash treat square brackets as glob characters.
Contributing? Clone and install the dev toolchain instead:
git clone https://github.com/Smart-AI-Memory/attune-ai.git
cd attune-ai && pip install -e '.[dev]'
The [rag] extra is a no-op alias kept for backward compatibility — attune-rag is now a core dependency included in every install.
---
pip install attune-ai
The core install includes the CLI, all workflows, and the MCP server. See Installation Options for per-surface extras (API-mode agents, ops dashboard, Redis memory).
export ANTHROPIC_API_KEY="sk-ant-..." # Required
export REDIS_URL="redis://localhost:6379" # Optional
claude plugin marketplace add Smart-AI-Memory/attune-ai
claude plugin install attune-ai@attune-ai
Then say "what can attune do?" in Claude Code.
| Workflow | Agents | What It Does |
|---|---|---|
| **code-review** | security, quality, perf, architect | 4-perspective code review |
| **security-audit** | vuln-scanner, secret-detector, auth-reviewer, remediation | Finds vulnerabilities and generates fix plans |
| **deep-review** | security, quality, test-gap | Multi-pass deep analysis |
| **perf-audit** | complexity, bottleneck, optimization | Identifies bottlenecks and O(n²) patterns |
| **bug-predict** | pattern-scanner, risk-correlator, prevention | Predicts likely failure points |
| **health-check** | dynamic team (2–6) | Project health across tests, deps, lint, CI, docs, security |
| **test-gen** | identifier, designer, writer | Writes pytest code for untested functions |
| **test-audit** | coverage, gap-analyzer, planner | Audits coverage and prioritizes gaps |
| **doc-gen** | outline, content, polish | Generates documentation from source |
| **doc-audit** | staleness, accuracy, gap-finder | Finds stale docs and drift |
| **dependency-check** | inventory, update-advisor | Audits outdated packages and advisories |
| **refactor-plan** | debt-scanner, impact, plan-generator | Plans large-scale refactors |
| **simplify-code** | complexity, simplification, safety | Proposes simplifications with safety review |
| **release-prep** | health, security, changelog, assessor | Go/no-go readiness check |
| **doc-orchestrator** | inventory, outline, content, polish | Full-project documentation |
| **secure-release** | security, health, dep-auditor, gater | Release pipeline with risk scoring |
| **research-synthesis** | summarizer, pattern-analyst, writer | Multi-source research synthesis |
| **discovery-sweep** | pattern-scanner, verifier | Repo-wide bug-pattern sweep with verification, dashboard chips, and run drill-in |
| **rag-code-gen** | retriever, generator | Citation-forced code generation grounded in the local attune-help corpus |
| **orchestrated-health-check** | dynamic team via meta-orchestration | Same intent as health-check with explicit meta-orchestration of the sub-team |
---
security_audit code_review bug_predict performance_audit refactor_plan simplify_code deep_review test_generation test_audit test_gen_parallel doc_gen doc_audit doc_orchestrator release_prep health_check dependency_check secure_release research_synthesis analyze_batch analyze_image rag_knowledge_query
该项目提供了一个开源的AI工作流,具有成本优化和多代理协调的功能,适合开发者使用,评分7.5
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
AI Skill Hub 点评:Attune AI 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。
| 原始名称 | attune-ai |
| Topics | workflowaianthropicclaudecost-optimizationdeveloper-tools |
| GitHub | https://github.com/Smart-AI-Memory/attune-ai |
| License | Apache-2.0 |
| 语言 | Python |
收录时间:2026-06-14 · 更新时间:2026-06-14 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端