ghost-browser

ghost-browser is a skill for Claude Code from Bilal140202/the-lord-of-the-skills. It costs 30 tokens per session (2,098 once invoked), scanned A, original, MIT.

A browser automation tool that controls websites such as LinkedIn, Twitter, Indeed, Google Maps, GitHub, and Hacker News.

In plain words
What is it for?
Use it for web scraping, social-media actions, job applications, feed collection, statistics tracking, and browser demonstrations.
Why use it?
It removes repetitive browser work such as collecting information, publishing posts, and applying for jobs.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: positional $N argument; mentions Codex.

Good fit Use it for web scraping, social-media actions, job applications, feed collection, statistics tracking, and browser demonstrations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/bilal140202/the-lord-of-the-skills/aiagentwithdhruv__euron-future-proof-automation
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.

Any agent
npx skills add Bilal140202/the-lord-of-the-skills --skill aiagentwithdhruv__euron-future-proof-automation
Clone the repo
git clone --depth 1 https://github.com/Bilal140202/the-lord-of-the-skills

Made for: Claude Code.

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 ghost-browser

README.md
[![agentmods](https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/aiagentwithdhruv__euron-future-proof-automation/github.svg)](https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/aiagentwithdhruv__euron-future-proof-automation)
Your own site
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/aiagentwithdhruv__euron-future-proof-automation"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/aiagentwithdhruv__euron-future-proof-automation/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for ghost-browser

Your own site · 80×15
<a href="https://agentmods.dev/skills/bilal140202/the-lord-of-the-skills/aiagentwithdhruv__euron-future-proof-automation"><img src="https://agentmods.dev/badge/skills/bilal140202/the-lord-of-the-skills/aiagentwithdhruv__euron-future-proof-automation.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,098 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original 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.1 $0.00030 $0.02098
Opus 5 $0.00015 $0.01049
Sonnet 5 $0.00006 $0.00420
Haiku 4.5 $0.00003 $0.00210

Measured 9d ago against content hash 17cceea0db5f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

ghost-browser scanned grade A with 0 findings 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 9d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/gondor/claude-code/aiagentwithdhruv__Euron-Future-Proof-Automation/SKILL.md · 223 lines

How it starts

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

Ghost Browser — AI-Powered Browser Automation

The browser moves on its own. No human needed.

GitHub: https://github.com/aiagentwithdhruv/ghost-browser Path: Social-Media-Agent-1.0/browser-automation/ Stack: Python 3, Playwright, OpenAI API


What It Does

Automates any browser action with human-like behavior — LinkedIn posting, engagement, job applications, web scraping, stats tracking, and visual demos.


Schema

Inputs

Name Type Required Description
LINKEDIN_LI_AT string For LinkedIn LinkedIn li_at cookie from DevTools
TWITTER_AUTH_TOKEN string For Twitter Twitter auth_token cookie
TWITTER_CT0 string For Twitter Twitter ct0 cookie
YOUTUBE_API_KEY string For YouTube Google Cloud API key (free)
OPENAI_API_KEY string For AI comments GPT-4o-mini for comment/cover letter generation

Outputs

Name Type Description
LinkedIn post Action Published post with optional image
Feed data JSON Posts from LinkedIn feed with author, content, URN
Job listings JSON Jobs from LinkedIn/Indeed with title, company, description
Scraped data JSON/CSV Data from any website (smart/full/selector modes)
Stats JSON + MD Followers, views, connections across all platforms
Screenshots PNG Any URL, full page or element

Credentials

Service How to Get
LinkedIn li_at DevTools → Application → Cookies → linkedin.com
Twitter auth_token + ct0 DevTools → Application → Cookies → x.com
YouTube API Google Cloud Console → YouTube Data API v3 (FREE)
OpenAI platform.openai.com → API Keys

Cost

Component Cost
Playwright/Chromium Free
YouTube API Free (10K units/day)
OpenAI (comments) ~$0.01 per comment
LinkedIn/Twitter Free (cookie auth)

Scripts Reference

Read the full file on GitHub · 223 lines

Files

What ships with it

2 files 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. 9d ago First seen · 223 lines · 30 tokens per session scan A 17cceea0db5f

Subscribe to this mod's changes

ghost-browser is a skill published in the GitHub repository Bilal140202/the-lord-of-the-skills (4 stars, last pushed 6d ago), licensed MIT. It adds 30 tokens to every session and 2,098 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

generate

Generate Playwright tests. Use when user says "write tests", "generate tests", "add tests for", "test this component", "e2e test", "create test for", "test this page", or "test this feature".

adriannoes/awesome-agentic-ai · 51 tokens

init

Set up Playwright in a project. Use when user says "set up playwright", "add e2e tests", "configure playwright", "testing setup", "init playwright", or "add test infrastructure".

adriannoes/awesome-agentic-ai · 44 tokens

playwright-pro

Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test migration, CI/CD testing, or test suites. Generate tests, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55 templates…

adriannoes/awesome-agentic-ai · 77 tokens

hunt-ato

Hunt account takeover taxonomy — 9 distinct paths to ATO, plus chains. Paths: (1) password reset flaws (host header injection redirects token to attacker, predictable token, token leaked in referer, race condition on reset link), (2) email change without re-auth, (3) OAuth account-link CSRF, (4) MFA bypass (per…

adriannoes/awesome-agentic-ai · 222 tokens

migrate

Migrate from Cypress or Selenium to Playwright. Use when user mentions "cypress", "selenium", "migrate tests", "convert tests", "switch to playwright", "move from cypress", or "replace selenium".

adriannoes/awesome-agentic-ai · 50 tokens

fix

Fix failing or flaky Playwright tests. Use when user says "fix test", "flaky test", "test failing", "debug test", "test broken", "test passes sometimes", or "intermittent failure".

adriannoes/awesome-agentic-ai · 47 tokens