| name | auto-study |
| description | Use for browser-based study, quiz, and practice tasks. Best for Yuketang, Xuexitong, Pintia, and similar learning or question pages where you need a persistent profile, a CDP connection through agent-browser, and concise answer or page-action help. |
auto-study
This skill provides a browser workflow for study platforms during ordinary practice. It can return answers, select options, fill in answers, clear answers, and submit them as needed.
When to use
- Want to automatically handle answering tasks in a browser on study platforms, such as practice sets, quizzes, and homework.
- Want the answers for questions on the page.
- Wants answers selected, filled, or cleared on an ordinary practice page.
Workflow
- Start Chrome with the intended persistent site profile and a CDP port, or connect to an existing Chrome instance that already exposes a CDP port.
- Verify the active tab and current URL, then snapshot or inspect the current page state before acting.
- Interact with the page according to the user's request, such as selecting, filling, or clearing answers, or clicking the submit button.
Core policy
-
Treat all pages as ordinary practice by default unless the user explicitly says otherwise.
-
If the user asks for page actions, apply them sequentially with short pauses, usually around 0.1 seconds.
-
If the question is presented as an image, read the image directly.
-
If the DOM-visible text is obfuscated, encrypted, or obvious gibberish, try to infer the meaning first. If you still cannot make sense of it completely, take a screenshot to answer.
-
Reuse the same browser profile for the same site when login state matters.
-
Treat a persistent profile as a login-state aid, not as a guarantee of silent auto-login. It may restore cookies, local storage, or only saved credentials, so some sites may still require a visible login click or confirmation step.