← 返回 Skills 市场
myClub
作者
Aki Hänninen
· GitHub ↗
· v1.0.1
· MIT-0
227
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install myclub
功能描述
Fetch accounts' sports schedules, practices, games, and events from myclub.fi. Auto-discovers accounts and clubs from your myclub.fi account. Use for checkin...
安全使用建议
This skill appears to be what it claims: a local Python script that logs into myclub.fi and scrapes club schedule pages. Before installing, consider: 1) You will provide your myclub.fi email and password and the script will store them in ~/.myclub-config.json as plain JSON (file mode 0600). If you are uncomfortable storing your primary credentials in a local file, create a dedicated account/password or avoid installing. 2) The script's debug routines can write HTML and cookie dumps to disk during failures; avoid running in debug mode if you want to minimize on-disk artifacts. 3) The project is small and uses only the Python standard library, so review the script locally if you want extra assurance (look for any unexpected network hosts or file writes). 4) Keep the repository/homepage URL and author in mind and only install if you trust the source. If you want extra safety, run the script in an isolated environment (container or VM) and verify network traffic it generates (it should only call id.myclub.fi and *.myclub.fi).
功能分析
Type: OpenClaw Skill
Name: myclub
Version: 1.0.1
The skill is a legitimate tool designed to fetch sports schedules from the myclub.fi service. It uses only Python standard libraries (urllib, re, json) and stores user credentials locally in the home directory with restricted file permissions (0600). The code logic in scripts/fetch_myclub.py is consistent with its stated purpose, and no evidence of data exfiltration, malicious execution, or prompt injection was found.
能力评估
Purpose & Capability
Name/description (fetch schedules from myclub.fi) align with the included script and the SKILL.md. The script implements login, discovery, and fetch operations against id.myclub.fi and *.myclub.fi only. No unrelated binaries, env vars, or services are requested.
Instruction Scope
SKILL.md instructs the agent to store and use myclub.fi credentials locally and to run the included Python script. The runtime instructions and script stay within the stated scope (authenticate at id.myclub.fi, fetch pages from club subdomains). Note: the script saves credentials in ~/.myclub-config.json (plain JSON, mode 0600) and contains a debug helper that can write HTML and cookies to disk (e.g., /tmp/myclub-login.html and -cookies.json) when debug/error paths are taken.
Install Mechanism
No install spec; this is instruction-only and ships a single Python script relying only on the standard library. No remote downloads, package installs, or archive extraction are present.
Credentials
The skill requests no environment variables or third-party credentials beyond your myclub.fi username/password. Storing the password locally is necessary for the claimed functionality but is a sensitive action: credentials are stored as plain JSON in the user's home directory (file permissions set to 0600).
Persistence & Privilege
The skill does not request 'always: true' or elevated platform privileges, does not modify other skills or global agent settings, and only writes to its own config file in the user's home directory. Autonomous invocation remains enabled (default) but is not paired with broad or unrelated access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install myclub - 安装完成后,直接呼叫该 Skill 的名称或使用
/myclub触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Version 1.0.1 of myclub
- README updated
- No code or documentation changes detected in this release.
- All features, setup steps, and security/privacy policies remain unchanged.
v1.0.0
Initial release of the myclub skill.
- Fetch sports schedules, practices, games, and events from myclub.fi accounts.
- Auto-discovers available accounts and clubs from your myclub.fi credentials.
- Supports listing upcoming events by period or custom date range.
- Stores credentials locally with secure permissions; no telemetry or third-party data transfer.
- Provides both text and JSON output for discovery and schedule fetching.
- Requires only Python 3.10+, with no external packages needed.
元数据
常见问题
myClub 是什么?
Fetch accounts' sports schedules, practices, games, and events from myclub.fi. Auto-discovers accounts and clubs from your myclub.fi account. Use for checkin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 227 次。
如何安装 myClub?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install myclub」即可一键安装,无需额外配置。
myClub 是免费的吗?
是的,myClub 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
myClub 支持哪些平台?
myClub 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 myClub?
由 Aki Hänninen(@hanninen)开发并维护,当前版本 v1.0.1。
推荐 Skills