技能详情(站内镜像,无评论)
作者:Seongmin Hong @Acogkr
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.2
统计:⭐ 0 · 189 · 1 current installs · 1 all-time installs
⭐ 0
安装量(当前) 1
🛡 VirusTotal :良性 · OpenClaw :可疑
Package:acogkr/hoseo-lms
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :可疑
OpenClaw 评估
The code largely matches an LMS scraper/player, but there are important inconsistencies (undeclared Playwright/browser dependency, omitted install steps, and a 'read-only' claim that conflicts with automation that can change server-side state); proceed with caution.
目的
Name/description and code mostly align: scraper, summary, and a playback utility are present. However the skill requires Playwright (browser automation) to function but the registry metadata only declares python3; requirements.txt references playwright but no install spec is provided. The README and code expect Playwright/Chromium, which is a significant runtime dependency not declared in the skill metadata.
说明范围
SKILL.md and README instruct creating a plaintext credentials file and running the scraper/auto_attend. The SKILL.md repeatedly states 'read-only' and 'no automatic attendance submission', yet auto_attend.py uses Playwright to log in, click lecture links, accept dialogs, and play videos — actions that can cause server-side state changes (attendance or view logs) even if the code doesn't explicitly POST attendance. The instructions grant the to…
安装机制
No formal install spec is provided in the registry. A requirements.txt (playwright>=1.40) is included and the README notes Playwright/Chromium is required, but the skill metadata does not declare this or provide an automated install step. Playwright requires downloading browser binaries (a high-impact install action) which is not surfaced. The absence of an install specification for Python dependencies is an incoherence and a usability/securit…
证书
The only sensitive data requested is the user's LMS credentials (student id and password), stored by default at ~/.config/hoseo_lms/credentials.json. Requesting these credentials is proportionate to logging into the LMS, but storing them in plaintext on disk is sensitive (the skill suggests chmod 600, which helps). No unrelated environment variables or unrelated service credentials are requested.
持久
The skill does not request always:true and does not require system-wide configuration. It is user-invocable and can be invoked autonomously by the agent (platform default), which is normal. The skill does write a local data.json and credentials file under ~/.config/hoseo_lms, which is expected for this functionality.
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「hoseo-lms」。简介:LMS data aggregation and reporting tool for course information management.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/acogkr/hoseo-lms/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。