超星智能批改
Chaoxing Auto Grade
by chenghaozhangswu
超星(学习通)作业自动批改技能。使用 Playwright 自动化 + 通义千问 AI 进行主观题智能评分。
安装
claude skill add --url github.com/openclaw/skills/tree/main/skills/chenghaozhangswu/chaoxing-auto-grade文档
超星(学习通)作业自动批改技能。使用 Playwright 自动化 + 通义千问 AI 进行主观题智能评分。
功能
- 🔐 自动登录学习通
- 📚 根据课程名选择课程
- 📝 自动找到未批改的作业
- 🤖 AI 智能评分(通义千问 API)
- ✅ 自动提交成绩
- 📄 支持翻页处理多个作业
配置
修改 config.json:
{
"username": "你的学习通账号",
"password": "你的学习通密码",
"courseName": "课程名称(留空选第一个)",
"apiKey": "通义千问 API Key",
"model": "qwen-plus",
"minScore": 60,
"maxScore": 99,
"chromePath": ""
}
使用
cd scripts
npm install
npx playwright install chromium
npx playwright test auto-grade.spec.js --headed
获取 API Key
- 访问 阿里云百炼
- 开通通义千问服务
- 创建 API Key
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
优酷短剧热点
by codenova58
注册“优酷短剧”技能;用于短剧频道与剧集页信息整理与表现摘要。