Browser

Browser Cookie Manager

Try it

Read cookies from mainstream browsers and convert to specified format

What it does

Read cookies from mainstream browsers and convert to specified format

The skill document

Overview

This skill reads cookies from 10 mainstream browsers for specified domains and converts them to multiple output formats.

Supported Browsers

  • Chrome (Windows/macOS/Linux)
  • Edge (Windows/macOS/Linux)
  • Firefox (Windows/macOS/Linux)
  • Brave (Windows/macOS/Linux)
  • Opera (Windows/macOS/Linux)
  • OperaGX (macOS/Windows)
  • Vivaldi (Windows/macOS/Linux)
  • LibreWolf (Windows/macOS/Linux)
  • Arc (macOS/Windows/Linux)
  • Chromium (Windows/macOS/Linux)

Usage

Run the script, select browser and domain, automatically read and output cookies.

Output Format

  • json: JSON format
  • cookie-header: HTTP Cookie Header format
  • curl: cURL command format

Parameters

  • browser: Browser name (required)
  • domain: Target domain (required, e.g., douyin.com)
  • output_format: Output format (optional, default json)
  • output_file: Output file path (optional)

Example

python scripts/read_cookie.py --browser chrome --domain douyin.com
python scripts/read_cookie.py --browser edge --domain tiktok.com --output-format cookie-header
python scripts/read_cookie.py --browser firefox --domain xiaohongshu.com --output-file cookies.json

Tech Stack

  • Python 3.11+
  • rookiepy 0.5.6

Notes

  1. Windows system requires administrator privileges to read Chromium, Chrome, Edge browser cookies
  2. Linux environment may be limited (headless)
  3. Only for personal use, do not obtain others' cookies
  4. Comply with browser privacy policy

This skill is for learning and research purposes only.

Users must comply with the following principles when using this skill:

  1. Not for any commercial use
  2. Only for personal use, do not obtain others' cookies
  3. Comply with browser privacy policy and platform terms of service
  4. Do not use for any illegal or improper purposes

By using this skill, you agree to comply with the above principles.

Related skills

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

浏览器自动化 CLI(Playwright 版,纯 Node.js 实现)。除常规自动化(打开网页/截图/点击/填表/翻页)外,提供三类能力:(1) 会话凭证读写原语 —— `cookies` / `storage` 命令可**无需代码执行**即列出/导出/导入/清除/设置 cookie 与 localStorage,直接提取或注入登录态与会话令牌(此路径独立于代码执行;自 v1.3.2 起 `PW_BROWSER_SAFE_MODE=1` 会将其与代码执行一并禁用);(2) `eval` 在页面上下文执行任意 JavaScript(可读 cookie/存储、发起带凭证请求);(3) `run

1 installs1 stars

Use when operating browser-based workflows that need smooth, human-like navigation, reliable text entry, real paste/input events, form validation, translator...

13 installs

Browser automation CLI for AI agents. NEVER run browser-act commands directly via Bash — always invoke this skill first. Use browser-act when a user mentions...

9 installs1 stars

Manage many logged-in account sessions for any website — capture, store, list, switch, and apply saved logins across Chrome profiles, isolated browsers, and...

Cookie统一管理器,合并保活+紧急修复+健康检查三合一。功能:1.定时HTTP保活所有平台Cookie(闲鱼/抖音/快手/小红书/B站等13平台) 2.健康度评分0-100+健康度<60触发保活+3次连续失败写tenant_notification 3.4端Cookie同步检查与自动修复(fishclaw JSON/.env/global_config.yml/auto-reply API) 4.批量失效(≥2个)启动降级运营模式+备用Cookie自动切换+扫码恢复 5.多租户Cookie恢复SOP(备份恢复→备用切换→紧急告警三级降级)。触发:Cookie保活/Cookie检查/定时保活/Cookie过期告警/Cookie同步/Cookie批量失效/Cookie降级/cookie-keepalive-cycle/cookie-refresh/多租户Cookie恢复

1 installs