Overview
- Skill Key
- aikarjal/wilma-triage
- Author
- aikarjal
- Source Repo
- openclaw/skills
- Version
- 1.0.1
- Source Path
- skills/aikarjal/wilma-triage
- Latest Commit SHA
- 008368a370ba159f5d4e5946033b876ecb3d7abc
Daily triage of Wilma school notifications for Finnish parents. Fetches exams, messages, news, schedules, and homework — filters for actionable items, syncs exams to Google Calendar, and reports via chat. Requires the `wilma` skill and `gog` CLI (or `gog` skill from ClawHub) for calendar access.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 wilma-triage 技能。 若已安装,则直接安装 wilma-triage 技能。
# Wilma Triage Automated daily triage of Wilma school data for parents. Filters noise, surfaces actionable items, and syncs exams/events to Google Calendar. ## Dependencies - **wilma skill** — install from ClawHub (`clawhub install wilma`) for Wilma CLI commands and setup - **gog skill** — install from ClawHub (`clawhub install gog`) for Google Calendar sync ## First Run Setup On first use, collect and store configuration: 1. **Discover kids:** Run `wilma kids list --json` to get student names, numbers, and schools 2. **Calendar ID:** Run `gog calendar calendars` to list available calendars. Ask the user which calendar to use for school events. Store the calendar ID in **TOOLS.md** under a `## Wilma Triage` section along with naming conventions for events. 3. **Preferences:** Ask about any kid-specific rules (e.g., subject overrides like ET instead of religion). Store in **MEMORY.md** as part of the Wilma triage context. Over time, the user will give feedback on what to report and what to skip — store these preferences in MEMORY.md. The triage gets smarter with use. ## Workflow 1. **Fetch data** — check TOOLS.md for student details, then start with summary: ```bash # Best starting point — returns schedule, exams, homework, news, messages wilma summary --all-students --json # Drill into specifics as needed wilma exams list --all-students --json wilma schedule list --when today --all-students --json wilma schedule list --when tomorrow --all-students --json wilma homework list --all-students --limit 10 --json wilma grades list --all-students --limit 5 --json wilma messages list --all-students --limit 10 --json wilma news list --all-students --limit 10 --json # Read full content when subject line looks actionable wilma messages read <id> --student <name> --json wilma news read <id> --student <name> --json ``` 2. **Filter** — apply triage rules below plus any kid-specific rules from MEMORY.md 3. **Calendar sync**...
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.