← 返回 Skills 市场
161
总下载
0
收藏
0
当前安装
5
版本数
在 OpenClaw 中安装
/install tpvl
功能描述
TPVL (Taiwan Professional Volleyball League) stats, scores, schedules, and standings for Taiwan's pro volleyball.
安全使用建议
This skill appears coherent and low-risk: it scrapes TPVL site pages (https://tpvl.tw) by extracting __NEXT_DATA__ JSON and caches results in /tmp/tpvl_cache for 30 minutes. Before running, ensure you are comfortable with network access to tpvl.tw from your environment and with installing the listed Python dependencies (Python 3.11+ recommended). Running the included modules (or the test block in scripts/_tpvl_api.py) will make HTTP requests to the site. Also verify that scraping the site complies with TPVL's terms of service if you plan to use it beyond casual/personal use.
功能分析
Type: OpenClaw Skill
Name: tpvl
Version: 1.1.0
The skill is a well-documented tool for querying Taiwan Professional Volleyball League (TPVL) statistics, including game results, schedules, and standings. It extracts data from the official website (tpvl.tw) by parsing server-side rendered JSON (__NEXT_DATA__), which is a legitimate technique described in the documentation. The scripts (e.g., tpvl_games.py, _tpvl_api.py) follow their stated purpose without any evidence of malicious intent, data exfiltration, or harmful prompt injection.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: scripts fetch TPVL site __NEXT_DATA__ JSON to produce games, schedule, standings, and (eventually) player stats. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and scripts instruct only page fetches/parsing of Next.js __NEXT_DATA__ and produce local output. The scripts read/write only a local cache under /tmp/tpvl_cache and do not access other system files, environment variables, or external endpoints beyond the TPVL site.
Install Mechanism
No install spec is provided (instruction-only skill) and the included Python scripts list typical dependencies (requests, beautifulsoup4, lxml). There are no downloads from untrusted URLs or archived extracts in the install metadata.
Credentials
The skill requires no environment variables or credentials. The only runtime side-effect is caching to /tmp/tpvl_cache for 30 minutes, which is proportional to the described caching behavior.
Persistence & Privilege
always is false; the skill does not request permanent agent presence or modify other skills/config. It only writes transient cache files to /tmp and otherwise runs as a normal local script.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tpvl - 安装完成后,直接呼叫该 Skill 的名称或使用
/tpvl触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
修復時區bug、正則強化、加入重試機制、比分解析優化、球員數據自動偵測
v1.0.3
v1.0.3: fix team names
v1.0.2
v1.0.2: fix English team names per Wikipedia
v1.0.1
v1.0.1: fix English team names from Wikipedia
v1.0.0
v1.0.0: Initial release
元数据
常见问题
TPVL 台灣職業排球聯盟 是什么?
TPVL (Taiwan Professional Volleyball League) stats, scores, schedules, and standings for Taiwan's pro volleyball. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 TPVL 台灣職業排球聯盟?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tpvl」即可一键安装,无需额外配置。
TPVL 台灣職業排球聯盟 是免费的吗?
是的,TPVL 台灣職業排球聯盟 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
TPVL 台灣職業排球聯盟 支持哪些平台?
TPVL 台灣職業排球聯盟 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 TPVL 台灣職業排球聯盟?
由 ichendong(@ichendong)开发并维护,当前版本 v1.1.0。
推荐 Skills