Mobile Phone Number Location Query - 手机号码归属地查询
v1.0.5根据手机号查归属省市、运营商与卡类型。当用户说:138xxxx 是哪里的号?这个号码联通还是移动?或类似手机号归属地问题时,使用本技能。
⭐ 7· 374·1 current·1 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, required binary (python3), and required env var (JISU_API_KEY) match the claimed purpose of calling JisuAPI's phone‑number lookup. The code calls the documented endpoint https://api.jisuapi.com/shouji/query.
Instruction Scope
SKILL.md instructs exporting JISU_API_KEY and running the included Python script with a JSON payload. The runtime script only reads the provided JSON argument and JISU_API_KEY, calls the JisuAPI endpoint, and prints the returned result — it does not read other files, walk the filesystem, or send data to unexpected endpoints.
Install Mechanism
There is no install spec (instruction-only), which minimizes risk. Minor mismatch: the script uses the Python 'requests' library but SKILL.md/metadata do not declare or instruct installing this dependency; this is an operational omission, not a security red flag.
Credentials
Only one environment variable (JISU_API_KEY) is required and is the expected API key for the documented third‑party service. No unrelated secrets, config paths, or additional credentials are requested.
Persistence & Privilege
The skill is not always-enabled and does not request persistent or elevated platform privileges; it does not modify other skills or system settings.
Assessment
This skill appears to do exactly what it claims: call the JisuAPI phone‑number lookup and return the result. Before installing, ensure you: (1) only provide a JISU_API_KEY obtained from the official jisuapi.com site and keep it private; (2) are comfortable that phone numbers will be transmitted to that third‑party API (consider privacy/regulatory implications); (3) install the Python 'requests' package in the agent environment so the script can run; and (4) restrict/monitor the API key's quota and rotate it if needed. If you require offline or internal processing of phone data, this networked design may not be suitable.Like a lobster shell, security has layers — review code before you run it.
latestvk979vfssr94a4cck6ja6xh2twd845dkd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📱 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY
