Install
openclaw skills install jike-surname-query百家姓查询。输入姓氏,查询姓氏起源、名人、迁徙分布等信息。 适用场景:用户询问相关传统文化、生活常识或配对资料时使用。数据由即刻数据(jikeapi.cn)开放接口提供。
openclaw skills install jike-surname-query数据由 即刻数据 提供,帮助 AI 客户端快速接入可靠数据服务。
export JIKE_SURNAME_QUERY_KEY=你的AppKey
# 或使用通用 Key
export JIKE_APPKEY=你的AppKey
python3 scripts/surname_query.py --name 赵
python3 scripts/surname_query.py --name 欧阳 --json
直接调用 API:
GET https://api.jikeapi.cn/v1/surname/query?name=赵&appkey=YOUR_APPKEY
python3 scripts/surname_query.py 并传入对应参数。--json。scripts/surname_query.py