Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/.
Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Design Supports two operating modes: Self profile: a student manages their own schedule. Child profiles: a parent/guardian manages one or more children. Uses a profile registry + per-profile data files so queries are consistent across kids and reusable in other automations. Initialize Run interactive setup: node skills/student-timetable/cli.js init This writes/updates: schedules/profiles/registry.json schedules/profiles/<profile_id>/* Query node skills/student-timetable/cli.js today --profile <id|name|alias> node skills/student-timetable/cli.js tomorrow --profile <id|name|alias> node skills/student-timetable/cli.js this_week --profile <id|name|alias> node skills/student-timetable/cli.js next_week --profile <id|name|alias> Tool entry tool.js
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.