Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问许可证需确认审计通过

openwork-docker-chrome-mcpopenwork Docker chrome MCP 搜索

Agent Skill

用于辅助云资源、部署、容器、基础设施和运维自动化任务。它适合让 Agent 检查配置、整理部署步骤、分析资源状态、生成排障思路或辅助云服务接入。使用时需要明确目标环境、账号权限、区域和资源组,区分本地测试与生产操作;涉及删除资源、重启服务、修改网络或权限配置时,应先确认影响范围。

总安装

2,160

周安装

90

GitHub Stars

14,499

下载量

720
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openwork-docker-chrome-mcp(openwork Docker chrome MCP 搜索)
来源仓库:https://github.com/different-ai/openwork
仓库路径:skills/openwork-docker-chrome-mcp
安装命令:
npx skills add https://github.com/different-ai/openwork --skill openwork-docker-chrome-mcp
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/different-ai/openwork --skill openwork-docker-chrome-mcp

简介

openwork-docker-chrome-mcp 用于辅助云资源、部署、容器和基础设施运维任务。

  • 适合检查配置、分析资源状态或生成排障思路,需明确环境、账号和区域信息。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,具体能力以原始 README 描述为准。
  • 涉及删除资源或修改网络配置时,应先评估影响范围,避免误操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Quick Usage (Already Configured)

1) Start the dev stack (Docker)

Run from the OpenWork repo root:

packaging/docker/dev-up.sh

This prints:

  • Web UI URL (http://localhost:<WEB_PORT>)
  • OpenWork server URL (http://localhost:<OPENWORK_PORT>)
  • Token file path (tmp/.dev-env-<id>) containing OPENWORK_TOKEN + OPENWORK_HOST_TOKEN
  • A docker compose... down command that stops this stack

2) Verify a real UI flow (Chrome MCP)

Minimum gate:

  1. Open the printed Web UI URL.
  2. Navigate to the session/chat surface (typically /session).
  3. Send a message (example: smoke: hello from chrome mcp).
  4. Confirm a response renders in the UI.

Chrome MCP tool recipe (typical):

  • chrome-devtools_list_pages (optional: see existing tabs)
  • chrome-devtools_new_page with the Web UI URL (or chrome-devtools_navigate_page if a page is already open)
  • chrome-devtools_take_snapshot to locate the chat input + Send button uids
  • chrome-devtools_fill the chat input uid with your message
  • chrome-devtools_click the Send button uid
  • chrome-devtools_wait_for a distinctive piece of response text (or re-snapshot until the response appears)
  • chrome-devtools_take_screenshot (save to /tmp/...png when possible)
  • If debugging: chrome-devtools_list_console_messages

Evidence:

  • Take a Chrome MCP screenshot after the response appears.
  • If something fails, capture console logs and (optionally) Docker logs.

Verification checklist (copy into PR)

  • Started stack with packaging/docker/dev-up.sh from repo root.
  • Used the printed Web UI URL (not a guessed port).
  • Completed one full user flow in the UI (input -> action -> visible result).
  • Captured at least one screenshot for the success state.
  • Captured failure evidence when relevant (console and/or Docker logs).
  • Stopped stack with the exact printed docker compose -p... down command.

Suggested screenshot set for user-facing changes:

  • Before action state.
  • During action/progress state.
  • Success state.
  • Failure or recovery state (if applicable).

3) Stop the stack

Use the exact docker compose -p... down command printed by dev-up.sh.

If you lost it, you can find the project name via:

docker ps --format '{{.Names}}' | rg '^openwork-dev-'

Then stop it (replace <project>):

docker compose -p <project> -f packaging/docker/docker-compose.dev.yml down

Required Gate (Non-Negotiable)

  • Any user-facing change or change that touches remote behavior must be validated end-to-end in the running UI.
  • The change is not "done" until it succeeds via Chrome MCP against the Docker dev stack started by packaging/docker/dev-up.sh.

Common Gotchas

  • Docker is required (and the docker CLI must be available on PATH).
  • dev-up.sh uses random host ports; do not assume 5173/8787.
  • If the UI looks up but is disconnected, confirm you opened the *printed* URL and that headless is healthy.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

32.83%
按下载量换算236

Claude

31.12%
按下载量换算224

Cursor

16.78%
按下载量换算121

Gemini CLI

10.18%
按下载量换算73

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills