Jump to related tools in the same category or review the original source on GitHub.

Browser & Automation @extraterrest Updated 7/20/2026 1,623 downloads 2 stars Security: Pass

Student Timetable OpenClaw Plugin & Skill | ClawHub

Looking to integrate Student Timetable into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate browser & automation tasks instantly, without having to write custom tools from scratch.

What this skill does

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

Install

ClawHub CLI
openclaw skills install @extraterrest/student-timetable
Node.js (npx)
npx clawhub@latest install student-timetable

Full SKILL.md

Open original
Metadata table.
namedescription
student-timetableStudent timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/.

SKILL.md content below is scrollable.

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/<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
ClawHub Registry URL: https://clawhub.ai/extraterrest/skills/student-timetable

Related skills

If this matches your use case, these are close alternatives in the same category.