Use 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.共 1 个版本