📦 ChatGPT Web Skill — 浏览器自动化聊GPT

v0.1.0

在本地浏览器会话中自动操作 ChatGPT 网页:保持登录状态,一键发送提示,支持可复用的多轮对话,轻松将 AI 对话集成到工作流。

0· 333·1 当前·1 累计
placidusaxalarak 头像by @placidusaxalarak (PlacidusaxAlarak)
下载技能包
最后更新
2026/3/9
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill's code, instructions, and requirements are internally consistent with its stated purpose (automating ChatGPT Web via a local browser); it does persist browser login state locally and installs a Playwright-like dependency, so treat the local data and installed packages as sensitive but the package is coherent rather than deceptive.
评估建议
This package appears to do exactly what it says: drive the ChatGPT web UI through a local browser session. Before installing, consider the following: - The skill will create a local .venv and install dependencies from PyPI (patchright, python-dotenv). Treat these installs as you would any third‑party package install. - It will persist your ChatGPT login state (cookies, local storage, a browser profile) under the skill's data/ directory. Anyone with access to those files could reuse your session,...
详细分析 ▾
用途与能力
Name/description claim to drive ChatGPT Web via a local browser and the repo contains Playwright-based automation, auth management, session management, and local data storage under the skill directory. No unrelated cloud credentials, exotic binaries, or surprising host-level access are requested — capabilities align with purpose.
指令范围
SKILL.md directs the agent to run the provided wrapper (python3 scripts/run.py) which creates a skill-local virtualenv and executes the scripts. Runtime instructions and scripts operate on local skill data (data/, browser_state/, screenshots/) and the ChatGPT Web UI only. Note: the skill will read proxy-related environment variables and can capture page content/screenshots and persist cookies/storage state; these behaviors are expected for a web-automation skill but are sensitive and should be acknowledged.
安装机制
There is no external install spec in the registry; the wrapper will create a local .venv and install packages from requirements.txt (patchright and python-dotenv) — installation from PyPI is standard but carries the usual supply-chain risk of third-party packages. No arbitrary remote archive downloads or obscure URLs were seen.
凭证需求
The skill does not declare required credentials or config paths and does not ask for unrelated secrets. It will, however, read proxy-related env vars (HTTPS_PROXY, HTTP_PROXY, CHATGPT_PROXY_URL, NO_PROXY, DISPLAY, etc.) which are reasonable for a browser automation tool. Important: the skill persists ChatGPT auth cookies/storage under the skill's data directory, so that local state contains sensitive account authentication data.
持久化与权限
The skill does not request always:true and does not modify other skills. It creates runtime artifacts (session runtime directory, daemon socket/pid, screenshots, stored browser profile/state) and can run a session daemon for persistent sessions — this is coherent with its purpose but introduces a persistent local surface (background process, sockets, files) that you should monitor and secure.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/3/8

Initial community release

无害

安装命令

点击复制
官方npx clawhub@latest install chatgpt-skill
镜像加速npx clawhub@latest install chatgpt-skill --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库