能力标签
gemini-flow MCP工具
⚙️
Agent工作流

gemini-flow MCP工具

基于 TypeScript · 无代码搭建完整 AI 自动化流程
英文名:gemini-flow
⭐ 383 Stars 🍴 70 Forks 💻 TypeScript 📄 MIT 🏷 AI 7.8分
7.8AI 综合评分
MCPAI自动化工作流自主代理代码辅助
✦ AI Skill Hub 推荐

AI Skill Hub 推荐使用:gemini-flow MCP工具 是一款优质的Agent工作流。AI 综合评分 7.8 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。

📚 深度解析

gemini-flow MCP工具 是一套完整的 AI Agent 自动化工作流方案。随着 AI 能力的不断提升,基于 Agent 的自动化工作流正在成为提升个人和团队效率的核心方式。区别于传统的 RPA 自动化(模拟鼠标键盘操作),AI Agent 工作流通过理解任务意图、动态规划执行路径,能够处理更复杂的非结构化任务。

gemini-flow MCP工具 工作流的设计遵循"最小配置,最大复用"原则:核心逻辑已经封装好,用户只需配置自己的 API Key 和业务参数即可快速上手。工作流内置错误处理和重试机制,在网络波动或 API 限速等情况下仍能稳定运行,适合作为生产环境的自动化基础设施。

在实际部署时,建议先在测试环境中运行 3-5 次,验证各个环节的输出结果符合预期,再部署到生产环境。AI Skill Hub 评分 7.8 分,是同类 Agent 工作流中的精选推荐。

📋 工具概览

基于Gemini CLI的开源MCP工具,将Claude-Flow翻译并转化为Gemini自动化工作流框架。支持自主代理、代码辅助和AI自动化,适合开发者构建智能工作流和自动化任务系统。

gemini-flow MCP工具 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

GitHub Stars
⭐ 383
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
7.8 分
工具类型
Agent工作流
Forks
70

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

基于Gemini CLI的开源MCP工具,将Claude-Flow翻译并转化为Gemini自动化工作流框架。支持自主代理、代码辅助和AI自动化,适合开发者构建智能工作流和自动化任务系统。

gemini-flow MCP工具 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

📌 核心特色
  • 可视化 Agent 工作流编排,无需编写复杂代码
  • 支持多步骤自动化任务链,实现全流程无人值守
  • 与外部 API、数据库和第三方服务无缝集成
  • 内置错误处理与自动重试机制,保障稳定运行
  • 提供可复用的自动化模板,快速在同类场景部署
🎯 主要使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g gemini-flow

# 方式二:npx 直接运行(无需安装)
npx gemini-flow --help

# 方式三:项目依赖安装
npm install gemini-flow

# 方式四:从源码运行
git clone https://github.com/clduab11/gemini-flow
cd gemini-flow
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库获取工作流文件
  2. 在对应平台(Dify / Flowise / Make 等)中找到「导入工作流」功能
  3. 上传工作流文件
  4. 按照提示配置必要的环境变量和 API Key
  5. 运行测试确认流程正常后投入使用
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
gemini-flow --help

# 基本用法
gemini-flow [options] <input>

# Node.js 代码中使用
const gemini_flow = require('gemini-flow');

const result = await gemini_flow.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# gemini-flow 配置说明
# 查看配置选项
gemini-flow --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export GEMINI_FLOW_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 83/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

MseeP.ai Security Assessment Badge

🧠 Agent Categories & A2A Capabilities

  • 🏗️ System Architects (5 agents): Design coordination through A2A architectural consensus
  • 💻 Master Coders (12 agents): Write bug-free code with MCP-coordinated testing in 17 languages
  • 🔬 Research Scientists (8 agents): Share discoveries via A2A knowledge protocol
  • 📊 Data Analysts (10 agents): Process TB of data with coordinated parallel processing
  • 🎯 Strategic Planners (6 agents): Align strategy through A2A consensus mechanisms
  • 🔒 Security Experts (5 agents): Coordinate threat response via secure A2A channels
  • 🚀 Performance Optimizers (8 agents): Optimize through coordinated benchmarking
  • 📝 Documentation Writers (4 agents): Auto-sync documentation via MCP context sharing

What's Included

The extension packages gemini-flow's complete AI orchestration platform:

  • 9 MCP Servers: Redis, Git Tools, Puppeteer, Sequential Thinking, Filesystem, GitHub, Mem0 Memory, Supabase, Omnisearch
  • 7 Custom Commands: hive-mind, swarm, agent, memory, task, sparc, workspace
  • Auto-loading Context: GEMINI.md and project documentation
  • Advanced Features: Agent coordination, swarm intelligence, SPARC modes

Features

Official Gemini CLI Integration - Works with official Gemini CLI ✅ 9 Pre-configured MCP Servers - Ready to use out of the box ✅ 7 Custom Commands - Full gemini-flow functionality ✅ Auto-loading Context - Automatic GEMINI.md integration ✅ Lifecycle Hooks - Proper onInstall, onEnable, onDisable, onUpdate, onUninstall handling ✅ GitHub Installation - Easy one-command installation

For more details, see extensions/gemini-cli/README.md and GEMINI.md.

🚀 What's Next?

  • Q1 2025: Enterprise SSO integration and advanced monitoring
  • Q2 2025: 1000-agent swarms with planetary-scale coordination
  • Q3 2025: Advanced quantum processing integration
  • Q4 2025: Global deployment with edge computing support

Prerequisites

```bash

System Requirements

Node.js >= 18.0.0 npm >= 8.0.0 Google Cloud Project with API access Redis (for distributed coordination)

Install dependencies

npm install --production

Deploy intelligent agent swarms that scale with your business

gemini-flow agents spawn --count 50 --specialization "enterprise-ready"

Deploy Veo3 video generation with enterprise capabilities

gemini-flow veo3 create \ --prompt "Corporate training video: workplace safety procedures" \ --style "professional-documentary" \ --duration "120s" \ --quality "4K" \ --fps 60 \ --aspect-ratio "16:9" \ --audio-sync true ```

Production Metrics: - 🎯 Video Quality: 89% realism score (industry-leading) - ⚡ Processing Speed: 4K video in 3.2 minutes average - 📊 Daily Capacity: 2.3TB video content processed - 💰 Cost Efficiency: 67% lower than traditional video production

Deploy coordinated agent teams for enterprise solutions

gemini-flow hive-mind spawn \ --objective "enterprise digital transformation" \ --agents "architect,coder,analyst,strategist" \ --protocols a2a,mcp \ --topology hierarchical \ --consensus byzantine

🚀 Quick Start Guide for Production Deployment

30-Second Production Setup

```bash

1. Install globally

npm install -g @clduab11/gemini-flow

Production Environment Setup

```bash

Clone and setup production environment

git clone https://github.com/clduab11/gemini-flow.git cd gemini-flow

Setup environment variables

cp .env.example .env

Build for production

npm run build

Common Deployment Issues

Issue: Google API authentication failures ```bash

Solution: Setup authentication

gcloud auth application-default login export GOOGLE_APPLICATION_CREDENTIALS="path/to/service-account.json"

Installation

```bash

Install from GitHub

gemini extensions install https://github.com/clduab11/gemini-flow

Install from local clone

cd /path/to/gemini-flow gemini extensions install .

List installed extensions

gemini extensions list

Uninstall extension

gemini extensions uninstall gemini-flow ```

⭐ [Star us on GitHub](https://github.com/clduab11/gemini-flow) | 🚀 [Try the Demo](https://parallax-ai.app) ⭐

</div>

3. Configure Google AI services

gemini-flow auth setup --provider google --credentials path/to/service-account.json

Edit .env with your production configuration

🔧 Production Configuration

// .gemini-flow/production.config.ts
export default {
  protocols: {
    a2a: {
      enabled: true,
      messageTimeout: 5000,
      retryAttempts: 3,
      encryption: 'AES-256-GCM',
      healthChecks: true
    },
    mcp: {
      enabled: true,
      contextSyncInterval: 100,
      modelCoordination: 'intelligent',
      fallbackStrategy: 'round-robin'
    }
  },
  swarm: {
    maxAgents: 66,
    topology: 'hierarchical',
    consensus: 'byzantine-fault-tolerant',
    coordinationProtocol: 'a2a'
  },
  performance: {
    sqliteOps: 396610,
    routingLatency: 75,
    a2aLatency: 25,
    parallelTasks: 10000
  },
  monitoring: {
    enabled: true,
    metricsEndpoint: 'https://monitoring.your-domain.com',
    alerting: 'comprehensive',
    dashboards: ['performance', 'agents', 'costs']
  },
  google: {
    projectId: process.env.GOOGLE_CLOUD_PROJECT,
    credentials: process.env.GOOGLE_APPLICATION_CREDENTIALS,
    services: {
      veo3: { enabled: true, quota: 'enterprise' },
      imagen4: { enabled: true, quota: 'enterprise' },
      chirp: { enabled: true, quota: 'enterprise' },
      lyria: { enabled: true, quota: 'enterprise' },
      'co-scientist': { enabled: true, quota: 'enterprise' },
      mariner: { enabled: true, quota: 'enterprise' },
      agentspace: { enabled: true, quota: 'enterprise' },
      streaming: { enabled: true, quota: 'enterprise' }
    }
  }
}

Solution: Optimize agent configuration

agents: maxConcurrent: 50 # Reduce from default 100 memoryLimit: "256MB" # Set per-agent limit pooling: enabled: true maxIdle: 10


**Issue: Agent coordination latency**
javascript // Solution: Optimize network settings { "network": { "timeout": 5000, "retryAttempts": 3, "keepAlive": true, "compression": true, "batchRequests": true } } ```

NEW: Official Gemini CLI Extension (October 8, 2025)

gemini extensions install https://github.com/clduab11/gemini-flow # Install as Gemini extension gemini extensions enable gemini-flow # Enable the extension gemini hive-mind spawn "Build AI application" # Use commands in Gemini CLI ```

🚀 Modern Protocol Support: Native A2A and MCP integration for seamless inter-agent communication and model coordination ⚡ Enterprise Performance: 396,610 ops/sec with <75ms routing latency 🛡️ Production Ready: Byzantine fault tolerance and automatic failover 🔧 Google AI Native: Complete integration with all 8 Google AI services 🔌 Gemini CLI Extension: Official October 8, 2025 extension framework support

🎯 Unified API Access to All 8 Google AI Services

Transform your applications with seamless access to Google's most advanced AI capabilities through a single, unified interface. Our platform orchestrates all Google AI services with intelligent routing, automatic failover, and cost optimization.

// One API to rule them all - Access all 8 Google AI services
import { GoogleAIOrchestrator } from '@clduab11/gemini-flow';

const orchestrator = new GoogleAIOrchestrator({
  services: ['veo3', 'imagen4', 'lyria', 'chirp', 'co-scientist', 'mariner', 'agentspace', 'streaming'],
  optimization: 'cost-performance',
  protocols: ['a2a', 'mcp']
});

// Multi-modal content creation workflow
const creativeWorkflow = await orchestrator.createWorkflow({
  // Generate video with Veo3
  video: {
    service: 'veo3',
    prompt: 'Product demonstration video',
    duration: '60s',
    quality: '4K'
  },
  // Create thumbnail with Imagen4
  thumbnail: {
    service: 'imagen4',
    prompt: 'Professional product thumbnail',
    style: 'corporate',
    dimensions: '1920x1080'
  },
  // Compose background music with Lyria
  music: {
    service: 'lyria',
    genre: 'corporate-upbeat',
    duration: '60s',
    mood: 'professional-energetic'
  },
  // Generate voiceover with Chirp
  voiceover: {
    service: 'chirp',
    text: 'Welcome to our revolutionary product',
    voice: 'professional-female',
    language: 'en-US'
  }
});

🔌 Gemini CLI Extension (October 8, 2025)

Official Gemini CLI Extensions Support

gemini-flow is now available as an official Gemini CLI extension, providing seamless integration with the Gemini CLI Extensions framework introduced on October 8, 2025.

🌟 Complete Google AI Services Ecosystem Integration

🤖 Jules Tools Autonomous Development Integration

Quantum-Enhanced Autonomous Coding with 96-Agent Swarm Intelligence

Gemini-Flow integrates Google's Jules Tools to create the industry's first quantum-classical hybrid autonomous development platform, combining asynchronous cloud VM execution with our specialized agent swarm and Byzantine consensus validation.

```bash

Google AI Services Integration Performance

ServiceLatencySuccess RateDaily ThroughputCost Optimization
**Veo3 Video Generation**3.2min avg (4K)96% satisfaction2.3TB video content67% vs traditional
**Imagen4 Image Creation**<8s high-res94% quality score12.7M images78% vs graphic design
**Lyria Music Composition**<45s complete track92% musician approval156K compositionsN/A (new category)
**Chirp Speech Synthesis**<200ms real-time96% naturalness3.2M audio hours52% vs voice actors
**Co-Scientist Research**840 papers/hour94% validation success73% time reduction89% vs manual research
**Project Mariner Automation**<30s data extraction98.4% task completion250K daily operations84% vs manual tasks
**AgentSpace Coordination**<15ms agent comm97.2% task success10K+ concurrent agents340% productivity gain
**Multi-modal Streaming**<45ms end-to-end98.7% accuracy15M ops/sec sustained52% vs traditional

Enable the extension

gemini extensions enable gemini-flow ```

Note: Always use the full GitHub URL format (https://github.com/username/repo). The shorthand syntax github:username/repo is not supported by Gemini CLI and will result in "Install source not found" errors.

Extension Management

```bash

Enable/disable extension

gemini extensions enable gemini-flow gemini extensions disable gemini-flow

Update extension

gemini extensions update gemini-flow

Get extension info

gemini extensions info gemini-flow

Built-in Extension Manager

gemini-flow also includes its own extension management commands:

```bash

Using gem-extensions command

gemini-flow gem-extensions install https://github.com/user/extension gemini-flow gem-extensions list gemini-flow gem-extensions enable extension-name gemini-flow gem-extensions info extension-name ```

Extension Manifest

The extension is defined in gemini-extension.json at the repository root:

{
  "name": "gemini-flow",
  "version": "1.3.3",
  "description": "AI orchestration platform with 9 MCP servers",
  "entryPoint": "extensions/gemini-cli/extension-loader.js",
  "mcpServers": { ... },
  "customCommands": { ... },
  "contextFiles": ["GEMINI.md", "gemini-flow.md"]
}

🔧 Troubleshooting Production Issues

🇨🇳 中文文档镜像 AI 翻译 2026-05-28
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

gemini-flow 是一个完整的 AI 编排平台,旨在通过高度协同的 Agent 集群实现复杂的自动化任务。它集成了多种 AI 能力,能够通过 A2A 协议实现不同角色 Agent 之间的知识共享与决策一致性,为开发者提供从架构设计到代码实现的全流程智能化支持。

⚡ 功能介绍

本项目提供多维度的 Agent 角色矩阵,涵盖 System Architects、Master Coders、Research Scientists、Data Analysts 及 Strategic Planners。通过 A2A 协议与 MCP 协调机制,Agent 能够实现跨语言的代码编写、TB 级数据处理及复杂的战略规划。此外,平台内置了 9 个 MCP Servers(如 Redis, GitHub, Supabase 等)及 7 个自定义命令,支持自动加载项目上下文,构建强大的 Swarm Intelligence。

📋 环境依赖

在开始使用前,请确保您的系统环境满足以下要求:Node.js 版本需 >= 18.0.0,npm 版本需 >= 8.0.0。此外,您需要拥有一个具备 API 访问权限的 Google Cloud Project,并部署 Redis 用于实现分布式协调。安装依赖时,请使用 `npm install --production` 命令进行生产环境构建。

🛠 安装步骤(Docker/pip/源码)

您可以根据业务规模灵活部署智能 Agent Swarms。通过 `gemini-flow agents spawn` 命令即可快速启动具备特定专业能力的 Agent 集群。对于企业级视频生成需求,支持调用 Veo3 能力进行 4K 高质量视频创作。此外,您还可以利用 `hive-mind` 命令,通过指定 A2A 和 MCP 协议及层级拓扑结构,部署高度协同的 Agent 团队来应对复杂的企业数字化转型任务。

⚙️ 配置说明(含 MCP / env)

项目通过 `gemini-flow auth setup` 进行 Google 服务身份验证。生产环境的详细配置需在 `.gemini-flow/production.config.ts` 中进行管理,您可以精确控制 A2A 协议的加密方式(如 AES-256-GCM)、消息超时、重试机制以及 MCP 的上下文同步间隔。同时,通过编辑 `.env` 文件,可以实现对生产环境参数的灵活定制。

🔌 API 说明

gemini-flow 现已推出官方 Gemini CLI Extension,支持通过 `gemini extensions` 命令进行安装与启用。平台提供统一的 API 访问入口,能够无缝调度 Google AI 旗下的 8 项核心服务。通过智能路由、自动故障转移(Failover)及成本优化技术,开发者只需通过单一接口即可调用最先进的 AI 能力,实现从文本到 4K 视频生成的全方位集成。

🔄 工作流/模块

gemini-flow 深度集成了 Google AI Services 生态系统,并引入了 Jules Tools 实现量子增强的自主开发模式。通过 96 个 Agent 组成的 Swarm Intelligence,平台结合了异步云端 VM 执行与 Byzantine 共识算法,构建了行业领先的量子-经典混合自主开发平台。在性能表现上,Veo3 与 Imagen4 等服务均经过高度优化,在保证高成功率的同时,实现了显著的成本优化与吞吐量提升。

❓ FAQ 摘要

针对生产环境可能遇到的问题,我们提供了完善的故障排除指南。无论是 Agent 集群的共识机制问题,还是 MCP 服务连接异常,您都可以通过查阅 FAQ 快速定位并解决生产运行中的各类技术挑战。

🎯 aiskill88 AI 点评 A 级 2026-05-22

活跃的开源项目,成功移植Claude-Flow到Gemini生态。TypeScript实现保证代码质量,MCP架构具有良好的扩展性。Stars数量和更新频率显示社区关注度不错。

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
部署方案
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
gemini-flow 中文教程gemini-flow 安装报错怎么办gemini-flow MCP 配置gemini-flow 与同类工具对比gemini-flow 最佳实践gemini-flow 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效

👥 适合人群

自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队

🎯 使用场景

  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

Gemini Flow是Claude-Flow的Gemini CLI版本,功能和架构保持一致,但适配Gemini平台和新的CLI工具体系。
💡 AI Skill Hub 点评

总体来看,gemini-flow MCP工具 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 gemini-flow MCP工具
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 gemini-flow
原始描述 开源MCP工具:rUv's Claude-Flow, translated to the new Gemini CLI; transforming it into an aut。⭐383 · TypeScript
Topics MCPAI自动化工作流自主代理代码辅助
GitHub https://github.com/clduab11/gemini-flow
License MIT
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/clduab11/gemini-flow

收录时间:2026-05-14 · 更新时间:2026-05-16 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →