gologinlabs/agent-skills · Archived

gologin-local-agent-browser-skill

Deprecated compatibility skill. Local GoLogin Orbita automation now belongs to gologin-agent-browser-skill and the unified gologin-agent-browser-cli. Use this only as a redirect when older prompts mention gologin-local-agent-browser, Orbita, profile warmup, local profile cookies, or local GoLogin profile automation.

First seen Mar 12, 2026

Installation

$ npx skills add gologinlabs/agent-skills --skill gologin-local-agent-browser-skill

Summary

  • Deprecated compatibility skill.
  • Local GoLogin Orbita automation now belongs to gologin-agent-browser-skill and the unified gologin-agent-browser-cli.
  • Use this only as a redirect when older prompts mention gologin-local-agent-browser, Orbita, profile warmup, local profile cookies, or local GoLogin profile automation.

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from gologinlabs/agent-skills.

npx skills add gologinlabs/agent-skills

Browse all from gologinlabs/agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 1
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,902 B
  • docs SUMMARY.md 358 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 28 installs

SKILL.md

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 [email protected]+, 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.