browsecraft

Memory-oriented browser automation skill for repeatable web workflows (login, extraction, bulk actions, form filling, screenshots, checks) across RoxyBrowser, Camoufox, and Chrome.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "browsecraft" with this command: npx skills add whjstc/browsecraft/whjstc-browsecraft-browsecraft

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 <url>
  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 <endpoint> --type <chrome|camoufox|roxy>

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.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

AutoClaw Browser Automation

Complete browser automation skill with MCP protocol support and Chrome extension

Registry SourceRecently Updated
3680Profile unavailable
Coding

Playwright CLI Automation

官方Microsoft Playwright CLI网页自动化工具,支持所有主流浏览器的无头/有头自动化操作,包括页面导航、元素交互、截图、录制、测试等功能。当用户提到网页自动化、浏览器操作、爬虫、截图、录制用户操作、E2E测试时触发。

Registry SourceRecently Updated
2242Profile unavailable
Coding

Browser Use Pro

AI-powered browser automation for complex multi-step web workflows. Uses Browser-Use framework when OpenClaw's built-in browser tool can't handle login flows...

Registry SourceRecently Updated
2040Profile unavailable
Automation

Task Automation Workflows

Automate repetitive tasks with scripts, workflows, and schedules. Create efficient automation for file operations, data processing, API calls, and scheduled...

Registry SourceRecently Updated
90Profile unavailable