·using-webctl
</>

using-webctl

oaustegard/claude-skills

通过 Claude.ai 容器中的 webctl CLI 实现浏览器自动化,并提供经过身份验证的代理支持。当用户在容器环境中提到 webctl、浏览器自动化、Playwright 浏览、网页抓取或无头 Chrome 时使用。

4安装·2热度·@oaustegard

安装

$npx skills add https://github.com/oaustegard/claude-skills --skill using-webctl

SKILL.md

Browser automation using webctl CLI with automatic proxy authentication handling for Claude.ai's egress-controlled environment.

Claude.ai containers route traffic through an authenticated egress proxy (HTTPPROXY env var with JWT credentials). Chromium doesn't properly handle proxy authentication for HTTPS CONNECT tunnels, causing all HTTPS navigation to fail even though curl works.

A local forwarding proxy (port 18080) intercepts Chromium connections and injects Proxy-Authorization headers before forwarding to the real egress proxy.

通过 Claude.ai 容器中的 webctl CLI 实现浏览器自动化,并提供经过身份验证的代理支持。当用户在容器环境中提到 webctl、浏览器自动化、Playwright 浏览、网页抓取或无头 Chrome 时使用。 来源:oaustegard/claude-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/oaustegard/claude-skills --skill using-webctl
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 using-webctl?

通过 Claude.ai 容器中的 webctl CLI 实现浏览器自动化,并提供经过身份验证的代理支持。当用户在容器环境中提到 webctl、浏览器自动化、Playwright 浏览、网页抓取或无头 Chrome 时使用。 来源:oaustegard/claude-skills。

如何安装 using-webctl?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/oaustegard/claude-skills --skill using-webctl 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/oaustegard/claude-skills