← 返回 Skills 市场
SpielerPlus Scraper
作者
Alessandro Bartsch
· GitHub ↗
· v1.0.0
· MIT-0
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install spielerplus-scraper
功能描述
Scraper for SpielerPlus/TeamPlus team management platform. Extracts events, members, absences, finances, participation stats, and more.
安全使用建议
This skill appears to do what it says: it uses a headless browser (Playwright) to log in to SpielerPlus and scrape team data. Before installing: 1) Be prepared that npm install will download Playwright and Chromium (large binaries). 2) Only provide the SPIELERPLUS_EMAIL and SPIELERPLUS_PASSWORD for an account you trust the scraper to use (consider a dedicated account or throwaway/test account if possible). 3) Review the source locally if you plan to run it in a sensitive environment — the code is readable and performs navigation only on SpielerPlus pages, but running any scraper with your credentials carries risk. 4) Confirm compliance with SpielerPlus' Terms of Service before scraping.
功能分析
Type: OpenClaw Skill
Name: spielerplus-scraper
Version: 1.0.0
The spielerplus-scraper is a functional web scraper for the SpielerPlus team management platform, using Playwright to automate data extraction. It correctly implements its stated features, such as retrieving events, member lists, and financial transactions, while requiring user credentials via environment variables for authentication. The code in src/index.js and src/cli.js is transparent, lacks any signs of data exfiltration or malicious intent, and follows standard practices for a browser-based scraping utility.
能力评估
Purpose & Capability
Name/description (SpielerPlus scraper) match the requested env vars (SPIELERPLUS_EMAIL, SPIELERPLUS_PASSWORD) and the code (Playwright-based login + scraping). Dependencies (playwright, dotenv) are appropriate for a headless-browser scraper.
Instruction Scope
SKILL.md and the CLI/programmatic examples instruct the agent to install dependencies, supply SPIELERPLUS_EMAIL/PASSWORD, and run scraping commands. The runtime instructions only access the SpielerPlus site and local environment variables; they do not instruct reading unrelated system files or sending data to third-party endpoints.
Install Mechanism
There is no special registry install spec (instruction-only skill), but package.json depends on Playwright which downloads browser binaries when installed. That is expected for a browser-based scraper but does involve additional binary downloads (Chromium) during npm install.
Credentials
Only SPIELERPLUS_EMAIL and SPIELERPLUS_PASSWORD are required — appropriate and proportionate for logging into the target service. Note: these are sensitive credentials; the skill reads them (and dotenv is used) so users should provide only accounts they trust to be accessed by the scraper (consider a dedicated/limited account).
Persistence & Privilege
Skill does not request always: true and does not modify other skills or system-wide agent settings. It runs as a normal user-level scraper without elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install spielerplus-scraper - 安装完成后,直接呼叫该 Skill 的名称或使用
/spielerplus-scraper触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of spielerplus-scraper.
- Scrapes data from SpielerPlus/TeamPlus, including events, members, absences, finances, participation stats, and more.
- Provides commands for teams, events, team members, absences, finances, attendance, profile, roles, and full reports.
- Requires SPIELERPLUS_EMAIL and SPIELERPLUS_PASSWORD environment variables for authentication.
- Supports both CLI and programmatic usage.
- Outputs data in JSON with optional flag.
元数据
常见问题
SpielerPlus Scraper 是什么?
Scraper for SpielerPlus/TeamPlus team management platform. Extracts events, members, absences, finances, participation stats, and more. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 SpielerPlus Scraper?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install spielerplus-scraper」即可一键安装,无需额外配置。
SpielerPlus Scraper 是免费的吗?
是的,SpielerPlus Scraper 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
SpielerPlus Scraper 支持哪些平台?
SpielerPlus Scraper 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 SpielerPlus Scraper?
由 Alessandro Bartsch(@firstsanny)开发并维护,当前版本 v1.0.0。
推荐 Skills