Myco 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
Myco 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
Myco 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g myco # 方式二:npx 直接运行(无需安装) npx myco --help # 方式三:项目依赖安装 npm install myco # 方式四:从源码运行 git clone https://github.com/goondocks-co/myco cd myco npm install npm start
# 命令行使用
myco --help
# 基本用法
myco [options] <input>
# Node.js 代码中使用
const myco = require('myco');
const result = await myco.run(options);
console.log(result);
# myco 配置说明 # 查看配置选项 myco --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export MYCO_CONFIG="/path/to/config.yml"
<p align="center"> <img src="docs/assets/myco-hero-wide.jpg" alt="Myco" width="100%"> </p>
<p align="center"> <strong>The nervous system for AI-assisted software teams</strong> </p>
<p align="center"> <a href="https://github.com/goondocks-co/myco/actions/workflows/ci.yml"><img src="https://github.com/goondocks-co/myco/actions/workflows/ci.yml/badge.svg" alt="CI"></a> <a href="https://github.com/goondocks-co/myco/actions/workflows/publish.yml"><img src="https://github.com/goondocks-co/myco/actions/workflows/publish.yml/badge.svg" alt="Release"></a> <a href="https://www.npmjs.com/package/@goondocks/myco"><img src="https://img.shields.io/npm/v/@goondocks/myco?label=npm&color=22c55e" alt="npm"></a> <a href="https://github.com/goondocks-co/myco/blob/main/LICENSE"><img src="https://img.shields.io/github/license/goondocks-co/myco?color=22c55e" alt="License"></a> <a href="https://github.com/sponsors/goondocks-co"><img src="https://img.shields.io/badge/sponsor-GitHub%20Sponsors-22c55e" alt="Sponsor Myco"></a> <img src="https://img.shields.io/badge/node-%3E%3D22-22c55e" alt="Node 22+"> <img src="https://img.shields.io/badge/agents-Claude%20Code%20%7C%20Cursor%20%7C%20Codex%20%7C%20VS%20Code%20%7C%20Antigravity%20%7C%20Windsurf%20%7C%20OpenCode%20%7C%20Pi-22c55e" alt="Claude Code | Cursor | Codex | VS Code | Antigravity | Windsurf | OpenCode | Pi"> </p>
macOS is the primary supported platform for the current release. Linux and Windows packages are published for early testing, but they are experimental and not yet part of the supported path.
curl -fsSL https://myco.sh/install.sh | sh
myco open
That installs the npm package, starts the local service, connects supported coding agents, and opens the local dashboard. Open any git project in a supported coding agent and Myco auto-registers it into your default Grove when the agent starts working there.
You can also open the dashboard directly at http://localhost:20915/. If your local install reports a different service URL, myco open will open the right one.
Provider configuration is optional at install time. Capture and full-text search work immediately; spores, digests, semantic search, Canopy summaries, and skill lifecycle features become active after you configure intelligence and embedding providers in the dashboard.
See Quickstart for setup details and platform notes.
myco remove # removes Myco's contributions from every agent's global config
myco remove --purge # also removes ~/.myco/ itself
Removal preserves any user-pre-existing keys in agent config files (e.g. a Codex [features].hooks entry you added yourself stays put).
高质量的AI工作流项目,自动化软件团队协作
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
经综合评估,Myco 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | myco |
| 原始描述 | 开源AI工作流:Myco is the nervous system for AI-assisted software teams. Works automatically a。⭐7 · TypeScript |
| Topics | agentic-aiai-agentstypescript |
| GitHub | https://github.com/goondocks-co/myco |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-06-11 · 更新时间:2026-06-11 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端