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 agentmods add skills/codeinfinity1/stram/browser-use-agentnpx skills add CodeInfinity1/Stram --skill browser-use-agentgit clone --depth 1 https://github.com/CodeInfinity1/StramWhat 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 | $0.00032 | $0.00696 |
| Opus 5 | $0.00016 | $0.00348 |
| Sonnet 5 | $0.00006 | $0.00139 |
| Haiku 4.5 | $0.00003 | $0.00070 |
Grade A, and why
browser-use-agent 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Browser Use Agent
Purpose
Use this skill for Browser Use-style web automation: autonomous browser task attempts, page state inspection, DOM/HTML extraction, in-page search, tab/session handling, screenshots, downloads, PDFs, and form workflows.
Tool Map
browser_use_capability_mapbrowser_use_agent_runexternal_integrations_statusbrowser_live_statusbrowser_live_openbrowser_live_navigatebrowser_live_observebrowser_live_backbrowser_live_forwardbrowser_live_reloadbrowser_live_htmlbrowser_live_page_searchbrowser_live_find_elementsbrowser_live_extractbrowser_live_query_selectorbrowser_live_clickbrowser_live_hoverbrowser_live_click_coordinatesbrowser_live_dragbrowser_live_drag_coordinatesbrowser_live_typebrowser_live_fill_formbrowser_live_resizebrowser_live_press_keybrowser_live_scrollbrowser_live_scroll_to_textbrowser_live_waitbrowser_live_tabsbrowser_live_new_tabbrowser_live_switch_tabbrowser_live_close_tabbrowser_live_dropdown_optionsbrowser_live_select_optionbrowser_live_upload_filebrowser_live_downloadbrowser_live_save_pdfbrowser_live_screenshotbrowser_live_evaluate_jsbrowser_live_close
Workflow
- Call
browser_use_capability_mapwhen deciding whether the Browser Use capability is native, delegated, or still a gap. - Prefer Stram
browser_live_*tools for observable navigation, extraction, forms, tabs, downloads, PDFs, and screenshots. - Use
browser_live_htmlwhen page structure or attributes are needed,browser_live_page_searchfor literal/regex page text search, andbrowser_live_find_elementsfor CSS-selected element lists with attributes. - Re-observe after each state-changing browser action.
- Use
browser_use_agent_runonly after native tools fail repeatedly, a task needs Browser Use's autonomous planner, or the user explicitly asks to use Browser Use. - When delegating, provide a precise task, max step budget, allowed domains where possible, model name, and the reason native tools were insufficient.
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.
- 2d ago First seen · 75 lines · 32 tokens per session scan A 881e69e4a4c7
browser-use-agent is a skill published in the GitHub repository CodeInfinity1/Stram (10 stars, last pushed 22d ago), licensed MIT. It adds 32 tokens to every session and 696 once invoked, about $0.0002 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.
Other skills, from other repositories
browser-use
Direct browser control via CDP for web interaction: automation, scraping, testing, screenshots, and site/app work.
opencli-autofix
Automatically fix broken OpenCLI adapters when commands fail. Load this skill when an opencli command fails — it guides you through collecting a trace artifact, patching the adapter, retrying, and filing an upstream GitHub issue after a verified fix. Works with any AI agent.
opencli-usage
Use at the start of any OpenCLI session — this is the top-level map of what opencli can do, how to discover adapters, what flags and output formats are universal, and which specialized skill to load next. Point here when an agent asks "what can opencli do?" or "how do I find the right command?".
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.
smart-search
基于 opencli 命令的智能搜索路由器。当用户想要使用 OpenCLI、CLI 或 API 搜索、查询、查找或研究信息时,尤其是涉及指定网站、社交媒体、技术资料、新闻、购物、旅游、求职、金融或中文内容时,务必使用此 skill.
opencli-browser-sitemap
Use when driving a website with opencli browser and sitemap context is available, requested, or needed to avoid blind navigation. Guides agents to consume site sitemap files lazily, choose adapter/browser fallback paths, resume from state signatures, and mark stale sitemap entries without trusting them over live…