Broadbandmap Cell Coverage Skill

v0.1.0

PRELIMINARY/ITERATING SKILL (v0.x) - Query BroadbandMap-style public APIs for cellular coverage at a location, normalize results, and return a concise human...

0· 58·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name, description, SKILL.md, and the included Python script all align: they resolve a location, call a configurable coverage API, normalize provider/technology fields, and return a JSON or human report. No unrelated binaries, credentials, or system resources are requested.
Instruction Scope
SKILL.md only instructs running the included script and reading the optional BROADBANDMAP_* env vars. The script performs network calls (OpenStreetMap Nominatim geocoding and the configured coverage API) which is expected. Note: the script allows overriding base URL/endpoint; if a user/agent supplies a malicious base-url, requests (and any supplied API key) could be sent to that host.
Install Mechanism
No install spec — instruction-only plus a small Python script. No downloads, package installs, or archives; nothing is written to disk beyond the included script at install time.
Credentials
No required credentials declared in registry metadata. The code does read optional env vars (BROADBANDMAP_API_KEY, BROADBANDMAP_API_BASE, BROADBANDMAP_API_ENDPOINT). This is proportionate for a configurable API client, but users should be careful about placing sensitive keys in environment variables if they will also override the base URL.
Persistence & Privilege
always is false and the skill does not modify system or other-skill configurations. It performs network I/O only when invoked and does not request persistent platform privileges.
Assessment
This skill appears to be what it says: a small, configurable Python client that geocodes an address and queries a cell-coverage API, then summarizes results. Before installing or using it, consider: (1) If you supply an API key (BROADBANDMAP_API_KEY), only use it with trusted base URLs — the script will send that key as Authorization/x-api-key to whatever base-url is configured. (2) The script performs network calls (OpenStreetMap geocoding and the target API), so location queries will be sent to those services. (3) There are no unexpected filesystem or credential requirements. If you want to be conservative, avoid setting a broad-scope BROADBANDMAP_API_KEY in shared environments and only pass a key when calling trusted endpoints.

Like a lobster shell, security has layers — review code before you run it.

latestvk97fzxb6wddn7m1n6xvgdjwbtx83ph6t

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments