Daily triage of Wilma school notifications for Finnish parents. Fetches exams, messages, news, schedules, and homework — filters for actionable items, syncs...
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install wilma-triage或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install wilma-triage⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/wilma-triage/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: wilma-triage version: 1.0.1 description: 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. metadata: { "openclaw": { "requires": { "bins": ["wilma", "gog"], "skills": ["wilma"], "configPaths": [ "~/.config/wilmai/config.json", "~/Library/Application Support/gogcli/", ], }, "credentials": { "note": "Requires local Wilma credentials (~/.config/wilmai/config.json) for school data access and gog CLI auth (Google OAuth) for calendar sync. Both must be set up interactively before use.", }, }, } ---
Automated daily triage of Wilma school data for parents. Filters noise, surfaces actionable items, and syncs exams/events to Google Calendar.
clawhub install wilma) for Wilma CLI commands and setupclawhub install gog) for Google Calendar syncOn first use, collect and store configuration:
wilma kids list --json to get student names, numbers, and schoolsgog 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.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.
```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
- ALWAYS check for existing events before adding to avoid duplicates - Use naming conventions stored in TOOLS.md - Remove cancelled events from calendar
Refer to TOOLS.md for the calendar ID, naming conventions, and exact gog CLI commands.
NO DUPLICATES rule:
Wilma messages come from different sources and have very different signal-to-noise ratios. Knowing the difference is critical for good triage:
Rule of thumb: If a message is from a teacher (class teacher or subject teacher), always read it. If it's from the school office or city, skim the subject and skip unless it's clearly actionable.
Weekly letters from class teachers often contain actionable items buried in the text: exams, materials to bring, schedule changes, field trips. Always read the full content of viikkoviesti messages — do not skip based on subject line alone.
Check MEMORY.md for additional skip/report rules the user has provided over time (e.g., subject overrides, school-specific filtering).
Run daily at 07:00 local time as an isolated agentTurn job:
Schedule: 07:00 daily
Timeout: 180s
Task: "Read the wilma-triage skill, then run the full triage workflow. Report actionable findings."
Stagger with other morning jobs (e.g., email check at 07:05) to avoid API rate limits.
📚 Wilma Update
Child A (8th grade)
• Math exam tomorrow — yhtälöt, kpl 1-8
• Friday short day (9:20-12:35) — kulttuuripäivä, bring laptop + outdoor clothes
Child B (6th grade)
• No actionable items
📅 Calendar: Added Child A math exam (Feb 10), removed cancelled disco (Feb 11)
Keep it brief. One line per item. Silence is better than noise.
安装 Wilma Triage 后,可以对 AI 说这些话来触发它
Send a Slack message to the #engineering channel about the deployment
Formats and sends the message with relevant context, tagging the right people
Summarize all unread messages in my inbox from today
Reads messages across connected channels and returns a prioritized summary
Draft a reply to this customer complaint and send it for review
Writes an empathetic, professional response and routes it to the approval queue
将技能文件夹放到 ~/.claude/skills/wilma-triage/ 目录(个人级,所有项目可用),或 .claude/skills/wilma-triage/(项目级)。重启 AI 客户端后,用 /wilma-triage 主动调用,或让 AI 根据上下文自动发现并使用。
Wilma Triage 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Wilma Triage 可免费安装使用。请查阅仓库了解许可证信息。
Daily triage of Wilma school notifications for Finnish parents. Fetches exams, messages, news, schedules, and homework — filters for actionable items, syncs...
Wilma Triage 属于「Communication」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。