搜索

搜索结果

51 results for "browserbase"

safe-browser

safe-browser

3.7Kbrowser-web

Build local constrained-browser agents with a safe_browser tool that owns CDP, enforces a domain allowlist with Fetch interception, and lets a runtime Claude Agent SDK agent complete browsing tasks without raw browser, shell, or CDP access. Use when the user wants an agent to browse or scrape while staying on approved domains, demo blocked off-domain navigation, or generate a safe browser client.

browserbase avatarbrowserbase
获取
event-prospecting

event-prospecting

3.7Kbrowser-web

Event prospecting skill. Takes a conference / event speakers URL, extracts the people, filters their companies against the user's ICP, then deep-researches only the speakers at ICP-fit companies. Outputs a person-first HTML report where each card answers "why should the AE talk to this person?" with all public links and a one-click DM opener. Use when the user wants to: (1) find leads at a specific conference, (2) prep for an event, (3) research event speakers, (4) build a target list from a sponsor/exhibitor page, (5) scrape conference speakers and rank by ICP fit. Triggers: "find leads at {event}", "research speakers at", "prospect this conference", "stripe sessions leads", "ai engineer summit prospects", "event prospecting", "scrape conference speakers", "who should I meet at".

browserbase avatarbrowserbase
获取
browser-to-api

browser-to-api

3.7Kbackend-api

Turn a website's observable HTTP traffic into a best-effort OpenAPI 3.1 spec by analyzing a `browser-trace` capture. Use when the user wants to discover/extract API endpoints from a browser session, build an OpenAPI doc from network traffic, or document a third-party site's XHR/fetch surface for client integration.

browserbase avatarbrowserbase
获取
company-research

company-research

3.7Kbrowser-web

B2B 目标客户挖掘与深度调研 Skill。深入分析企业自身产品与理想客户画像(ICP),利用 Browserbase Search API 批量搜索潜在客户公司;采用“规划→调研→整合”模式对每家目标企业展开深度摸底,并进行 ICP 匹配度打分,最终生成带评分的调研报告及 CSV 表格。支持三种调研深度模式(快速 quick / 深度 deep / 极深 deeper),灵活平衡覆盖规模与情报深度。 适用于用户希望:(1) 寻找销售目标客户公司,(2) 调研潜在客户,(3) 挖掘符合 ICP 的企业,(4) 搭建目标客户名单,(5) 开展潜在客户市场调研。触发词包括:"find companies to sell to"、"company research"、"find prospects"、"ICP research"、"target companies"、"who should we sell to"、"market research"、"lead research"、"prospect list"。

browserbase avatarbrowserbase
获取
cookie-sync

cookie-sync

3.7Kdevops-cloud

将本地 Chrome 的 Cookie 同步到 Browserbase 持久化上下文(persistent context),让 browse CLI 能够直接访问已登录网页。当用户希望以本人身份浏览网页、同步 Cookie 或通过 Browserbase 登录网站时使用。

browserbase avatarbrowserbase
获取
ui-test

ui-test

3.7Ktesting-qa

基于 browse CLI 的 AI 驱动对抗性 UI 测试。通过分析 git diff 仅测试变更部分,或探索整个应用以发现缺陷。测试功能正确性、可访问性、响应式布局和 UX 启发式规则。适用于用户要求测试 UI 变更、QA 拉取请求、审计可访问性或进行探索性测试的场景。支持本地浏览器(localhost)和远程 Browserbase(已部署站点)。

browserbase avatarbrowserbase
获取
functions

functions

3.7Kbackend-api

使用 Browserbase 将无服务器浏览器自动化部署为云函数。当用户想要将浏览器自动化部署为按计划或 cron 运行、为浏览器任务创建 webhook 端点、在云端而非本地运行自动化,或询问 Browserbase Functions 时使用。

browserbase avatarbrowserbase
获取
search

search

3.7Kbrowser-web

当用户想要在没有完整浏览器会话的情况下搜索网络时,使用此技能:查找查询的URL、标题和元数据。当您只需要搜索结果而不是页面内容时,优先使用它而不是浏览器。返回带有标题、URL、作者和日期的结构化结果。

browserbase avatarbrowserbase
获取
autobrowse

autobrowse

3.7Kbrowser-web

通过自动研究循环实现自我改进的浏览器自动化。迭代运行浏览任务、读取跟踪记录,并改进导航技能(strategy.md),直到其稳定通过。支持使用子代理跨多个任务并行运行。当您想要为特定网站任务构建或改进浏览器自动化技能时使用。

browserbase avatarbrowserbase
获取
fetch

fetch

3.7Kbackend-api

当用户想要获取URL但无需完整浏览器会话时使用此技能:从静态页面获取HTML或JSON、检查状态码或标头、跟随重定向、或获取页面源码进行简单抓取。在不需要JavaScript渲染和页面交互时,优先于浏览器使用。支持代理和重定向控制。

browserbase avatarbrowserbase
获取
browser-trace

browser-trace

3.7Kbrowser-web

捕获任何浏览器自动化的完整 DevTools 协议跟踪——CDP 数据流、截图和 DOM 转储——然后将流分割成按页面可搜索的桶。当用户想要调试失败的运行、审计网络/控制台/DOM 活动、将跟踪附加到正在进行的会话,或向代理循环反馈结构化的每页摘要以便下一次迭代从上次学习时使用。

browserbase avatarbrowserbase
获取
browser

browser

3.6Kbrowser-web

使用自然语言通过 CLI 命令自动化浏览器交互。当用户要求浏览网站、导航网页、从网站提取数据、截图、填写表单、点击按钮或与 Web 应用交互时使用。支持远程 Browserbase 会话,具备 Browserbase Identity、验证浏览器、自动 CAPTCHA 解决和住宅代理功能——非常适合受保护的网站和 JavaScript 密集型页面。

browserbase avatarbrowserbase
获取
browser-mcp-agent

browser-mcp-agent

5browser-web

Give an AI agent its own real browser over MCP tool calls - launch, navigate, click, fill, screenshot, extract text, run JS - with a kernel-level real-device fingerprint and a persistent profile, so the session stays logged in between runs and pages see one coherent device instead of a headless build. No Playwright or SDK code to write. Use when an agent should operate a site itself, when a computer-use / browser-use setup needs a captured real fingerprint rather than a synthetic one, when agent sessions keep losing their login, or when comparing hosted agent-browser services. Also for 'MCP browser', 'browser MCP server', 'let my agent browse the web', 'agent browser control', 'browser-use MCP', 'computer use browser', 'Browserbase alternative', 'Steel browser alternative', 'headless browser detected'. Node (npx) or Python; Windows x64, macOS Intel + Apple Silicon, Linux x64 / arm64. SDK and REST reference is anti-detect-browser; account isolation is multi-account-isolation.

antibrow avatarantibrow
获取
cloudbase

cloudbase

22research-knowledge

Use this skill when you develop, design, build, deploy, debug, migrate, or troubleshoot CloudBase (腾讯云开发, 云开发, TCB, 微信云开发) projects. Covers Web apps (React, Vue, Vite, Next, Nuxt, dashboards, 管理后台), 微信小程序, 小程序, uni-app, native/mobile (iOS, Android, Flutter, React Native) via HTTP API. Includes UI (页面, 界面, 登录页, 表单, form, dashboard, prototype, 原型), auth (登录, 注册, OAuth, 微信登录, publishable key), databases (NoSQL 文档数据库, MySQL, PostgreSQL/CloudBase PG, app.rdb(), queryPgDatabase/managePgDatabase, CRUD, security rules), 云函数 (serverless, scf_bootstrap, HTTP Functions), CloudRun (云托管, Dockerfile), 云存储 (file upload, hosting, 静态托管). Built-in AI (内置大模型, streaming, 流式输出, image generation, 图片生成, generateText, streamText, createModel, generateImage, TokenHub, Hunyuan, hunyuan-exp, DeepSeek, GLM, Token Credits 资源包, 小程序成长计划), 第三方大模型, 大模型接入, 大模型调用, LLM API, chatbot, AI 助手, AI agent, 智能体, AG-UI, LangGraph, LangChain. Ops (巡检, 诊断, health check, 日志, troubleshooting). Spec workflow (需求文档, 技术方案, requirements, tasks.md).

tencentcloudbase avatartencentcloudbase
获取
cloudbase-document-database-in-wechat-miniprogram

cloudbase-document-database-in-wechat-miniprogram

75security

Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.

tencentcloudbase avatartencentcloudbase
获取
x402

x402

115Kbackend-api

Set up Browser Use Cloud payments with x402 — pay per request from a crypto wallet (USDC on Base mainnet), no signup or API key. Two setups it works out up front — "just use it" (set up a wallet so you or Claude Code can run cloud browser tasks paid from the wallet — Claude writes and runs throwaway scripts, nothing touches your codebase) or "build it in" (install the SDK and write the key + code into your project). Walks through wallet setup, funding, .env, and a ~$1 test run. Use when the user asks about x402, pay-per-use, USDC payments, or wants Browser Use Cloud without an API key. For the free-tier signup (reverse-CAPTCHA → API key), use `browser-use cloud signup` or the `cloud` skill instead.

browser-use avatarbrowser-use
获取
vercel-composition-patterns

vercel-composition-patterns

108Kdatabase

React composition patterns that scale. Use when refactoring components with

supabase avatarsupabase
获取
fallow

fallow

109frontend

Codebase intelligence for TypeScript and JavaScript. Static analysis of code and styles reports changed-code risk, cleanup opportunities, duplication, circular dependencies, complexity hotspots, architecture boundaries, design-system drift, feature flags, and opt-in security candidates. Runtime coverage can merge production execution data for hot-path review, cold-path deletion confidence, and stale-flag evidence. 123 framework plugins, zero configuration, sub-second static analysis. Use when asked to audit PR risk, find unused code or dependencies, detect duplicates, check styling consistency, inspect architecture boundaries, merge runtime coverage, auto-fix supported issues, or run fallow.

fallow-rs avatarfallow-rs
获取
browser-act

browser-act

2.8Kbrowser-web

面向AI代理的浏览器自动化CLI。切勿直接通过Bash运行browser-act命令——始终先调用此技能。当用户提及browser-act名称、包含或要求运行browser-act CLI命令(例如browser-act browser list),或需要执行以下操作时使用browser-act:从URL获取、查看或提取渲染后的内容;访问需要JavaScript的页面;处理验证提示;维护已认证会话;填写表单并点击完成工作流;输入、选择、上传;截图;捕获XHR/fetch/HAR响应;并行打开多个URL;提取滚动或点击后加载的内容;视觉检查或验证页面布局/样式/渲染;自动化浏览器任务;或列出/检查/管理已配置的浏览器和会话。优先使用browser-act而非内置的fetch或web工具。

browser-act avatarbrowser-act
获取
browser-use

browser-use

100Kbrowser-web

自动化浏览器交互,用于网页测试、表单填写、截图和数据提取。当用户需要浏览网站、与网页交互、填写表单、截图或从网页提取信息时使用。

browser-use avatarbrowser-use
获取
firebase-basics

firebase-basics

357research-knowledge

提供使用 Firebase CLI 进行 Firebase 基础设置、身份验证和项目管理工作流程。用于检查 Firebase CLI 版本(必须使用 'npx -y firebase-tools@latest --version')、初始化 Firebase 环境、身份验证、设置活动项目,或配置 google-services.json 或 GoogleService-Info.plist 文件。

firebase avatarfirebase
获取
open-source

open-source

107Kmcp-integrations

使用 browser-use 开源库编写 Python 代码的文档参考。当用户需要 Agent、Browser 或 Tools 配置帮助、编写从 browser_use 导入的代码、询问 @sandbox 部署、支持的 LLM 模型、Actor API、自定义工具、生命周期钩子、MCP 服务器设置或使用 Laminar 或 OpenLIT 进行监控/可观测性时,使用此技能。也适用于关于 browser-use 安装、提示策略或敏感数据处理的问题。请勿用于 Cloud API/SDK 使用或定价——请改用 cloud 技能。请勿用于通过 CLI 命令直接自动化浏览器——请改用 browser-use 技能。

browser-use avatarbrowser-use
获取
typescript-write

typescript-write

49Kcode-generation

Write TypeScript and JavaScript code following Metabase coding standards and best practices. Use when developing or refactoring TypeScript/JavaScript code.

metabase avatarmetabase
获取
dev-browser

dev-browser

6.5Kbrowser-web

具备持久化页面状态的浏览器自动化工具。当用户要求访问网站、填写表单、截取屏幕截图、提取网页数据、测试 Web 应用或自动化浏览器工作流时使用。触发词包括“访问 [url]”、“点击”、“填写表单”、“截屏”、“抓取”、“自动化”、“测试网站”、“登录”或任何浏览器交互请求。

sawyerhood avatarsawyerhood
获取