ma-browser-openclaw

ma-browser-openclaw is a skill for Claude Code from zzhan111/multi-agents-browser. It costs 58 tokens per session (1,154 once invoked), scanned A, a copy of bb-browser-openclaw, MIT.

A command-line interface for collecting structured information from websites through OpenClaw’s browser, with adapters for 36 platforms such as Reddit, GitHub, YouTube, and Twitter.

In plain words
What is it for?
Use it to search platforms, read threads and feeds, list popular content, extract fields as JSON, and filter results with jq.
Why use it?
It avoids switching between websites and manual copying when you need data from supported services. It can use the browser’s existing login state and does not require a separate Chrome extension or daemon.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: built for openclaw.

Good fit Use it to search platforms, read threads and feeds, list popular content, extract fields as JSON, and filter results with jq.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/zzhan111/multi-agents-browser/ma-browser-openclaw
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 zzhan111/multi-agents-browser --skill ma-browser-openclaw
Clone the repo
git clone --depth 1 https://github.com/zzhan111/multi-agents-browser

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 ma-browser-openclaw

README.md
[![agentmods](https://agentmods.dev/badge/skills/zzhan111/multi-agents-browser/ma-browser-openclaw.svg)](https://agentmods.dev/skills/zzhan111/multi-agents-browser/ma-browser-openclaw)
Your own site
<a href="https://agentmods.dev/skills/zzhan111/multi-agents-browser/ma-browser-openclaw"><img src="https://agentmods.dev/badge/skills/zzhan111/multi-agents-browser/ma-browser-openclaw.svg" alt="Measured on agentmods" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,154 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 95% copy Near-identical to another mod 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.00058 $0.01154
Opus 5 $0.00029 $0.00577
Sonnet 5 $0.00012 $0.00231
Haiku 4.5 $0.00006 $0.00115

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

Security

Grade A, and why

ma-browser-openclaw 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 6d 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.

Origin

This is a copy

95% identical to bb-browser-openclaw — 80 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/ma-browser-openclaw/SKILL.md · 143 lines

How it starts

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

ma-browser sites — The web as CLI

36 platforms, 103 commands. One-liner structured data from any website using your login state.

All commands use --openclaw to run through OpenClaw's browser. No Chrome extension or daemon needed.

Quick Start

# First time: pull community adapters
ma-browser site update

# See what's available
ma-browser site list

# See which adapters match your browsing habits
ma-browser site recommend

# Run any adapter via OpenClaw's browser
ma-browser site reddit/hot --openclaw
ma-browser site hackernews/top 5 --openclaw
ma-browser site v2ex/hot --openclaw

IMPORTANT: Always use --openclaw

Every ma-browser site command MUST include --openclaw to use OpenClaw's browser:

# Correct
ma-browser site twitter/search "AI agent" --openclaw
ma-browser site zhihu/hot 10 --openclaw --json
ma-browser site xueqiu/hot-stock 5 --openclaw --jq '.items[] | {name, changePercent}'

# Wrong (requires separate Chrome extension)
ma-browser site twitter/search "AI agent"

Data Extraction (most common use)

# Social media
ma-browser site twitter/search "OpenClaw" --openclaw
ma-browser site twitter/thread <tweet-url> --openclaw
ma-browser site reddit/thread <post-url> --openclaw
ma-browser site weibo/hot --openclaw
ma-browser site xiaohongshu/search "query" --openclaw

# Developer
ma-browser site github/repo owner/repo --openclaw
ma-browser site github/issues owner/repo --openclaw
ma-browser site hackernews/top 10 --openclaw
ma-browser site stackoverflow/search "async await" --openclaw
ma-browser site arxiv/search "transformer" --openclaw

# Finance
ma-browser site xueqiu/stock SH600519 --openclaw
ma-browser site xueqiu/hot-stock 5 --openclaw
ma-browser site eastmoney/stock "茅台" --openclaw

# News & Knowledge
ma-browser site zhihu/hot --openclaw
ma-browser site 36kr/newsflash --openclaw
ma-browser site wikipedia/summary "Python" --openclaw

# Video
ma-browser site youtube/transcript VIDEO_ID --openclaw
ma-browser site bilibili/search "query" --openclaw

Read the full file on GitHub · 143 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. 6d ago First seen · 143 lines · 58 tokens per session scan A 69ed48973fb0

Subscribe to this mod's changes

ma-browser-openclaw is a skill published in the GitHub repository zzhan111/multi-agents-browser (1 stars, last pushed today), licensed MIT. It adds 58 tokens to every session and 1,154 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 95% identical to bb-browser-openclaw, differing in 80 lines, and is treated as a copy.

Related

Other skills, from other repositories

opencli-sitemap-author

Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.

jackwener/OpenCLI · 67 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens

interactive-login

How to complete browser/interactive logins (aws / gh / glab / gcloud). The platform backgrounds the login poller so it survives the human's browser round-trip — and when that does NOT work.

yc-software/qm · 46 tokens

pinchtab-mcp

Use this skill when a task requires browser automation through PinchTab's MCP server connected to a remote browser instance. Covers navigation, element interaction, data extraction, form filling, multi-step flows, and session management via MCP tools.

pinchtab/pinchtab · 52 tokens

azure-messaging-webpubsub-java

Build real-time web applications with Azure Web PubSub SDK for Java. Use when implementing WebSocket-based messaging, live updates, chat applications, or server-to-client push notifications.

microsoft/skills · 43 tokens

google-safe-browsing

Prevent and fix Google Safe Browsing "Dangerous site" flags. Use when launching a public web app, buying/picking a domain, building a login or signup page, or when any site shows a red "Dangerous site" / "Deceptive site" warning in Chrome, Brave, Safari, Firefox, or Edge. Triggers on "dangerous site", "deceptive…

davidondrej/skills · 105 tokens