详细分析 ▾
运行时依赖
版本
Initial release of auto-xiaoya-doing skill. - Automates login and page capture for WHUT AI Augmented sites using agent-browser. - Supports credential input via environment variables or local secret files. - Provides scripts for opening target pages, bypassing popups, and capturing page questions/text. - Captured page data is saved to latest_page_dump.json for further analysis. - Includes documentation and workflow guidelines for effective use and automation. 第一个版本应该bug很多。 某些模型有道德限制,不愿意帮你,不知道怎么解决。 目前的版本需要你把完整的作业页面的URL发给它,基于agent browser登陆浏览器,然后完成任务。 有点麻烦。 正在尝试发明全自动化skill。
安装命令
点击复制本土化适配说明
Xiaoya Auto Doing — 小雅自动执行 安装说明: 安装命令:npx clawhub@latest install ya
技能文档
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 可用 之前 running script.
- Run
scripts/whut-打开 "URL"对于 target page, 或 run 没有 arguments 到 打开 site root. - 读取
references/workflow.md对于 operating conventions 如果 关注-up browser automation needed. - 读取
latest_page_dump.json之后 execution 到 inspect captured page text 和 extracted questions.
Credential sources
The login script supports these credential sources, checked in this order:
WHUT_USERNAME和WHUT_PASSWORDenvironment variablesWHUT_SECRET_PATHenvironment 变量 pointing 到 JSON file 带有username和密码./local/whut_ai_secret.jsoninside skill folder
Do not package real credentials with the skill.
Bundled files
scripts/auto_login.py: main automation logicscripts/whut-打开: convenience wrapperreferences/workflow.md: usage conventions 和 关注-up operating notes
Notes
- Keep secrets 在...中
local/whut_ai_secret.json或 environment variables. - Treat
latest_page_dump.json作为 runtime 输出, 不 作为 reference content 到 distribute. - 如果 refs become stale 期间 browser automation, take fresh snapshot 之前 continuing.