← Back to Skills Marketplace
jannemakela

maiklubi

by Janne Makela · GitHub ↗ · v1.2.1 · MIT-0
cross-platform ✓ Security Clean
43
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install maiklubi
Description
Access Finnish sports club events, invoices, notifications, and RSVP on myclub.fi for AI agents and parents.
README (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

Usage Guidance
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install maiklubi
  3. After installation, invoke the skill by name or use /maiklubi
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug maiklubi
Version 1.2.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is maiklubi?

Access Finnish sports club events, invoices, notifications, and RSVP on myclub.fi for AI agents and parents. It is an AI Agent Skill for Claude Code / OpenClaw, with 43 downloads so far.

How do I install maiklubi?

Run "/install maiklubi" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is maiklubi free?

Yes, maiklubi is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does maiklubi support?

maiklubi is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created maiklubi?

It is built and maintained by Janne Makela (@jannemakela); the current version is v1.2.1.

💬 Comments