maiklubi
/install maiklubi
maiklubi skill
The maiklubi skill enables AI agents to access Finnish sports club information on myclub.fi. It retrieves upcoming events with RSVP status, open invoices, notifications, event participants, and manages calendar subscriptions for parents and athletes.
Installation
npm install -g maiklubi
# then log in once (prompts for email + password, auto-discovers members/clubs):
maiklubi login
Credentials are stored in ~/.config/maiklubi/config.json. Run maiklubi login to re-authenticate or switch account, or maiklubi config clear to remove the saved account.
Primary Commands
Daily summary (recommended starting point for agents)
maiklubi summary --member \x3Cname> --club \x3Cclub> --json
maiklubi summary --member \x3Cname> --club \x3Cclub> --days 7 --json
maiklubi summary --all-members --json
Returns upcoming events (with indication status), open invoices, and recent notifications in one call. Default lookahead: 14 days.
Events
# List upcoming events with RSVP status
maiklubi events list --member \x3Cname> --club \x3Cclub> --json
maiklubi events list --member \x3Cname> --club \x3Cclub> --with-participants --json
# RSVP (indicate attendance)
maiklubi events indicate --member \x3Cname> --club \x3Cclub> --id \x3CeventId> --status yes|no|no_response|maybe --json
# Show who is attending an event
maiklubi events participants --member \x3Cname> --club \x3Cclub> --id \x3CeventId> --json
# Read an event's discussion thread (e.g. to summarize carpooling plans)
maiklubi events comments --member \x3Cname> --club \x3Cclub> --id \x3CeventId> --json
Invoices
# Lists both open and paid invoices (open marked "!", paid marked "✓")
maiklubi invoices list --member \x3Cname> --club \x3Cclub> --json
Notifications
maiklubi notifications list --member \x3Cname> --club \x3Cclub> --limit 10 --json
Calendar subscriptions (webcal / iCalendar)
# List existing subscriptions
maiklubi calendar list --json
# Create a new subscription (returns webcal:// URL)
maiklubi calendar create --member \x3Cname> --indication yes --json
Account info
maiklubi users list --json # configured family members
maiklubi accounts list --json # all club memberships from myclub.fi
maiklubi version --json # current CLI version
Key Concepts
- member: A person in your family config (e.g. "Aino", "Veikko"). Use
maiklubi users listto see available names. - club: The club slug (e.g. "topola", "ppj") or full URL. Required when a member belongs to multiple clubs.
- indication: RSVP status —
yes(attending),no(not attending),no_response(not yet responded),maybe. - --all-members: Run the command for every configured member/club pair. Produces one JSON block per pair.
Indication Symbols (text output)
✓= yes (attending)✗= no (not attending)?= maybe—= no_response (not yet answered)
Actionability Guidance
When summarizing for a parent, prioritize:
- Events with
indication = "no_response"that are within 3 days — these need an RSVP - Open invoices with a due date within 7 days
- Notifications mentioning schedule changes or mandatory actions
De-emphasize:
- Events already indicated
yesorno - Notifications that are purely informational (newsletters, results)
Notes
- All list commands support
--jsonfor structured output - Multiple
--memberflags are not supported; use--all-membersfor all members - The
summarycommand is the most efficient single call for an agent briefing - myclub.fi does not have a separate inbox; club communication is via event comments (shown by
maiklubi events list) and notifications
Repository
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install maiklubi - 安装完成后,直接呼叫该 Skill 的名称或使用
/maiklubi触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
maiklubi 是什么?
Access Finnish sports club events, invoices, notifications, and RSVP on myclub.fi for AI agents and parents. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 43 次。
如何安装 maiklubi?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install maiklubi」即可一键安装,无需额外配置。
maiklubi 是免费的吗?
是的,maiklubi 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
maiklubi 支持哪些平台?
maiklubi 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 maiklubi?
由 Janne Makela(@jannemakela)开发并维护,当前版本 v1.2.1。