ID Card Number Origin Query - 身份证号码归属地查询
v1.0.3根据身份证号解析地区、出生日期、性别与校验位;可按城市查前六位规则。当用户说:这个身份证号是哪里发的?110101 开头是哪?或类似身份证归属问题时,使用本技能。
⭐ 9· 376·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 map directly to the included code and the JisuAPI endpoints (api.jisuapi.com). The required env var (JISU_API_KEY) is the expected AppKey for that API; no unrelated credentials or services are requested.
Instruction Scope
SKILL.md instructs the agent to set JISU_API_KEY and run the included Python script with a JSON argument. The script only reads that env var and performs HTTP GETs to the documented JisuAPI endpoints; it does not access other system files, tokens, or unexpected endpoints.
Install Mechanism
This is an instruction-only skill with a bundled Python script (no install spec). The script requires python3 (declared) and the third-party 'requests' library (imported but not documented in SKILL.md). Missing dependency documentation may cause runtime failure but is not a security concern.
Credentials
Only a single API key (JISU_API_KEY) is required and used for calls to the JisuAPI service. No extra secrets, system config paths, or unrelated credentials are requested.
Persistence & Privilege
The skill is not forced-always, does not request persistent elevated privileges, and does not modify other skills or system-wide settings.
Assessment
This skill appears to do exactly what it says: call JisuAPI to look up ID-card origin using the JISU_API_KEY you supply. Before installing, be aware that: (1) the script requires the Python 'requests' package but the README doesn't show how to install it (pip install requests), so you may need to ensure that dependency is available; (2) the skill will make network requests to api.jisuapi.com and will use whatever AppKey you provide—only provide a key you trust for this purpose; and (3) the package's source/homepage is listed as unknown, so if provenance matters to you, consider obtaining the API integration from a verified source or reviewing the code yourself (it is short and readable).Like a lobster shell, security has layers — review code before you run it.
latestvk976cbf629mm3yvh72ynm50zqd844p7v
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🪪 Clawdis
Binspython3
EnvJISU_API_KEY
Primary envJISU_API_KEY
