← 返回 Skills 市场
sixadd1

高校招生监控

作者 SIXADD1 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
51
总下载
1
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install higher-education-admissions-monitoring
功能描述
监控指定高校的研究生招生通知,自动爬取最新信息并生成报告。支持查询学校库、整理文件发送、设置定时任务。
使用说明 (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条通知
  • 结果不自动保存文件
  • 技能目录可放在任意位置,路径为相对路径
安全使用建议
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install higher-education-admissions-monitoring
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /higher-education-admissions-monitoring 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
版本1
元数据
Slug higher-education-admissions-monitoring
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

高校招生监控 是什么?

监控指定高校的研究生招生通知,自动爬取最新信息并生成报告。支持查询学校库、整理文件发送、设置定时任务。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 51 次。

如何安装 高校招生监控?

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

高校招生监控 是免费的吗?

是的,高校招生监控 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

高校招生监控 支持哪些平台?

高校招生监控 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 高校招生监控?

由 SIXADD1(@sixadd1)开发并维护,当前版本 v1.0.0。

💬 留言讨论