← Back to Skills Marketplace
sixadd1

高校招生监控

by SIXADD1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
51
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install higher-education-admissions-monitoring
Description
监控指定高校的研究生招生通知,自动爬取最新信息并生成报告。支持查询学校库、整理文件发送、设置定时任务。
README (SKILL.md)

高校招生监控 🎓

监控指定高校的研究生院/学院招生网站,自动提取最新通知。


功能说明

1️⃣ 查询学校库中的研究生招生信息

schools.json 学校库中选取目标学校,查询其研究生招生网站的最新通知。

使用流程:

  • AI先问用户:"你要查哪些学校的招生信息?"
  • 运行:python3 scripts/monitor.py --schools 深圳大学,武汉理工大学
  • 每个网站最多获取前10条通知

2️⃣ 将查询结果整理成文件发送

查询完成后,AI询问用户:

  • "需要我整理成文件发给你吗?"
  • 用户同意后,整理成 Markdown 格式文件发送

3️⃣ 设置定时任务

AI可帮助用户设置定时任务,到点自动查询并发送结果。

学校库

编辑 schools.json 添加学校:

{
  "name": "学校名称",
  "sites": [
    {"site_name": "网站名称", "url": "网址"}
  ]
}

查看可选学校:

python3 scripts/monitor.py

环境要求

pip install requests beautifulsoup4

说明

  • 每个网站最多获取前10条通知
  • 结果不自动保存文件
  • 技能目录可放在任意位置,路径为相对路径
Usage Guidance
Reasonable to install if you want admissions notice monitoring. Before enabling any scheduled task or report sending, confirm exactly which school URLs will be checked, how often it will run, who receives the report, whether any files are stored, and how to pause or delete the schedule.
Capability Assessment
Purpose & Capability
The artifacts consistently support the stated purpose: read a small bundled school list, fetch configured public university admissions pages, extract notice titles and links, and print a report.
Instruction Scope
The skill tells the agent to ask which schools to query and to ask before preparing a Markdown file, but scheduled monitoring and sending are described only at a high level.
Install Mechanism
Installation only asks for common Python packages, requests and beautifulsoup4; no hidden installer, privilege escalation, or package mutation is present.
Credentials
Local file access is limited to the bundled schools.json, and network access is to configured public school websites; no credentials, browser profiles, private directories, or account sessions are requested.
Persistence & Privilege
The script itself does not write files, send messages, or create schedules, but the documentation should better define where optional Markdown reports go and how recurring tasks are stopped.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install higher-education-admissions-monitoring
  3. After installation, invoke the skill by name or use /higher-education-admissions-monitoring
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
版本1
Metadata
Slug higher-education-admissions-monitoring
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 高校招生监控?

监控指定高校的研究生招生通知,自动爬取最新信息并生成报告。支持查询学校库、整理文件发送、设置定时任务。 It is an AI Agent Skill for Claude Code / OpenClaw, with 51 downloads so far.

How do I install 高校招生监控?

Run "/install higher-education-admissions-monitoring" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 高校招生监控 free?

Yes, 高校招生监控 is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 高校招生监控 support?

高校招生监控 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 高校招生监控?

It is built and maintained by SIXADD1 (@sixadd1); the current version is v1.0.0.

💬 Comments