Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计提醒

scut-review-monitorscut 审查监视器

Agent Skill

scut-review-monitor 用于辅助 Python 项目开发、测试和数据处理,适合在 OpenClaw 中需要阅读 Python 代码、运行测试或整理脚本流程时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,922

周安装

123

GitHub Stars

公开资料未说明

下载量

1,023
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:scut-review-monitor(scut 审查监视器)
来源仓库:https://github.com/songxf1024/scut-review-monitor
安装命令:
openclaw skills install scut-review-monitor
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install scut-review-monitor

简介

通过研究生门户检查或监控华南理工大学论文盲审状态页面,并通过本地Python助手刷新cookie。

SKILL.md

name: 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. metadata: {"openclaw":{"emoji":"🎓","skillKey":"scut-review-monitor","requires":{"bins":["python3"]},"homepage":"https://clawhub.ai/songxf1024/scut-review-monitor"}} user-invocable: true


scut-review-monitor

Use this skill when the user wants to check, monitor, or re-login to the SCUT thesis blind-review status page, which is accessed through the graduate affairs portal.

The helper script for this skill is at {baseDir}/portal_monitor.py. The local config file for this skill is at {baseDir}/config.json.

Trigger examples

Typical user requests that should trigger this skill include:

  • 帮我查一下盲审状态
  • 查一下论文盲审状态
  • 帮我看看盲审结果出来没有
  • 看下现在盲审到哪一步了
  • 帮我登录研究生系统查盲审
  • 盲审状态有变化吗
  • 帮我持续盯一下盲审状态

For ordinary status-query requests such as 帮我查一下盲审状态, prefer running check-once first. Only use monitor when the user explicitly asks for continuous monitoring.

What this skill is good for

  • One-time checks of the current thesis blind-review status text.
  • Manual login bootstrap through the graduate portal that saves cookies locally.
  • During manual login, automatically extract the QR code from the login page and save it locally as a PNG plus the original data URL.
  • Local foreground monitoring of thesis blind-review status changes with polling and notifications.

Important constraints

  • This is a local skill that depends on the host machine having Python available.
  • Login uses Playwright Chromium in headless mode.
  • Do not expose or echo secrets such as notification keys.
  • Do not silently run long-lived background jobs unless the user explicitly asks for continuous monitoring.
  • If the user asks for a daemonized or auto-start service, explain that the helper should be supervised by systemd, launchd, cron, or another scheduler outside the skill itself.

Configuration

This skill reads all runtime settings from {baseDir}/config.json. Do not rely on environment variables for this skill.

If {baseDir}/config.json does not exist yet, copy {baseDir}/config.json.example to {baseDir}/config.json and fill in the notification fields as needed.

The most commonly edited fields are:

  • watch_xpath
  • monitor_interval_seconds
  • notify.notify_url
  • notify.notify_target
  • notify.notify_key
  • notify.serverchan_sendkey

Commands to use

1. Save or refresh login cookies

Use this when there is no valid cookie yet or the portal session is invalid.

python3 "{baseDir}/portal_monitor.py" login

During the login wait, if the page exposes a QQ login QR code under #qrcodeQQLogin, the helper will save it to {baseDir}/login_qrcode.png, save the original data:image/...;base64,... string to {baseDir}/login_qrcode.txt, and upload the QR code to the configured image-hosting API when image_upload.enabled is true.

If the login page shows 二维码已失效, the helper will refresh the page and continue exporting the new QR code.

2. Run a one-time check

Use this for a quick answer in chat.

python3 "{baseDir}/portal_monitor.py" check-once

3. Run foreground monitoring

Use this only when the user explicitly asks for continuous monitoring.

python3 "{baseDir}/portal_monitor.py" monitor

Response guidance

  • For check-once, report the current watched text verbatim.
  • If the helper says cookie is invalid, tell the user that re-login is needed and offer the login command.
  • If the XPath no longer matches, say the blind-review page structure inside the portal probably changed.
  • If the user asks to adapt the watched field, edit {baseDir}/config.json or the helper script rather than improvising values in the reply.
  • When monitoring reports a change, summarize the old value and new value.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

82.35%
按下载量换算842

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills