Broadbandmap Cell Coverage
/install broadbandmap-cell-coverage
BroadbandMap Cell Coverage
Status: Preliminary skill (v0.x). This is an intentionally small first release and is expected to evolve quickly.
Use this skill to answer: “How good is cell coverage here?” for a specific location.
Quick workflow
- Resolve location to coordinates (lat/lon).
- Run
scripts/cell_coverage_lookup.pyto call the coverage API. - Summarize key results:
- top carriers
- network tech (4G/5G)
- confidence/quality fields if present
- Include caveats when API fields are missing or endpoint behavior is unknown.
Run the script
python3 scripts/cell_coverage_lookup.py --lat 39.7392 --lon -104.9903
Default endpoint used by this skill:
GET /api/v1/location/cell?lat={lat}&lng={lng}- Optional filters:
network(att|verizon|t-mobile|us-cellular|dish|gci|cellcom|c-spire),tech(4g|5g)
Address mode (uses OpenStreetMap Nominatim geocoding first):
python3 scripts/cell_coverage_lookup.py --address "Denver, CO"
Optional overrides and filters:
python3 scripts/cell_coverage_lookup.py \
--lat 39.7392 --lon -104.9903 \
--network verizon \
--tech 5g \
--format report
Advanced endpoint overrides:
python3 scripts/cell_coverage_lookup.py \
--lat 39.7392 --lon -104.9903 \
--base-url "https://broadbandmap.com" \
--endpoint "/api/v1/location/cell" \
--param-lat lat --param-lon lng \
--api-key "$BROADBANDMAP_API_KEY"
Output contract
The script prints JSON by default with:
input: address/lat/lon usedrequest: final URL and query paramsresponse: parsed API JSON (or raw body)summary: best-effort normalized fields (providers,technologies,notes)errors: any recoverable errors
Use --format report for a concise human-readable output.
Example commands
# Basic lookup by address
python3 scripts/cell_coverage_lookup.py --address "Austin, TX" --format report
# Filter to one network and 5G only
python3 scripts/cell_coverage_lookup.py --address "Seattle, WA" --network verizon --tech 5g --format report
# Raw JSON for automation/pipelines
python3 scripts/cell_coverage_lookup.py --lat 34.0522 --lon -118.2437 --format json
Known limitations
- This skill is a preliminary v0.x release and will be iterated/enhanced.
- API is alpha and may change schema/limits without notice.
- Default public limit is low (~60 requests/hour/IP).
- Coverage maps are modeled estimates and may differ from real-world signal.
Response style
When replying to users:
- Start with a one-paragraph answer.
- Then list providers/technologies in bullets.
- End with one caveat sentence: coverage maps are estimates and real-world signal may vary.
references/
Read references/api-notes.md when endpoint details need adjustment.
Links
- Full coverage map: https://broadbandmap.com/coverage
- Developer resources: https://broadbandmap.com/developers
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install broadbandmap-cell-coverage - 安装完成后,直接呼叫该 Skill 的名称或使用
/broadbandmap-cell-coverage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Broadbandmap Cell Coverage 是什么?
PRELIMINARY/ITERATING SKILL (v0.x) - Query BroadbandMap-style public APIs for cellular coverage at a location, normalize results, and return a concise human... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 123 次。
如何安装 Broadbandmap Cell Coverage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install broadbandmap-cell-coverage」即可一键安装,无需额外配置。
Broadbandmap Cell Coverage 是免费的吗?
是的,Broadbandmap Cell Coverage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Broadbandmap Cell Coverage 支持哪些平台?
Broadbandmap Cell Coverage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Broadbandmap Cell Coverage?
由 hobbesoccc(@hobbesoccc)开发并维护,当前版本 v0.1.2。