← 返回 Skills 市场
jannemakela

maiklubi

作者 Janne Makela · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ✓ 安全检测通过
43
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install maiklubi
功能描述
Access Finnish sports club events, invoices, notifications, and RSVP on myclub.fi for AI agents and parents.
使用说明 (SKILL.md)

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 list to 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 yes or no
  • Notifications that are purely informational (newsletters, results)

Notes

  • All list commands support --json for structured output
  • Multiple --member flags are not supported; use --all-members for all members
  • The summary command 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

https://github.com/jannemakela/maiklubi

安全使用建议
Install only if you are comfortable giving this CLI access to your myclub.fi account and family club data. Treat the local config file as sensitive, remove it with maiklubi config clear when no longer needed, and review any RSVP or calendar actions before allowing an agent to run them.
能力评估
Purpose & Capability
The documented capabilities match the stated purpose: reading myclub.fi events, invoices, notifications, participants, comments, account info, and making user-directed RSVP/calendar changes.
Instruction Scope
The skill is not always-on and commands are scoped by member, club, event ID, and explicit status flags, but it does enable account mutations such as RSVP changes and calendar subscription creation.
Install Mechanism
Installation is a standard global npm CLI install plus a login step; the included shell wrapper is small, but its local dist fallback is brittle and should only be used from the intended project context.
Credentials
Access to family sports schedules, participant lists, comments, invoices, and notifications is sensitive but proportionate to the skill’s disclosed parent/athlete assistant purpose.
Persistence & Privilege
The skill discloses persistent credential storage in ~/.config/maiklubi/config.json and provides a clear command to remove it; there is no evidence of background persistence, privilege escalation, or unrelated data access.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install maiklubi
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /maiklubi 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.1
- Updated repository URL in documentation from aikarjal/maiclub to jannemakela/maiklubi. - No functional or command changes; documentation only.
v1.2.0
maiklubi v1.2.0 - Adds CLI summary command to retrieve upcoming events, open invoices, and notifications in a single call. - Expands event-related features: view event participants and discussion threads. - Introduces calendar subscription management for parents and athletes. - Improves JSON output support across all major commands. - Enhances actionability guidance for parents, highlighting pending RSVPs and urgent invoices.
元数据
Slug maiklubi
版本 1.2.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论