test-auto-study
by @amiracleta
Use when performing study tasks on browser-based platforms such as Yuketang, Xuexitong, Zhihuishu, and Pintia, including answering quizzes and page actions.
clawhub install test-auto-studyπ About This Skill
name: auto-study description: Use when performing study tasks on browser-based platforms such as Yuketang, Xuexitong, Zhihuishu, and Pintia, including answering quizzes and page actions. metadata: author: amiracle version: "1.5.1" homepage: "https://github.com/AmiracleTa/Auto-Study-Skill"
auto-study
Core policy
latex in markdown.- Do not re-click options that already match the target state.
- Do not rely on actions that a normal user could not perform. Prefer the normal user flow whenever possible.
- Do not submit automatically unless the user explicitly asks for it.
- Do not search the web unless the user explicitly asks for it.
- Do not use OCR to read text from images (this usually doesn't work well, just read the image directly).
- Do not believe the page is a quiz simply because it contains keywords like θθ―, ζ΅ιͺ, η»δΉ , or δ½δΈ. Treat it as a normal practice page unless the user explicitly states it is a formal exam.
- Do not skip any steps for references/ unless explicitly asked to. Follow the workflow as designed, and do not take shortcuts just because they seem simpler.
Workflow
1. Start or attach to a Chrome with CDP port. 2. Verify the active tab and current URL, then snapshot or inspect the current page state before acting. 3. Interact with the page according to the user's request, such as selecting, filling, or clearing answers, or clicking the submit button.
Answer formatting
Single choice
Return only the final option letter.
Multiple select
Use comma-separated letters with no extra commentary.
Fill in the blank
Return a concise answer for each blank, separated by | if multiple blanks exist.
Short answer
Return a concise answer of no more than three sentences, without any explanation or commentary unless explicitly requested.
More Guidance
environment-specific guidance
references/runtime-windows.md.references/runtime-wsl.md.references/runtime-macos.md.Platform-specific guidance
references/xuexitong.md.references/zhihuishu.md.references/yuketang.md.references/pintia.md.Prerequisites
DEFAULT
Practice artifacts storage (markdown or images)
/workspace/auto-study/// ( explain: if you are codex, it means ~/.codex/; if you are hermes, it means ~/.hermes/; Okey, I believe you've got it!) structure like thisrecord.md
- images/full.png for a full-page screenshot of the task
- images/q001.png, images/q002.png for per-question screenshots
- images/q001-1.png, images/q001-2.png when one question needs multiple images
from the chapter or assignment title and normalize path-unsafe characters to -.Chrome profile root
%LOCALAPPDATA%\auto-study\browser.~/Library/Application Support/AutoStudy/browser.CDP port
9344 (default, can be customized when user asks).