Broadbandmap Cell Coverage
v0.1.2PRELIMINARY/ITERATING SKILL (v0.x) - Query BroadbandMap-style public APIs for cellular coverage at a location, normalize results, and return a concise human...
⭐ 0· 63·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 actual behavior: the included Python script queries a coverage API, optionally uses OSM Nominatim to geocode addresses, normalizes provider/technology fields, and prints JSON or a report. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md restricts the runtime actions to resolving locations and calling the coverage endpoint and summarizing results. The script performs network calls to OpenStreetMap and the configured base URL/endpoint. Note: the script supports overriding base-url/endpoint/params, so if a user/agent supplies a malicious endpoint it could send requests (and any provided API key) to an arbitrary server — this is a capability of the script but consistent with the stated goal of supporting alternate API shapes.
Install Mechanism
No install spec or external downloads. The skill is instruction-only with a single included Python script using standard library modules (urllib, json), so nothing is written to disk beyond the provided file and no third-party packages are installed.
Credentials
Registry lists no required env vars; the script optionally reads BROADBANDMAP_API_KEY, BROADBANDMAP_API_BASE, and BROADBANDMAP_API_ENDPOINT (documented in references). Requesting an optional API key for the target service is proportionate. Users should note these env vars are optional but, if set, the API key will be sent as Authorization and x-api-key headers to the configured endpoint.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent system privileges, nor does it attempt to modify other skills or global agent configuration. Autonomous invocation is allowed by default (normal platform behavior).
Assessment
This skill appears to do what it says: it will perform HTTP requests to OpenStreetMap (for geocoding) and to the configured coverage API (default https://broadbandmap.com). It optionally accepts an API key which will be sent in Authorization and x-api-key headers. Before using, confirm you trust the base-url/endpoint you supply (don't point it at unknown servers), and only provide BROADBANDMAP_API_KEY for a trusted API. Review the included script if you need to be sure the behavior matches your security needs (there are no hidden obfuscated sections). If you plan to run this in an automated agent, be aware the agent will make external network calls and could send any provided API key to the configured endpoint.Like a lobster shell, security has layers — review code before you run it.
latestvk972z1xgtr65aptj50zg9cjba583pxm5
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
