site-cookie-login

Automate website logins with Puppeteer and save cookies to an environment variable file.

112|20|Updated Feb 28, 2026
One-click install
npx skills add https://github.com/bifrost-proxy/bifrost --skill site-cookie-login
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: site-cookie-login
Source: https://github.com/bifrost-proxy/bifrost/tree/main/.agents/skills/site-cookie-login
Command: npx skills add https://github.com/bifrost-proxy/bifrost --skill site-cookie-login

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires puppeteer, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of logging into a website, saving cookies, and validating login state, making it easier to manage repeatable login tasks and maintain session persistence.

Core Features & Use Cases

  • Site-specific login: Log in to any website that requires manual login for session persistence.
  • Cookie saving and verification: Save login cookies to disk and verify that the session is active.
  • Use Case: Use this Skill to log in to a corporate Intranet, which requires login for access to confidential documents, and ensures that the login session is maintained for future access.

Quick Start

Use the site-cookie-login skill to log in to the website and save the cookies with the following command:

site-cookie-login --config path/to/config.json

Frequently Asked Questions about site-cookie-login

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate website login and save cookies for sites without an API token?

To automate website login and save cookies without an API token, use Puppeteer for browser automation to capture required login cookies and persist them into an environment variable file for session management.

What is the best way to maintain a persistent login session for a corporate Intranet?

The best way to maintain a persistent login session for a corporate Intranet is using browser automation to log in, save the resulting cookies to disk, and verify the active session for repeatable future access.

Does cookie persistence with Puppeteer work for manual browser-based logins?

Yes, cookie persistence with Puppeteer works for manual browser-based logins by automating the login process, capturing the required session cookies, and saving them into an environment variable file.

How do I verify if a saved login cookie session is still active?

To verify if a saved login cookie session is still active, use the site-cookie-login mechanism to save login cookies to disk and validate the login state to ensure session persistence for future access.

Can I use this Puppeteer session management approach for any website requiring manual login?

Yes, you can use this Puppeteer session management approach for any website requiring manual login, as it automates the browser login process, captures cookies, and saves them for repeatable login tasks.