catalyst-smartbrowz

catalyst-smartbrowz is a skill for Claude Code from catalystbyzoho/claude-plugin. It costs 193 tokens per session (1,458 once invoked), scanned A, a copy of catalyst-smartbrowz, Apache-2.0.

Instructions for using SmartBrowz, a Catalyst service for controlling remote Chrome browsers and creating PDFs or screenshots from web pages, HTML, or templates.

In plain words
What is it for?
Running browser automation with Puppeteer, Playwright, or Selenium; deploying Java or Node.js browser functions; creating PDFs and screenshots; using templates; and scraping data.
Why use it?
It brings browser automation and document generation into one service, including serverless browser tasks and data-scraping APIs.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the claude-plugin plugin — 16 skills, 1 command, 1 hook, 1 MCP server shipped together

Good fit Running browser automation with Puppeteer, Playwright, or Selenium; deploying Java or Node.js browser functions; creating PDFs and screenshots; using templates; and scraping data.

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

Made for: Claude Code.

Or install claude-plugin, the plugin that ships this one along with the rest of its 16 skills, 1 command, 1 hook, 1 MCP server.

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 catalyst-smartbrowz

README.md
[![agentmods](https://agentmods.dev/badge/skills/catalystbyzoho/claude-plugin/catalyst-smartbrowz.svg)](https://agentmods.dev/skills/catalystbyzoho/claude-plugin/catalyst-smartbrowz)
Your own site
<a href="https://agentmods.dev/skills/catalystbyzoho/claude-plugin/catalyst-smartbrowz"><img src="https://agentmods.dev/badge/skills/catalystbyzoho/claude-plugin/catalyst-smartbrowz.svg" alt="Measured on agentmods" height="20"></a>
Per session 193 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,458 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 91% 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.00193 $0.01458
Opus 5 $0.00097 $0.00729
Sonnet 5 $0.00039 $0.00292
Haiku 4.5 $0.00019 $0.00146

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

Security

Grade A, and why

catalyst-smartbrowz 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 8d 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

91% identical to catalyst-smartbrowz — 6 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/catalyst-smartbrowz/SKILL.md · 71 lines

How it starts

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

Prerequisites

Before using SmartBrowz, activate it once per project in the console:

Console → your project → SmartBrowz (left sidebar) → click "Start Exploring"

Skipping this step prevents access to Headless, Browser Logic, PDF & Screenshot, Templates, Browser Grid, and Dataverse components.

For Browser Logic functions: Requires Catalyst CLI installation. Initialize and deploy Browser Logic functions via CLI (cannot be created directly in console, but can be uploaded).


How It Works

  1. Multi-component service — SmartBrowz offers 6 independent components in one unified platform:

    • Headless: Connect to a remote Chrome browser in Catalyst cloud with automation libraries (Firefox is available only on Browser Grid, Early Access)
    • Browser Logic: Serverless functions (Java/Node.js) containing browser automation logic
    • PDF & Screenshot: Generate visual documents programmatically
    • Templates: Design and store templates for dynamic content
    • Browser Grid (Early Access): Parallel headless browsers with auto-scaling
    • Dataverse: Data scraping APIs
  2. Choose your workflow:

    • Headless mode: Copy console-provided endpoints and code snippets to connect with Puppeteer/Playwright/Selenium
    • Browser Logic: Initialize via CLI, code in IDE, deploy to console — for persistent browser automation tasks
    • PDF & Screenshot: Use console Playground, SDKs (Java/Node.js/Python), or API to generate documents
    • Browser Grid: Configure node/browser count, connect via CDP/Webdriver endpoints, process requests in parallel
  3. Load references/smartbrowz-basics.md — for component details, automation library setup, Browser Logic structure, PDF/Screenshot SDK usage, Browser Grid configurations, and troubleshooting

  4. SDK-first rule — When writing implementation code, always prefer SDK methods over raw REST API calls:

    • Node.js: app.smartbrowz()smartbrowz.convertToPdf(), smartbrowz.generateFromTemplate(), app.smartbrowz().browserGrid()grid.getGrid(), grid.stopGrid()
    • Python: app.smart_browz()smart_browz.convert_to_pdf(), smart_browz.generate_from_template(), app.smart_browz().browser_grid()grid.get_all_grid()
    • Java: ZCSmartBrowz.getInstance()smartBrowz.convertToPdf(), smartBrowz.generateFromTemplate()
    • Use REST API only when no SDK equivalent exists (e.g., checking free_sessions on Browser Grid live stats)

Read the full file on GitHub · 71 lines

Files

What ships with it

1 file 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. 8d ago First seen · 71 lines · 193 tokens per session scan A ed9b0a611ee6

Subscribe to this mod's changes

catalyst-smartbrowz is a skill published in the GitHub repository catalystbyzoho/claude-plugin (1 stars, last pushed 27d ago), licensed Apache-2.0. It adds 193 tokens to every session and 1,458 once invoked, about $0.0010 per session on Opus 5. A static security scan graded it A with 0 findings. It is 91% identical to catalyst-smartbrowz, differing in 6 lines, and is treated as a copy.

Related

Other skills, from other repositories

km-content-extraction

Content extraction routing for KM - local documents (HWP/HWPX/PDF/DOCX/XLSX), web, and vault sources. Use when input is a local file or when km-workflow reaches Phase 2 with a non-URL input.

treylom/knowledge-manager · 57 tokens

thumbnail-of-pptx

Capture a thumbnail image of a slide from a OneDrive/Office presentation link. Opens the PowerPoint web viewer in a headless browser and screenshots the slide canvas, producing a clean 16:9 image with no viewer chrome. Works even when the PPTX is not downloadable (e.g. personal OneDrive shares), since it screenshots…

pamelafox/presentation-skills · 111 tokens

svg-press

Teaches agents how to hand-craft self-contained SVG diagrams that render correctly in browsers, tags, and Playwright PDF/PNG. Covers containment math, viewBox sizing, arrow construction, text hierarchy, KDCube brand color tokens, semantic zone fills, badges, the PNG inspection loop, writepng parameters, multi-diagram…

kdcube/kdcube · 87 tokens

openclaw-rpa

Record browser, Excel, Word & API actions once — replay without the LLM: faster, cheaper, no hallucinations. github.com/laziobird/openclaw-rpa . Supports computer-use automation: web clicks/fill/extract, local Excel (.xlsx via openpyxl), Word (.docx via python-docx), HTTP API calls (httpx GET/POST), and auto-login…

laziobird/openclaw-rpa · 163 tokens

export-presentation

Export HTML slide presentations to PDF or PNG screenshots.

jtsternberg/claude-plugins · 14 tokens

single-page-pdf-export

A browser-based export tool that turns a local HTML page or web page into one tall PDF page. The PDF has no browser print headers or footers.

cyberelf/agent_skills · 94 tokens