← Back to Skills Marketplace
songxf1024

scut-review-monitor

by Song Xianfeng · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
102
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install scut-review-monitor
Description
Check or monitor the SCUT thesis blind-review status page through the graduate portal and refresh cookies through a local Python helper.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install scut-review-monitor
  3. After installation, invoke the skill by name or use /scut-review-monitor
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug scut-review-monitor
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 102 downloads so far.

How do I install scut-review-monitor?

Run "/install scut-review-monitor" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is scut-review-monitor free?

Yes, scut-review-monitor is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does scut-review-monitor support?

scut-review-monitor is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created scut-review-monitor?

It is built and maintained by Song Xianfeng (@songxf1024); the current version is v1.0.3.

💬 Comments