ai-browser-use

ai-browser-use is a skill for Codex from skillsaiagent/aiskills. It costs 71 tokens per session (1,413 once invoked), scanned A, original, no licence file.

A business-diagnosis assistant for marketing, operations, product, and sales questions about how to approach a task.

In plain words
What is it for?
Use it to create summaries, findings, action recommendations, and reusable work products from provided information.
Why use it?
It turns source material and a broad question into a clearer diagnosis and practical next steps.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to create summaries, findings, action recommendations, and reusable work products from provided information.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/skillsaiagent/aiskills/ai-browser-use
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 skillsaiagent/aiskills --skill ai-browser-use
Clone the repo
git clone --depth 1 https://github.com/skillsaiagent/aiskills

Made for: 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 ai-browser-use

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/skillsaiagent/aiskills/ai-browser-use"><img src="https://agentmods.dev/badge/skills/skillsaiagent/aiskills/ai-browser-use.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,413 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 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.1 $0.00071 $0.01413
Opus 5 $0.00036 $0.00707
Sonnet 5 $0.00014 $0.00283
Haiku 4.5 $0.00007 $0.00141

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

Security

Grade A, and why

ai-browser-use 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run.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.

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/ai-browser-use/SKILL.md · 118 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

4 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 · 118 lines · 71 tokens per session scan A c2916a81a1ec

Subscribe to this mod's changes

ai-browser-use is a skill published in the GitHub repository skillsaiagent/aiskills (3 stars, last pushed 3mo ago), with no licence file. It adds 71 tokens to every session and 1,413 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

url-investigation

Use when a user asks to scan, investigate, or characterize a URL. Submits to URLScan (unlisted by default), cross-references with VirusTotal and OTX, extracts the parent domain and resolved IP for follow-up investigation. Returns verdict, redirect chain, contacted infrastructure, and screenshot. Invoked by…

Liberty91LTD/cti-skills · 80 tokens

urlscan-api

URLScan.io API reference. URL submission, scanning, and result retrieval.

Liberty91LTD/cti-skills · 19 tokens

playwright-patterns

Write reliable, maintainable E2E tests with Playwright best practices. Use this skill when writing Playwright tests, debugging flaky tests, or setting up E2E automation. Activate when: playwright, e2e test, end-to-end, browser testing, UI automation, web testing.

latestaiagents/agent-skills · 64 tokens

computer-use

Build browser/desktop automation agents using Claude's Computer Use capability — screen-taking, clicking, typing. Covers the reference container, virtualization safety, task decomposition, and when to use computer-use vs API integration. Use this skill when building agents that operate GUIs (browsers, legacy apps)…

latestaiagents/agent-skills · 100 tokens

computer-use

Read and drive native desktop applications through the accessibility layer — list on-screen apps, snapshot one window as a numbered element tree, then click / type / set a value / scroll / drag / run a named action, by element index or by screen coordinates. Use for work in a desktop app rather than a web page. Full…

kirodotdev/KiroCrew · 105 tokens

browser-recording

Record a browser flow as a video/GIF for evidence — animations, transitions, and multi-step interactions that a still screenshot cannot prove. Drives the project's own Playwright through a bundled runner, then converts to mp4 + GIF via ffmpeg. Use when the user asks to record a demo, capture a GIF or video of the UI…

kirodotdev/KiroCrew · 85 tokens