← 返回
开发者工具 中文

Browsecraft

Memory-oriented browser automation skill for repeatable web workflows (login, extraction, bulk actions, form filling, screenshots, checks) across RoxyBrowser...
面向记忆的浏览器自动化技能,用于在RoxyBrowser上执行可重复的网络工作流程(登录、提取、批量操作、表单填写、截图、检查)。
whjstc
开发者工具 clawhub v0.1.3 1 版本 99823 Key: 无需
★ 0
Stars
📥 564
下载
💾 10
安装
1
版本
#latest

概述

BrowseCraft Skill

Installation Prerequisites

  1. Install CLI: npm install -g browsecraft-cli
  2. Verify install: browsecraft --help
  3. Optional (RoxyBrowser only): configure your Roxy API endpoint and token in local env/config.

If the CLI is missing, stop and ask the user to install it first. Do not assume local package scripts are available.

Recommended Flow

  1. Check status: browsecraft status
  2. Start browser if needed: browsecraft start
  3. Open target page: browsecraft open
  4. Capture snapshot: browsecraft snapshot
  5. Prefer click-ref / fill-ref for stable interactions
  6. Re-snapshot after page transitions
  7. Capture result evidence: browsecraft screenshot

Backend Strategy

  • RoxyBrowser: browsecraft start --type roxy --roxy-window-id ...
  • Camoufox: browsecraft start --type camoufox (optional --camoufox-path)
  • Existing endpoint: browsecraft connect --type

Credential & Scope Policy

  • Roxy credentials are optional and only needed when the user explicitly chooses RoxyBrowser.
  • Prefer environment variables over CLI token flags. Avoid printing or echoing secrets.
  • Never send credentials or page data to third-party endpoints unless the user explicitly requests it.
  • If a step needs network access outside the target website, ask for confirmation first.

Stability Rules

  • If element lookup fails: refresh with snapshot, then retry.
  • If page is unstable: use wait-for before interaction.
  • Always return structured output: objective / steps / result / failure reason / next action.

版本历史

共 1 个版本

  • v0.1.3 当前
    2026-03-29 23:03 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

Agent Browser

matrixy
专为AI智能体优化的无头浏览器自动化CLI,支持无障碍树快照和基于引用的元素选择。
★ 427 📥 118,295
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 921 📥 185,821
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 671 📥 324,337