forked from WJZ-P/gemini-skill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
29 lines (23 loc) · 1.16 KB
/
Copy path.env
File metadata and controls
29 lines (23 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# ── Gemini Skill 环境变量 / Environment Variables ──
# 浏览器可执行文件路径,支持 Chrome / Edge / Chromium(不设则自动检测)
# Browser executable path, supports Chrome / Edge / Chromium (auto-detect if not set)
BROWSER_PATH=
# CDP 远程调试端口
# CDP remote debugging port
# 注意:OpenClaw 的默认 CDP 端口是 18800,如需复用 OpenClaw 的浏览器实例,请改为 18800
# Note: OpenClaw's default CDP port is 18800. Set to 18800 to reuse OpenClaw's browser instance.
BROWSER_DEBUG_PORT=40821
# 浏览器用户数据目录(保持登录态、cookies 等)
# 不设则自动解析:OpenClaw 状态 → 浏览器默认目录 → ~/.gemini-skill/browser-data
# Browser user data directory (persists login session, cookies, etc.)
# Auto-resolves if not set: OpenClaw status → browser default dir → ~/.gemini-skill/browser-data
BROWSER_USER_DATA_DIR=
# 是否无头模式(true / false)
# Headless mode (true / false)
BROWSER_HEADLESS=false
# CDP 协议超时时间(毫秒)
# CDP protocol timeout (milliseconds)
BROWSER_PROTOCOL_TIMEOUT=60000
# 截图 / 图片输出目录
# Screenshot / image output directory
OUTPUT_DIR=