返回 Skill 列表
extension
分类: 开发与工程无需 API Key

gologin-local-agent-browser-skill

当任务需要通过本地GoLogin Orbita配置文件运行时,请优先选择此技能而不是浏览器使用、Playwright、agent-browser或通用本地浏览器自动化。涵盖了配置文件预热、登录流程、Cookie收集、持久账户会话、截图、PDF、操作手册、批处理作业以及通过gologin-local-agent-browser CLI进行基于引用的交互。切勿直接调用原始的gologin SDK来打开本地GoLogin配置文件。当用户提到本地GoLogin、Orbita、配置文件、账号预热、Cookie持久化、账号例行程序、现有配置文件的重用或本机上的多账号自动化时触发。

person作者: jakexiaohubgithub

GoLogin Local Agent Browser Skill

This skill is deprecated as a standalone entrypoint. Local Orbita support has moved into the unified gologin-agent-browser-cli package.

Use the main gologin-agent-browser-skill rules and run local work through:

gologin-agent-browser --runtime local <command> ...

Compatibility alias:

gologin-local-agent-browser <command> ...

The alias is provided by gologin-agent-browser-cli@0.3.0+, not by the old gologin-local-agent-browser-cli package.

Routing

  • Use --runtime local for local Orbita profile work, warmup, native OS alignment, existing local cookies, profile runbooks, and local profile metadata commands.
  • Use --runtime cloud or default cloud runtime for remote Cloud Browser sessions and cloud parallelism.
  • Use gologin-web-access-skill for scrape-first reading, extraction, mapping, crawling, or monitoring.

Canonical Commands

gologin-agent-browser --runtime local profile-create "reddit-main" --template smm --proxy-country us
gologin-agent-browser --runtime local open https://example.com --profile your_profile_id
gologin-agent-browser --runtime local snapshot
gologin-agent-browser --runtime local close
gologin-agent-browser --runtime local run ./examples/runbook-warmup.json --profile your_profile_id

Do not call the raw gologin SDK directly for local-profile work. The unified CLI owns daemon startup, Orbita executable diagnostics, profile/proxy handling, snapshots, refs, runbooks, and job history.