Install
openclaw skills install cn-id-validatorcn id validator
openclaw skills install cn-id-validatorValidate Chinese ID numbers (18-digit and 15-digit formats) and extract information.
python3 scripts/id_validator.py --id 110101199003074416
{
"valid": true,
"region": "110101",
"birthday": "1990-03-07",
"gender": "男"
}
| Code | Region |
|---|---|
| 110000 | 北京市 |
| 310000 | 上海市 |
| 440000 | 广东省 |
| 320000 | 江苏省 |
| 330000 | 浙江省 |