student-timetable
Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/extraterrest/student-timetablestudent-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.jsonschedules/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
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-extraterrest-student-timetable": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
alibaba-cloud-model-setup
Configure OpenClaw to use Alibaba Cloud Bailian provider (Pay-As-You-Go or Coding Plan) through a strict interactive flow. Supports 5 site options and flagship model series. Use this skill when a user asks to add, switch, or repair Alibaba Cloud/Qwen provider configuration in OpenClaw.
auto-rollback
Backup + timed rollback safety net for openclaw.json changes (macOS launchd)
agentrelay
Reliable agent-to-agent communication protocol for transferring large payloads via shared files with pointer references and secret code verification. Triggered by explicit 'AgentRelay:' prefix in messages.
Workcrm
Skill by extraterrest