Install
openclaw skills install yaAutomate login and page capture for WHUT AI Augmented sites using agent-browser. Use when handling whut.ai-augmented.com or its subdomains, especially to open a target page, close blocking popups, fill login credentials from a local secret file or environment variables, verify login state, and capture current page text/questions for later processing.
openclaw skills install yaUse this skill to open WHUT AI Augmented pages in an authenticated browser session and dump the current page text for downstream analysis.
scripts/whut-open "URL" for a target page, or run it without arguments to open the site root.references/workflow.md for the operating conventions if follow-up browser automation is needed.latest_page_dump.json after execution to inspect captured page text and extracted questions.The login script supports these credential sources, checked in this order:
WHUT_USERNAME and WHUT_PASSWORD environment variablesWHUT_SECRET_PATH environment variable pointing to a JSON file with username and password./local/whut_ai_secret.json inside this skill folderDo not package real credentials with the skill.
scripts/auto_login.py: main automation logicscripts/whut-open: convenience wrapperreferences/workflow.md: usage conventions and follow-up operating noteslocal/whut_ai_secret.json or environment variables.latest_page_dump.json as runtime output, not as reference content to distribute.