claude-worker

claude-worker is a skill for Claude Code, Codex from Syysean/web-ai-skills. It costs 75 tokens per session (1,319 once invoked), scanned A, original, MIT.

A browser-based helper for sending prompts to Claude.ai and returning its responses. Claude.ai is an online AI assistant, and using this helper requires an existing login.

In plain words
What is it for?
Use it for general questions, summaries, translations, rewrites, extracting information, comparisons, brainstorming, analysis, or coding tasks.
Why use it?
It provides a repeatable way to hand questions or writing and analysis tasks to Claude from an agent workflow.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for general questions, summaries, translations, rewrites, extracting information, comparisons, brainstorming, analysis, or coding tasks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/syysean/web-ai-skills/claude-worker
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 Syysean/web-ai-skills --skill claude-worker
Clone the repo
git clone --depth 1 https://github.com/Syysean/web-ai-skills

Made for: Claude Code, Codex.

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 claude-worker

README.md
[![agentmods](https://agentmods.dev/badge/skills/syysean/web-ai-skills/claude-worker/github.svg)](https://agentmods.dev/skills/syysean/web-ai-skills/claude-worker)
Your own site
<a href="https://agentmods.dev/skills/syysean/web-ai-skills/claude-worker"><img src="https://agentmods.dev/badge/skills/syysean/web-ai-skills/claude-worker/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 claude-worker

Your own site · 80×15
<a href="https://agentmods.dev/skills/syysean/web-ai-skills/claude-worker"><img src="https://agentmods.dev/badge/skills/syysean/web-ai-skills/claude-worker.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,319 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.00075 $0.01319
Opus 5 $0.00037 $0.00660
Sonnet 5 $0.00015 $0.00264
Haiku 4.5 $0.00007 $0.00132

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

Security

Grade A, and why

claude-worker 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 11d 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.

claude-worker/SKILL.md · 214 lines

How it starts

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

Claude Worker

Send a prompt to Claude.ai via browser and return the response.

Environment

  • URL: https://claude.ai
  • Browser: Chrome on localhost:9222 (managed by local-browser-tools)
  • Login: Required — session persisted in ~/.cache/browser-tools profile
  • Tools: browser-start.js, browser-nav.js, browser-eval.js, browser-screenshot.js

Input

prompt: string        # The text to send to Claude
task_type: string     # qa | summary | translation | rewrite | extraction | comparison | brainstorming | analysis

Output

Always output this JSON block first:

{
  "site": "claude",
  "task_type": "<task_type>",
  "status": "success | partial | error",
  "answer": "<extracted response text>",
  "retry_count": 0,
  "elapsed_ms": 0,
  "error_reason": null
}

Then follow with a short human-readable summary (2–3 sentences max).


Workflow

Step 1 — Start browser

node ~/.pi/agent/skills/local-browser-tools/browser-start.js

Expected: ✓ Chrome already running on :9222 or ✓ Chrome started on :9222

If fails: return error status, stop.


Step 2 — Navigate to Claude

node ~/.pi/agent/skills/local-browser-tools/browser-nav.js https://claude.ai

Take a screenshot and verify:

  • Input box is visible
  • Page title contains "Claude"
  • Not showing a login wall

If login page appears with no input box: return error_reason: "login_required", stop.


Step 3 — Locate input box

Claude uses a div[contenteditable] with role="textbox" and aria-label="Write your prompt to Claude".

Check:

!!document.querySelector('[aria-label="Write your prompt to Claude"]')

Fallback selectors in order:

  1. [aria-label="Write your prompt to Claude"]
  2. [contenteditable="true"][role="textbox"]
  3. div[contenteditable]

If no selector works after 3 attempts: trigger retry.


Step 4 — Insert prompt

Claude uses a contenteditable div. Use execCommand to insert text — do NOT set textContent directly as it bypasses the editor state:

Read the full file on GitHub · 214 lines

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. 11d ago First seen · 214 lines · 75 tokens per session scan A de298e08f2e1

Subscribe to this mod's changes

claude-worker is a skill published in the GitHub repository Syysean/web-ai-skills (5 stars, last pushed 3mo ago), licensed MIT. It adds 75 tokens to every session and 1,319 once invoked, about $0.0004 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-08-31.

Related

Other skills, from other repositories

qa/e2e-playwright

A method for writing Playwright end-to-end tests, which automate a browser to verify complete user journeys. It covers setup, reusable page objects, login reuse, API mocking, visual checks, multiple browsers and screen sizes, CI, and debugging.

echoVic/boss-skill · 50 tokens

surf

Control Chrome browser via CLI for testing, automation, and debugging. Use when the user needs browser automation, screenshots, form filling, page inspection, network/CPU emulation, DevTools streaming, or AI queries via ChatGPT/Gemini/Perplexity/Grok/AI Studio.

w-winter/dot314 · 60 tokens

chrome-automation

A skill for automating an already open Google Chrome browser through its browser control connection.

anbeime/skill · 73 tokens

playwright-cli

Use this whenever the user asks to browse, navigate, click, fill a form, scrape, take a screenshot, or otherwise interact with a web page. SLICC drives the browser through the playwright-cli shell command (also aliased as playwright and puppeteer). Read this BEFORE running any browser automation: every tab-operating…

ai-ecoverse/slicc · 103 tokens

playwright-cli-e2e

Use this when you need to test or QA the playwright-cli browser-automation command, re-run the browser-automation test session, check playwright-cli for regressions, or verify that browser automation still works after a change. Covers a repeatable 12-group e2e session: a pcli-e2e runner that automates the…

ai-ecoverse/slicc · 138 tokens

handoff

Use this when you receive a Navigate Event lick — emitted whenever the user opens a tab whose main-frame response advertises a SLICC handoff via an RFC 8288 Link header. Covers both verbs: handoff: renders a human approval card and acts on accept (never auto-accept, never fetch before approval); upskill: installs via…

ai-ecoverse/slicc · 95 tokens