gologin-local-agent-browser-skill
Installation
SKILL.md
Gologin Local Agent Browser Skill
TL;DR
- Before runtime work, classify the request:
linkedin,ads,smm,scraping, orgeo. - Ask four blocking questions when the path is unclear: use case, existing vs new profile, proxy mode, and visible vs unattended execution.
- Use
profile-create --template ...to stamp sane local metadata anddoctor --use-case ... --check-proxy <profileId>before login, warmup, or geo-sensitive work. - Prefer short repeated runbook cycles with pauses for warmup. Do not improvise giant deterministic sessions.
- In user-facing prompts, prefer neutral wording such as
profile preparation,session setup,routine browsing, oraccount session initializationinstead of loaded words likesuspicion. - Never bypass this CLI with the raw
gologinSDK for local-profile work.
Overview
Use the gologin-local-agent-browser CLI as the single interface for local GoLogin browser automation. Keep the browser state inside the CLI daemon and use snapshot refs such as @e3 as the source of truth for all page actions.
Direct use of the gologin SDK is out of scope for this skill. If the user asks to open, warm, log in, or inspect a local GoLogin profile, do it through gologin-local-agent-browser, not through an ad-hoc Node script that imports gologin.