skill

skill is a skill for Claude Code, Codex from redf0x1/camofox-mcp. It costs 0 tokens per session (2,889 once invoked), scanned A, original, MIT.

A browser-automation connection for OpenClaw agents through the CamoFox Browser. It lets agents navigate websites, interact with pages, extract information, manage sessions, search, and download files.

In plain words
What is it for?
Automating website navigation and form interaction, collecting page content, running web searches, keeping cookies or profiles, and downloading resources.
Why use it?
Ordinary automated browsers can be blocked by CAPTCHAs and bot-detection systems. This add-on is intended for sites that inspect automated browsing and for tasks that need saved browser sessions.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Good fit Automating website navigation and form interaction, collecting page content, running web searches, keeping cookies or profiles, and downloading resources.

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

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 skill

README.md
[![agentmods](https://agentmods.dev/badge/skills/redf0x1/camofox-mcp/skill/github.svg)](https://agentmods.dev/skills/redf0x1/camofox-mcp/skill)
Your own site
<a href="https://agentmods.dev/skills/redf0x1/camofox-mcp/skill"><img src="https://agentmods.dev/badge/skills/redf0x1/camofox-mcp/skill/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 skill

Your own site · 80×15
<a href="https://agentmods.dev/skills/redf0x1/camofox-mcp/skill"><img src="https://agentmods.dev/badge/skills/redf0x1/camofox-mcp/skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,889 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. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Prompt Injection · line 141
    Subtle instructions detected that may alter agent decision-making or introduce hidden biases.
    Fix: Review content for implicit steering or bias. Ensure instructions are explicit and align with the skill's stated purpose.
  • medium Rogue Agent · line 186
    Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.
    Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
How audits are shown
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.00000 $0.02889
Opus 5 $0.00000 $0.01444
Sonnet 5 $0.00000 $0.00578
Haiku 4.5 $0.00000 $0.00289

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

Security

Grade A, and why

skill 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 (setup.sh), 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.

skill/SKILL.md · 201 lines

How it starts

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

CamoFox MCP Skill

CamoFox MCP gives OpenClaw agents a production-ready anti-detection browser automation toolkit over MCP HTTP transport. It connects OpenClaw to CamoFox Browser so agents can browse, click, type, extract content, manage cookies/sessions, run stealth search workflows, and download resources without the high block rates common with standard automation stacks.

Why this skill exists

Most browser automation flows eventually hit CAPTCHAs, fingerprint checks, or bot detection. CamoFox is purpose-built for that reality:

  • Anti-detection fingerprinting per tab/session
  • Better resilience on sites that aggressively detect automation
  • Token-efficient accessibility snapshots for agent reasoning
  • Session persistence via cookie/profile tools
  • Built-in search macros across 14 engines

Setup

1) Start CamoFox Browser

CamoFox Browser must be running first (default http://localhost:9377). Use camofox-browser 2.4.7 or newer. Browser 2.4.7 adds supported Windows x64 headless portable use and session-scoped navigation recovery; browser 2.4.6 pins the Camoufox-compatible Playwright protocol dependency, 2.4.5 introduced explicit browser auth modes, and 2.4.4 fixed first-tab reuse for persistent contexts.

2) Start CamoFox MCP in HTTP mode

CAMOFOX_TRANSPORT=http npx [email protected]

Optional examples:

CAMOFOX_TRANSPORT=http CAMOFOX_API_KEY=browser-server-key npx [email protected]
CAMOFOX_TRANSPORT=http CAMOFOX_HTTP_HOST=0.0.0.0 CAMOFOX_HTTP_API_KEY=replace-with-32-plus-random-chars npx [email protected]
CAMOFOX_TRANSPORT=http CAMOFOX_HTTP_PORT=8080 npx [email protected]
CAMOFOX_VIEWPORT=1366x768 npx [email protected]

For browser CAMOFOX_AUTH_MODE=disabled on a trusted private agent network, leave CAMOFOX_API_KEY unset in CamoFox MCP so it sends no browser auth headers. Keep that browser endpoint private.

CAMOFOX_VIEWPORT and --viewport set the default viewport for new tabs when create_tab does not provide an explicit viewport. Use WIDTHxHEIGHT format; width must be 320..3840 and height must be 240..2160.

Read the full file on GitHub · 201 lines

Files

What ships with it

3 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 · 201 lines · 0 tokens per session scan A de5ab9e03c70

Subscribe to this mod's changes

skill is a skill published in the GitHub repository redf0x1/camofox-mcp (111 stars, last pushed 3d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,889 tokens. 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-30.

Related

Other skills, from other repositories

camofox-browser

Anti-detection browser automation for AI agents. Use when the user needs stealth web browsing, undetectable scraping, fingerprint spoofing, proxy rotation, or privacy-focused browser automation. Triggers include "stealth scrape", "anti-detection", "bypass fingerprinting", "camofox", "camoufox", "undetectable browser"…

redf0x1/camofox-browser · 93 tokens

camofox-cli

CamoFox CLI — 50 commands for anti-detection browser automation from the terminal. Use when the user needs CLI reference for camofox commands, terminal-based browser control, or a quick lookup of command syntax. Triggers include "camofox command", "CLI reference", "terminal browser", or any request for camofox…

redf0x1/camofox-browser · 77 tokens

reddit

Reddit automation with CamoFox CLI — login, browse, post, comment, reply with anti-detection. Use when the user needs to automate Reddit interactions, post to subreddits, comment on threads, or browse Reddit programmatically. Triggers include "reddit", "post to reddit", "reddit comment", "reddit automation", or any…

redf0x1/camofox-browser · 81 tokens

gemini-image

Automate image generation on Google Gemini (gemini.google.com) using CamoFox CLI. Use when the user asks to "generate image", "create image with Gemini", "AI image generation", "tạo hình ảnh", or needs automated Gemini workflows.

redf0x1/camofox-browser · 56 tokens

dogfood

QA testing workflow for CamoFox Browser — systematic testing with console capture, error detection, and Playwright tracing. Use when the user needs to test a web application, perform QA validation, do exploratory testing, or verify web app behavior. Triggers include "test this website", "QA", "dogfood", "exploratory…

redf0x1/camofox-browser · 86 tokens

skills

Anti-detection browser CLI powered by Camoufox. Browse the web, search, extract data, take screenshots, and crawl pages — all with C++ level fingerprint spoofing that bypasses Cloudflare, Google, and most bot detection systems.

Youhai020616/stealth-cli · 0 tokens