Overview
- Skill Key
- extraterrest/student-timetable
- Author
- extraterrest
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/extraterrest/student-timetable
- Latest Commit SHA
- 4826535f428e909916251bb3b8f42382d94e6603
Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 student-timetable 技能。 若已安装,则直接安装 student-timetable 技能。
# 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`
# student-timetable A student timetable manager supporting: - A student managing their own schedule (self profile) - A parent/guardian managing one or more children (child profiles) Data contract reference: `projects/StudentTimetable/docs/contracts/prd.md`. ## Data layout All schedule data lives under: - `schedules/profiles/registry.json` - `schedules/profiles/<profile_id>/weekly.json` - `schedules/profiles/<profile_id>/special_events.json` - `schedules/profiles/<profile_id>/term_calendar.json` ## CLI Interactive init: - `node skills/student-timetable/cli.js init` 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>` If you omit `--profile`, the CLI defaults to the self profile ONLY when a self profile exists in `schedules/profiles/registry.json`. ## Profile resolution rules Matching order: 1. Exact match on `profile_id` 2. Exact match on display name 3. Exact match on an alias Normalization: - Case-insensitive - Trim whitespace - Collapse internal whitespace runs Ambiguity handling: - If multiple profiles match, the tool always asks for clarification. - The tool never picks a profile based on ordering, recency, or heuristics. Generic aliases (always require clarification): - `me`, `myself`, `self` - `kid`, `child`, `son`, `daughter`, `boy`, `girl` - `older`, `younger`, `big`, `small` - `primary`, `secondary` Reserved words: - `all`, `everyone` ## Migration Non-destructive migration from the legacy `kid-schedule` layout: - Dry run: `node skills/student-timetable/cli.js migrate kid-schedule --dry-run` - Apply: `node skills/student-timetable/cli.js migrate kid-schedule` Legacy "zian" single-JSON (heuristic): - Dry run: `node skills/student-timetable/cli.js migrate legacy-zian --dry-run` -...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.