← Back to Skills Marketplace
141
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pl-scores
Description
Get live Premier League football scores, goal scorers, bookings, and broadcast channels via ESPN API. Use when user asks about Premier League match scores, r...
Usage Guidance
This skill is coherent and low-risk: it simply fetches public ESPN scoreboard data and prints it. Before installing, note that it requires outbound network access to https://site.api.espn.com; it has no secret access and does not store data. The source is listed as unknown — you can inspect the included pl_scores.py (it's small and readable) before use, and be cautious about future updates from an unknown publisher (review changes if the skill is updated). If you need UK broadcast info or deeper match stats, the skill currently does not provide those.
Capability Analysis
Type: OpenClaw Skill
Name: pl-scores
Version: 1.0.0
The skill bundle is a straightforward tool for fetching Premier League scores from a public ESPN API. The Python script (pl_scores.py) uses only the standard library, contains no dangerous execution sinks, and performs no unauthorized data access or exfiltration. The instructions in SKILL.md are aligned with the code's functionality and do not contain any prompt injection attempts.
Capability Assessment
Purpose & Capability
Name/description say it fetches PL scores from ESPN and both SKILL.md and pl_scores.py only access ESPN's public scoreboard URL; no extra binaries, credentials, or unrelated services are required.
Instruction Scope
Runtime instructions are limited to running the included Python script and require an Internet connection to query the ESPN API. The script only reads the HTTP response and prints match data; it does not read local files, environment variables, or send data to any other endpoints.
Install Mechanism
No install spec is provided (instruction-only plus a small included script). Nothing is downloaded or extracted during install; the code is embedded in the package.
Credentials
No environment variables, credentials, or config paths are requested. The script does not access secrets or external credentials.
Persistence & Privilege
The skill is not forced-always and uses normal user-invocable/autonomous defaults. It does not modify agent configuration or request persistent privileges.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pl-scores - After installation, invoke the skill by name or use
/pl-scores - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: live PL scores, goal scorers, bookings, broadcast channel
Metadata
Frequently Asked Questions
What is Premier League Scores?
Get live Premier League football scores, goal scorers, bookings, and broadcast channels via ESPN API. Use when user asks about Premier League match scores, r... It is an AI Agent Skill for Claude Code / OpenClaw, with 141 downloads so far.
How do I install Premier League Scores?
Run "/install pl-scores" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Premier League Scores free?
Yes, Premier League Scores is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Premier League Scores support?
Premier League Scores is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Premier League Scores?
It is built and maintained by stigg86 (@stigg86); the current version is v1.0.0.
More Skills