← 返回 Skills 市场
songxf1024

scut-review-monitor

作者 Song Xianfeng · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
102
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install scut-review-monitor
功能描述
Check or monitor the SCUT thesis blind-review status page through the graduate portal and refresh cookies through a local Python helper.
安全使用建议
This skill appears to do what it says (open the SCUT portal, check an XPath, save cookies, optionally monitor), but inspect and edit config.json before use. Important points: - The script saves cookies and login QR images locally (cookies.json, login_qrcode.png, login_qrcode.txt) — these are sensitive. - By default the config enables image uploading; that will send the QR code to the configured api_url. Disable image_upload.enabled or set api_url to a trusted service if you do not want QR images sent externally. - Notification endpoints (notify.notify_url, serverchan_sendkey) can receive status text; only configure endpoints you trust and avoid placing secrets in public copies of config.json. - The script may auto-install Playwright Chromium (runs 'python -m playwright install chromium'); review this if installing binaries automatically is undesirable. - If you plan to run continuous monitoring, run the script under your own supervisor (systemd/cron) rather than asking the skill to daemonize it. If you want higher assurance, run the tool in an isolated environment (VM/container) after editing config.json to disable uploads, or manually audit/modify portal_monitor.py to remove external uploads/notifications before running.
功能分析
Type: OpenClaw Skill Name: scut-review-monitor Version: 1.0.3 The skill monitors a university portal using Playwright to automate logins and scrape status updates. It is classified as suspicious because it extracts authentication QR codes and uploads them to a third-party image hosting service (https://img.scdn.io/api/v1.php) by default, which poses a high risk of credential interception. Additionally, it saves session cookies locally and sends data to external notification endpoints (portal_monitor.py, config.json), which are risky behaviors despite being documented as features for user convenience.
能力评估
Purpose & Capability
Name/description, SKILL.md, and portal_monitor.py are aligned: the tool uses Playwright to log into the SCUT graduate portal, saves cookies, extracts login QR codes, polls an XPath on the portal page, and sends notifications. Declared dependencies (requests, lxml, playwright) and local config usage are coherent with the stated purpose.
Instruction Scope
Runtime instructions are specific (login, check-once, monitor) and refer only to local files in the skill's baseDir. However the instructions and code include steps to upload the login QR code to a remote image-hosting API and to send notifications to arbitrary notify URLs. While those actions are documented, they expand scope beyond simple local checking and involve transmitting potentially sensitive authentication artifacts (QR images, saved cookies) off-host.
Install Mechanism
No install spec in registry (instruction-only), but requirements.txt includes 'playwright'. The script will attempt to auto-install Chromium via subprocess (python -m playwright install chromium) if the browser executable is missing. Auto-installing browser binaries is expected for Playwright but executes a subprocess and writes browser artifacts to disk — users should be aware.
Credentials
The skill requests no environment variables, and uses a local config.json for keys. However the default config enables image_upload (true) and includes external endpoints (image upload API and notify URLs). Uploading the login QR code or sending notifications to arbitrary URLs can expose authentication material. Requiring users to store notify keys and upload configuration in a local file is reasonable, but the defaults (enabled image upload, placeholder notify_url) risk accidental exfiltration if left unchanged.
Persistence & Privilege
always is false and the skill is user-invocable. Monitoring runs are explicitly foreground/supervised per SKILL.md. The skill does not request permanent platform-wide privileges or modify other skills' configs.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install scut-review-monitor
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /scut-review-monitor 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.3
scut-review-monitor 1.0.3 - Added explicit trigger phrase examples for common user requests to check or monitor SCUT thesis blind-review status. - Improved documentation to recommend `check-once` for ordinary queries and clarify when to use monitoring. - Enhanced login flow: now automatically extracts QQ login QR codes from the page, saves them as PNG and data URL, and supports optional image upload. - Login now runs Playwright Chromium in headless mode. - Clarified behavior for expired QR codes: helper auto-refreshes and extracts new QR codes. - All other instructions, usage, and constraints remain unchanged.
v1.0.2
- Updated the metadata "homepage" link to https://clawhub.ai/songxf1024/scut-review-monitor. - No other changes were made.
v1.0.1
Version 1.0.1 of scut-review-monitor - No changes detected in this update. - All features and documentation remain the same as the previous version.
v1.0.0
- Initial release of scut-review-monitor. - Supports checking and monitoring the SCUT thesis blind-review status via the graduate portal. - Local Python helper script manages login and monitors status with notifications. - Requires an interactive Chromium login session and local Python3. - All settings and notification keys are managed through a local config.json file. - Provides commands for login, one-time status checks, and foreground monitoring with user guidance on each.
元数据
Slug scut-review-monitor
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

scut-review-monitor 是什么?

Check or monitor the SCUT thesis blind-review status page through the graduate portal and refresh cookies through a local Python helper. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 102 次。

如何安装 scut-review-monitor?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install scut-review-monitor」即可一键安装,无需额外配置。

scut-review-monitor 是免费的吗?

是的,scut-review-monitor 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

scut-review-monitor 支持哪些平台?

scut-review-monitor 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 scut-review-monitor?

由 Song Xianfeng(@songxf1024)开发并维护,当前版本 v1.0.3。

💬 留言讨论