🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Student Timetable

by @extraterrest

Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/.

Versionv0.1.0-alpha.4
Downloads1,326
Installs3
Stars⭐ 2
TERMINAL
clawhub install student-timetable

πŸ“– About This Skill


name: student-timetable description: Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/.

student-timetable

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//*

    Query

  • node skills/student-timetable/cli.js today --profile
  • node skills/student-timetable/cli.js tomorrow --profile
  • node skills/student-timetable/cli.js this_week --profile
  • node skills/student-timetable/cli.js next_week --profile
  • Tool entry

  • tool.js