Base Station / Cell Query - 基站查询
v1.0.3根据移动/联通/电信基站参数查询大致位置(经纬度与地址)。当用户说:根据基站小区号查大概位置,或类似基站定位问题时,使用本技能。
⭐ 9· 372·0 current·0 all-time
by极速数据@jisuapi
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description claim to convert mobile network cell parameters to an approximate location using JisuAPI. The code calls https://api.jisuapi.com/cell/query and only requests parameters (mnc, lac, cellid, optional sid/nid) and an AppKey — this aligns with the stated purpose.
Instruction Scope
SKILL.md and the script limit behavior to building a JSON request and calling the JisuAPI endpoint. The instructions only reference the JISU_API_KEY env var and the script path; they do not attempt to read unrelated files, credentials, or system configuration.
Install Mechanism
There is no install spec (instruction-only), which is low risk. However, the provided Python script imports the third‑party 'requests' library but neither SKILL.md nor metadata documents installing this dependency; users must ensure 'requests' is available in the runtime environment.
Credentials
Only a single credential (JISU_API_KEY) is required and serves the described purpose (authenticating to the JisuAPI service). No unrelated secrets, config paths, or excess environment variables are requested.
Persistence & Privilege
The skill is user-invocable, not always-on, and does not request permanent system presence or modify other skills/config. Autonomous invocation is allowed (platform default) but not combined with other elevated privileges.
Assessment
This skill appears to do exactly what it says: submit provided cell identifiers (mnc/lac/cellid and optional sid/nid) to JisuAPI and return the API's result. Before installing, ensure you trust the JisuAPI service and understand that sending cell IDs and related identifiers to a third party may have privacy implications. Also make sure the runtime has Python 3 and the 'requests' package installed (pip install requests) so the script runs correctly. Verify your JISU_API_KEY has the required API permissions and quota; if you want to restrict exposure, only provide the key in environments where you trust the runtime and who can invoke the skill.Like a lobster shell, security has layers — review code before you run it.
latestvk971pcpbbf8xrj1b00jse1n9p9844ahk
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📶 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY
