Install
openclaw skills install @ojusave/browser-executionComplete a direct browser task, including recovery from blocked sites and an explicit task result.
openclaw skills install @ojusave/browser-executionmanage_browsers, execute_playwright_code, and computer_action.computer_action with a final screenshot when visual reasoning or coordinate-level input is more reliable.list_vault for an opaque handle, then call fill_from_vault. Also use the vault when the user refers to a saved address, phone, or identity instead of providing the value directly. Never place a raw secret in a normal browser call. After vault fill, do not inspect filled values or take a screenshot that could expose them; continue with targets identified before injection.request_vault_setup can create only login, payment, address, or phone items and accepts only kind, optional label, optional account, and target. fill_from_vault accepts only username, password, cardholder_name, card_number, expiration, expiration_month, expiration_year, cvc, billing_postal_code, address, phone, identity, or token.domcontentloaded or wait for the specific locator, URL, response, or visible state needed next. Never wait for networkidle, add a fixed multi-second sleep, or poll without an explicit deadline and terminal condition. Keep locator waits at or below five seconds and computer-action sleeps at or below two seconds.complete_task exactly once at the end. Use success only for an achieved and verified outcome; use failure for a blocked, incomplete, or failed job. Then reply with the same terminal message.