Install
openclaw skills install bupt-empty-classroomQuery empty classrooms at BUPT (Beijing University of Posts and Telecommunications) Xitucheng campus. Use when the user needs to find available/empty classrooms for a specific building and time period at Xitucheng campus. Supports selecting buildings (教2, 教3, 教4, 未来学习大楼) and time periods.
openclaw skills install bupt-empty-classroomThis skill queries the BUPT empty classroom system at https://ec.jray.xyz/
Use agent-browser to open the URL:
agent-browser open https://ec.jray.xyz/
[checked] on radio "西土城")agent-browser click @e2Click on the building button:
agent-browser click @e6agent-browser click @e7agent-browser click @e8agent-browser click @e9After clicking the building, the time period buttons will appear. Each button shows the format:
HH:MM 节次 HH:MM
Example buttons:
Click on the desired time period button (check refs from snapshot).
After selecting the time period, the page will show a table with empty classrooms:
| Column | Description |
|---|---|
| 教室 | Classroom ID (e.g., 教4-203) |
| 座位数 | Number of seats |
| 类型 | Room type (if available) |
| 来源 | Data source (usually "教务") |
Use agent-browser snapshot or agent-browser snapshot -i to get the full table.
# Step 1: Open website
agent-browser open https://ec.jray.xyz/
# Step 2: Get initial snapshot to see refs
agent-browser snapshot -i
# Step 3: Click on building (e.g., 教4)
agent-browser click @e8
# Step 4: Get updated snapshot
agent-browser snapshot -i
# Step 5: Click on time period (e.g., 17:25 11 18:10)
agent-browser click @e20
# Step 6: Get final results
agent-browser snapshot
Button refs change after each navigation: Always re-run snapshot after clicking a building or time period.
Some time periods are disabled: Passed time periods show [disabled] and cannot be clicked.
No empty classrooms: If no classrooms are shown after selecting a time period, it means all classrooms are occupied at that time.