TPVL 台灣職業排球聯盟
v1.1.0TPVL (Taiwan Professional Volleyball League) stats, scores, schedules, and standings for Taiwan's pro volleyball.
⭐ 0· 118·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97525ej77bgx9sp0e1kz6xdfs83jbzx
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
