openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Auto Study

Use when handling browser-based study tasks on platforms like Yuketang, Xuexitong, and Pintia, including quiz answering and page actions.

数据与表格

作者:Song Kexin @AmiracleTa

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.3.2

统计:⭐ 1 · 167 · 0 current installs · 0 all-time installs

1

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:amiracleta/auto-study

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's requests and instructions align with its stated purpose (browser automation for study platforms); it is coherent but requires caution because it controls a browser profile and writes snapshots/files to disk.

综合结论

This skill appears to do what it says, but it controls a Chrome instance and writes screenshots and answer records to disk, so treat it like a remote browser-controller: 1) only attach it to a dedicated/testing Chrome profile (or run Chrome launched specifically for the skill) rather than your main personal profile; 2) avoid attaching to a Chrome/CDP port that is exposed to the network; 3) verify and, if needed, clear the %LOCALAPPDATA%AutoSt…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Auto Study」。简介:Use when handling browser-based study tasks on platforms like Yuketang, Xuexito…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/amiracleta/auto-study/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: auto-study
description: Use when handling browser-based study tasks on platforms like Yuketang, Xuexitong, and Pintia, including quiz answering and page actions.
metadata:
  openclaw:
    emoji: "🎓"
    category: ["study", "browser automation"]
    tags: ["study platform", "practice", "quiz", "browser automation"]
---

# 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

1. 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.
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.

## 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 **instead of** trying to extract text from it.

- 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.

- After attaching through CDP, verify the active tab and current URL before trusting the first snapshot. If the current page is not the target page, use `tab list` and switch to the expected site tab first.

- 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.

- Keep answers short and easy to scan.

- Just carefully analyze answer, do not search the web unless the user explicitly asks for it.

## Output rules

### Single choice

Return only the final option letter.

### Multiple select

Use comma-separated letters with no extra commentary.

### Fill in the blank or short answer

Return only the expected word or phrase.

## Profile storage

- Default the profile root to `%LOCALAPPDATA%AutoStudybrowser`.
- When Chrome is launched for this skill outside the workspace, keep profile folders under the active profile root and reuse the same site profile.

## Environment-specific guidance

- For Windows-native usage, read `references/runtime-windows.md`.
- For WSL usage that launches Windows Chrome, read `references/runtime-wsl.md`.

## Browser guidance

- Read `references/browser.md`.

## Platform-specific guidance

- For Xuexitong specifics, read `references/xuexitong.md`.
- For Yuketang specifics, read `references/yuketang.md`.
- For Pintia specifics, read `references/pintia.md`.

## Prerequisites

- Google Chrome (on Windows)
- [Agent Browser CLI](https://github.com/vercel-labs/agent-browser)
- [Agent Browser Skill](https://clawhub.ai/MaTriXy/agent-browser-clawdbot)