Aim Login Hold

Open a URL and wait for Operator human login or CAPTCHA. Continues when --ready-file is created or URL matches --until-url-includes. Never captures passwords. Window visible by default for this skill.

BrianV1981 1a896ff 2 files · 4.3 KB Updated

File contents

aim-login-hold

# Operator logs in, then: touch /tmp/aim-login-ready
npm run login-hold -- \
  --url "https://example.com/login" \
  --ready-file /tmp/aim-login-ready \
  --max-wait-ms 300000

npm run login-hold -- --url "…" --until-url-includes "/dashboard"
  • Agents must not type Operator passwords or log credentials.
  • Profile cookies may persist under CDP_PROFILE_DIR — treat as a vault.
  • Stop after session still applies (session stays on disk profile).

BrianV1981/aim-browser/tree/main/aim-login-hold.skill commit 1a896ff066

Frequently asked questions

npx skillmds@latest add brianv1981/aim-login-hold