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.
npx skills add catalystbyzoho/claude-plugin --skill catalyst-smartbrowzgit clone --depth 1 https://github.com/catalystbyzoho/claude-pluginWrote 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.
[](https://agentmods.dev/skills/catalystbyzoho/claude-plugin/catalyst-smartbrowz)<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>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.
| Model | Per session | Once 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 |
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.
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.
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
-
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
-
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
-
Load
references/smartbrowz-basics.md— for component details, automation library setup, Browser Logic structure, PDF/Screenshot SDK usage, Browser Grid configurations, and troubleshooting -
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_sessionson Browser Grid live stats)
- Node.js:
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.
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.
- 8d ago First seen · 71 lines · 193 tokens per session scan A ed9b0a611ee6
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.
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.
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…
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…
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…
export-presentation
Export HTML slide presentations to PDF or PNG screenshots.
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.