aio-browser-cookie

aio-browser-cookie is a skill for Claude Code, Codex from aiocean/claude-plugins. It costs 103 tokens per session (1,067 once invoked), scanned A, original, MIT.

A tool for extracting cookies from local Chrome, Firefox, or Safari browser storage and exporting them for authenticated web requests. Browser cookies are small pieces of data that can keep a logged-in session active.

In plain words
What is it for?
It helps replay authenticated requests and export browser sessions in Netscape cookie-jar format.
Why use it?
It avoids having to log in again when a request needs to reuse an existing browser session. It can also create cookie files for command-line tools such as curl, wget, or yt-dlp.

Skill for Claude CodeCodex

Installs and runs on its own, but its text points at files inside its plugin — anything it tells you to read at a ${CLAUDE_PLUGIN_ROOT} path is only there once the plugin is installed. Installing the plugin gets both.

Part of the aio-browser-cookie plugin — 1 skill shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/aiocean/claude-plugins/aio-browser-cookie
Any agent
npx skills add aiocean/claude-plugins --skill aio-browser-cookie
Clone the repo
git clone --depth 1 https://github.com/aiocean/claude-plugins

Made for: Claude Code, Codex.

Or install aio-browser-cookie, the plugin that ships this one along with the rest of its 1 skill.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for aio-browser-cookie

README.md
[![agentmods](https://agentmods.dev/badge/skills/aiocean/claude-plugins/aio-browser-cookie.svg)](https://agentmods.dev/skills/aiocean/claude-plugins/aio-browser-cookie)
Your own site
<a href="https://agentmods.dev/skills/aiocean/claude-plugins/aio-browser-cookie"><img src="https://agentmods.dev/badge/skills/aiocean/claude-plugins/aio-browser-cookie.svg" alt="Measured on agentmods" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,067 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00103 $0.01067
Opus 5 $0.00051 $0.00534
Sonnet 5 $0.00021 $0.00213
Haiku 4.5 $0.00010 $0.00107

Measured 4d ago against content hash ab1775d80c0d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

aio-browser-cookie scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/rookie_tool.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Extract cookies from local browsers and export them for use in authenticated requests. Use when extracting Chrome cookies, Firefox cookies, or Safari cookies from the local browser store; reusing a browser session to rep
plugins/aio-browser-cookie/skills/aio-browser-cookie/SKILL.md · 138 lines

How it starts

The opening of the file, as written. The whole thing — 138 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Environment

  • python3: !which python3 2>/dev/null || echo "NOT INSTALLED"
  • rookiepy: !python3 -c "import rookiepy" 2>/dev/null && echo "installed" || echo "NOT INSTALLED — pip3 install -U rookiepy"
  • Scripts: !echo "${CLAUDE_PLUGIN_ROOT}/skills/aio-browser-cookie/scripts"

Use this skill to extract cookies from local browsers with rookiepy, export them as JSON or Netscape, or replay an authenticated request with the extracted session.

BCOOKIE="${CLAUDE_PLUGIN_ROOT}/skills/aio-browser-cookie/scripts"

Then run:

python3 "$BCOOKIE/rookie_tool.py" ...

Quick Start

# Check environment and rookiepy availability
python3 "$BCOOKIE/rookie_tool.py" doctor

# Show supported browser loaders on this machine
python3 "$BCOOKIE/rookie_tool.py" list

# Extract cookies for one browser and one domain
python3 "$BCOOKIE/rookie_tool.py" extract --browser chrome --domain github.com

# Export Netscape cookies for curl / yt-dlp / wget style tooling
python3 "$BCOOKIE/rookie_tool.py" extract \
  --browser brave \
  --domain github.com \
  --format netscape \
  --output /tmp/github.cookies

# Replay a request using the browser session
python3 "$BCOOKIE/rookie_tool.py" request \
  --browser chrome \
  --domain github.com \
  --url https://github.com/settings/profile

Commands

Command Purpose
doctor Check Python, platform, rookiepy, and available browser loaders
list Print supported browser loaders on the current platform
extract Load cookies and print/export them as json, netscape, or header
request Send an HTTP request with cookies loaded from a browser session

Source Selection

Use exactly one source per command:

  • --browser chrome
  • --browser firefox
  • --browser safari
  • --path /path/to/Cookies --key-path /path/to/Local\ State
  • omit both --browser and --path to let rookiepy.load() scan all supported browsers

Supported browser names depend on platform, but commonly include:

Read the full file on GitHub · 138 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 138 lines · 103 tokens per session scan A ab1775d80c0d

Subscribe to this mod's changes

aio-browser-cookie is a skill published in the GitHub repository aiocean/claude-plugins (4 stars, last pushed yesterday), licensed MIT. It adds 103 tokens to every session and 1,067 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

e2e-test

Design, maintain, and execute reliable end-to-end tests for critical user journeys with Agent Browser as first choice for exploration and Playwright as the preferred code path for suites and CI. Use for E2E strategy, journey coverage, flaky test triage, artifact collection, CI gating, regression prevention, and…

johnqtcg/awesome-skills · 70 tokens

web-inspect

Browser-based investigation using playwright-cli — open pages, inspect elements, check console errors, capture screenshots. Headed mode by default.

zahardev/aicontext · 30 tokens

seo-crawl

Agent-wide core connector rule: when any connected search console is used, discover its operations with listconnectortools and invoke each selected operation through callconnectortool; naming listsites or an analytics operation without the core invocation is not execution.

Orkas-AI/Orkas · 3 tokens

seo-content

Heuristic content/GEO-readiness analysis of the visible text from seo-crawl. No network. Judgments are heuristic (marked Estimated); raw counts are Measured.

Orkas-AI/Orkas · 2 tokens

source-command-methodology-advisor

Analyzes your codebase and asks 3 targeted questions to recommend the right AI-assisted development methodology stack.

FlorianBruniaux/claude-code-ultimate-guide · 27 tokens

fetch-url-as-markdown

Fetch a web page (URL) and return clean Markdown via local trafilatura, with Exa MCP as a fallback for JS-rendered or anti-bot pages. Use when the user asks to read, fetch, scrape, summarize, or quote a URL — prefer this over the built-in WebFetch tool. Don't use for binary files (PDFs, images, archives) or for…

CodeAlive-AI/ai-driven-development · 90 tokens