# Openclaw

> BrowserForce tab-attachment policy notes for OpenClaw operating constraints.

- Skill: `ivalsaraj/openclaw` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add ivalsaraj/openclaw`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ivalsaraj/openclaw/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ivalsaraj (https://skillmd.com/u/ivalsaraj)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/ivalsaraj/openclaw

---


## BrowserForce tab policy (OpenClaw)

- Do not ask the user to click Attach/Share by default.
- If tabs/targets are empty, create or reuse a dedicated tab with `context.newPage()`, then navigate and call `snapshot()`.
- Ask for manual Attach/Share only when `mode=manual` or `noNewTabs=true`, or when the user explicitly asks to use their current tab.
- If blocked, report one concrete reason and one concrete user action.
- Do not repeat "click extension icon again" loops without a new error signal.

