← Back to Skills Marketplace
414
Downloads
7
Stars
1
Active Installs
6
Versions
Install in OpenClaw
/install shouji
Description
根据手机号查归属省市、运营商与卡类型。当用户说:138xxxx 是哪里的号?这个号码联通还是移动?或类似手机号归属地问题时,使用本技能。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: shouji
Version: 1.0.5
The skill is a legitimate tool for querying mobile phone number attribution (location and carrier) via the JisuAPI service. The Python script (shouji.py) correctly handles API keys through environment variables and performs standard HTTP GET requests to the official API endpoint (api.jisuapi.com) without any signs of data exfiltration, obfuscation, or malicious execution logic.
Capability Assessment
Purpose & 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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shouji - After installation, invoke the skill by name or use
/shouji - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.5
- 更新技能名称为中英文:Mobile Phone Number Location Query - 手机号码归属地查询
- 优化描述,使其更贴合用户实际查询手机号归属地、运营商等场景
- 其余功能及用法说明无更改
v1.0.4
- 增加了对极速数据(JisuAPI)平台的详细介绍和功能分类,提升文档全面性
- 明确指引如何获取和配置 API Key,包括注册、申请和设置流程
- 新增“关于极速数据”部分,说明平台提供的多种API类型和适用场景
- 对用法和推荐场景说明进行了优化和补充,增强易用性
v1.0.3
- No user-facing changes; documentation and functionality remain the same as previous version.
- Version bump to 1.0.3 for consistency or internal reasons.
v1.0.2
Version 1.0.2 of the shouji skill
- No file changes detected in this release.
- Documentation, usage instructions, and API details remain unchanged.
v1.0.1
- 修正了“常见错误码”部分的文档描述,更明确注明数据来源为“极速数据手机归属地文档”。
- 其余内容未发生变化。
v1.0.0
- Initial release of the jisu-shouji skill.
- Lookup phone number attribution (province, city, carrier, card type) via jisuapi.com mobile API.
- Requires JISU_API_KEY environment variable for authentication.
- Provides JSON input/output for easy integration.
- Includes detailed usage instructions, error handling, and common error codes.
Metadata
Frequently Asked Questions
What is Mobile Phone Number Location Query - 手机号码归属地查询?
根据手机号查归属省市、运营商与卡类型。当用户说:138xxxx 是哪里的号?这个号码联通还是移动?或类似手机号归属地问题时,使用本技能。 It is an AI Agent Skill for Claude Code / OpenClaw, with 414 downloads so far.
How do I install Mobile Phone Number Location Query - 手机号码归属地查询?
Run "/install shouji" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Mobile Phone Number Location Query - 手机号码归属地查询 free?
Yes, Mobile Phone Number Location Query - 手机号码归属地查询 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Mobile Phone Number Location Query - 手机号码归属地查询 support?
Mobile Phone Number Location Query - 手机号码归属地查询 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Mobile Phone Number Location Query - 手机号码归属地查询?
It is built and maintained by 极速数据 (@jisuapi); the current version is v1.0.5.
More Skills