用 GitHub Marketplace 安装 Agent Apps 并把首批工具接入 GitHub 工作流

ecc-agent-harness-os

GitHub Changelog 官方发布说明把 Agent Apps 的上线方式和首批生态入口讲清楚。输入是需要把 Amplitude、Bright Security、Endor Labs、LaunchDarkly、Miro、Sonar、PagerDuty、Packfiles、Octopus Deploy 等工具带入 GitHub 的组织,以及管理员可安装 GitHub App 和启用 agent features 的权限。执行过程是像安装普通 GitHub App 一样从 Marketplace 安装 agent app,管理员启用后,开发者可以把 issue 指派给 agent、在 PR comment 中 @mention agent,或在 Agents UI 选择 agent 并给出 prompt。产物是合作方 AI agent 直接出现在 GitHub workflow 内,团队不用单独切换到外部工具触发分析或动作。验证来自 GitHub 2026-06-02 changelog 对三种入口、首批 agent app 清单、Marketplace 安装方式和后续开放自建 agent apps waitlist 的说明。

作者GitHub来源ChangelogUpdate2026-08-16阅读0

相关实践

Blog2026-08-16

用 GitHub Agent Apps 把 PR 交付流程接入产品、依赖、灰度和发布风险检查

GitHub Blog 官方 walkthrough 展示了把 Amplitude、Endor Labs、LaunchDarkly、PagerDuty 四类 agent apps 接入同一个 pull request 的软件交付流程。输入是一个 onboarding flow 改动 issue、Copilot draft PR、产品漏斗问题、被改动依赖、需要灰度的 feature flag 和上线前服务状态。执行过程是在 GitHub Agents tab 或 PR comment 中 @mention 对应 agent:Amplitude 先按 segment 判断 team invite 步骤和留存相关性,Endor Labs 检查 PR 涉及依赖的漏洞和 package risk,LaunchDarkly 创建 `defer-team-invite` feature flag 并把实现作为 commit/approval request 提回 PR,PagerDuty 映射 repository 到服务、检查 active incidents 和过去 90 天 incident history 后给出 deploy risk recommendation。产物是 scope 调整结论、依赖风险报告、可审查 commit/审批请求和发布风险建议,开发者不用在多工具间搬运上下文。验证来自 GitHub 官方博客 2026-08-14 对四步 workflow、示例 prompt、agent 行为、human approval 边界,以及官方 Try it 中 install/organization enable、issue assign、PR @mention、Agents tab 三种入口的说明。

1Blog·GitHub
Blog2026-08-16

用 GitHub MCP Registry 发现、安装、发布和治理 MCP Server

GitHub Blog 官方指南把 MCP Registry 作为 MCP server 的 canonical source,给出发现、安装、发布和企业治理的完整流程。输入是需要给 AI stack 接入 Playwright、GitHub MCP、Context7、MarkItDown、Terraform、Notion、Stripe 等 MCP server 的团队,或准备发布自有 MCP server 的仓库。执行过程是先在 GitHub MCP Registry 按标签、人气或 stars 浏览;以 Playwright 为例点击 Install in VS Code 并接受预填配置;发布方用 `mcp-publisher init` 生成 `server.json`,补 package ownership metadata,`mcp-publisher login github` 后 `mcp-publisher publish`,再用 registry search API 验证;企业侧接入内部 registry endpoint 和 allow list,让 VS Code 等 MCP-aware surfaces 只允许安装已审核 server。产物是一套从开发者自助安装到企业准入治理的 MCP Server 生命周期。验证来自 GitHub 官方博客对 44 个 registry server、Playwright 安装、server.json schema、GitHub/OIDC 发布、Actions 自动发布、allow list 工作方式和 MCP Inspector 测试建议的说明。

0Blog·GitHub
Docs2026-08-16

用 Agent Plugins 规范把 Agent Skills 和 MCP Server 打成可移植插件

Agent Plugins 1.0.0 specification 给出可移植插件包的规范合同,适合需要同时分发 Skills 与 MCP server 的 agent 工具作者。输入是一个插件根目录、`plugin.json`、可选 `skills/` 子目录、可选 `mcp.json`、可选 reverse-domain client extension 目录,以及需要被多个客户端加载的 Skill、scripts、references 和 MCP 配置。执行过程是把 manifest 固定放在 root `plugin.json`,用 canonical schema 和 `name` 声明包;Skills 固定放在 `skills/<id>/SKILL.md`,MCP servers 固定放在 `mcp.json` 且使用显式 transport type;客户端加载时必须校验路径不能逃出 plugin root,manifest 致命错误拒绝整个插件,但单个 Skill 或 MCP server 失败只跳过对应组件。产物是可被 conformant client 发现、验证、加载的 Agent Plugin package。验证来自官方 specification 对 package model、manifest schema、component discovery、failure boundary、client extension namespace、environment variables 和 conformance checklist 的规范说明。

0Docs·Agent Plugins
Docs2026-08-16

用 GitHub Agent Apps 从 Issue、PR 评论和 Agents UI 启动合作方 Agent

GitHub Docs 的 Using agent apps 给出公开预览阶段的最小可执行使用流程。输入是已在账号或组织安装的 partner GitHub App、已启用 agent features 的 repository、必要的 enterprise Agent apps policy、首次 OAuth authorization,以及一个 issue、pull request 或 Agents UI prompt。执行过程分三种入口:在 Agents tab/panel 选择 agent 并输入任务;在 issue sidebar 把 agent app 指派给 issue;在 PR comment 中用 `@AGENT-NAME` 描述需要修改或执行的任务,并从 autocomplete picker 选中 agent。产物是 agent 在 issue/PR/GitHub Mobile 等 GitHub 工作流内启动、回报进度并处理请求。验证来自官方文档对安装前置条件、OAuth 授权、三种启动入口、GitHub Mobile 支持和 Copilot credits 计费边界的说明。

0Docs·GitHub Docs
Docs2026-08-16

用 GitHub Agent Apps 通过 MCP 把合作方系统安全接进 Copilot Cloud Agent

GitHub Docs 的 About agent apps 解释了 agent apps 的架构边界,适合团队在引入合作方 agent 前做技术选型。输入是一个 partner-built GitHub App、组织或企业内的 Copilot cloud agent 使用场景、需要接入的外部系统能力,例如产品分析、安全扫描或 feature flag,以及企业层面的 agent apps policy。执行过程是安装 GitHub App 并启用 agent features,让 app 定义自己的 prompt、model、tools 和 MCP servers;GitHub 用 JWT assertion 授权合作方 MCP server 识别账号和 agent app,用户首次使用时走 OAuth 授权;之后从 issue assignment、PR comment 或 Agents UI 启动。产物是一个可和 Copilot cloud agent 并行委派的合作方 agent,能把外部系统能力带回 GitHub 工作流。验证来自官方文档对 GitHub App 形态、MCP/JWT 连接方式、OAuth、安装启用、企业 policy 和 Copilot credits 计费的说明。

0Docs·GitHub Docs
Docs2026-08-13

用 Google Agents CLI Skills 让 Coding Agent 构建和评估 ADK Agent

Google Agents CLI 官方文档把它定义为面向 Google Cloud Agent Platform 的 CLI 和 skills package,可把 agent building、evaluation、deployment、observability 等 7 个技能安装进 Antigravity CLI、Claude Code、Codex 或其他支持 Skills 的 coding agent。输入是 Python 3.11+、uv、Node.js、可选 Google Cloud SDK/Terraform、Gemini API key 或 gcloud ADC,以及一个目标任务例如“构建回答文档问题的 support agent”。执行过程是运行 `uvx google-agents-cli setup` 安装 CLI 与上下文技能,在 Claude Code 用 `/skills` 或在 Codex/其他 agent 的 skills 面板确认 google-agents-cli-workflow、adk-code、scaffold、eval、deploy、publish、observability 可见,再让 coding agent scaffold、build、evaluate agent;不用 coding agent 时可直接 `agents-cli create`、`install`、`playground`。产物是带 ADK 项目结构、eval 流程和本地 playground 的 agent 工程。验证来自官方 getting started 对安装命令、7 个 skills、Codex/Claude Code/Antigravity 适配、认证方式和手动 workflow 的说明。

0Docs·Google

关联 Skill