- name
- auto-xiaoya-doing
- description
- Automate 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.
Auto Xiaoya Doing
Use this skill to open WHUT AI Augmented pages in an authenticated browser session and dump the current page text for downstream analysis.
Workflow
- Ensure credentials are available before running the script.
- Run
scripts/whut-open "URL"for a target page, or run it without arguments to open the site root. - Read
references/workflow.mdfor the operating conventions if follow-up browser automation is needed. - Read
latest_page_dump.jsonafter execution to inspect captured page text and extracted questions.
Credential sources
The login script supports these credential sources, checked in this order:
WHUT_USERNAMEandWHUT_PASSWORDenvironment variablesWHUT_SECRET_PATHenvironment variable pointing to a JSON file withusernameandpassword./local/whut_ai_secret.jsoninside this skill folder
Do not package real credentials with the skill.
Bundled files
scripts/auto_login.py: main automation logicscripts/whut-open: convenience wrapperreferences/workflow.md: usage conventions and follow-up operating notes
Notes
- Keep secrets in
local/whut_ai_secret.jsonor environment variables. - Treat
latest_page_dump.jsonas runtime output, not as reference content to distribute. - If refs become stale during browser automation, take a fresh snapshot before continuing.