apipick-china-phone
Validate Chinese mobile phone numbers using the apipick China Phone Checker API. Returns carrier (China Mobile/Telecom/Unicom), province, city, zip code, and area code. Use when the user wants to verify a Chinese phone number, look up carrier information for a Chinese mobile number, or get geographic information associated with a Chinese phone number. Requires an apipick API key (x-api-key). Get a free key at https://www.apipick.com.
Why use this skill?
Use the apipick-china-phone skill to instantly validate Chinese mobile numbers, identify carriers, and retrieve geographic data like provinces and city codes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/javainthinking/apipick-china-phone-checkerWhat This Skill Does
The apipick-china-phone skill is a specialized OpenClaw tool designed for real-time verification and enrichment of Chinese mobile phone numbers. It integrates directly with the apipick China Phone Checker API to provide accurate, up-to-date information for standard 11-digit mobile formats in China. When a user provides a phone number, this agent skill performs a lookup to determine the mobile carrier (e.g., China Mobile, China Telecom, or China Unicom) and the associated geographic registration details, including the province, city, area code, and zip code. This allows developers and analysts to automate data validation, optimize logistics, or filter user data based on location without manually querying multiple databases.
Installation
To integrate this capability into your OpenClaw environment, use the OpenClaw Hub command line. Open your terminal and run the following installation command:
clawhub install openclaw/skills/skills/javainthinking/apipick-china-phone-checker
After installation, ensure you have an API key from https://www.apipick.com. Set this as an environment variable $APIPICK_API_KEY within your OpenClaw configuration to enable seamless authentication. If the key is not detected, the agent will prompt you to input your credentials during runtime.
Use Cases
- Database Cleaning: Quickly audit customer contact lists to identify the carrier and region for each registered mobile number.
- Form Validation: Integrate with user registration forms to provide instant feedback on whether a provided phone number is valid and matches the user's reported city.
- Logistics Coordination: Determine the administrative region of a phone number to route support requests or delivery notifications to the correct local office.
- Lead Qualification: Automatically segment leads by geographic province or carrier, which can be useful for regional marketing campaigns.
Example Prompts
- "Verify this number +8613800138000 and tell me which province and carrier it belongs to."
- "Can you check if 13800138000 is a valid mobile number and provide its area code and city?"
- "Look up the carrier info for 13800138000 and confirm the associated zip code for that location."
Tips & Limitations
- Authentication: Always prioritize setting the API key as an environment variable for secure and frictionless operation.
- Costs: Keep in mind that each request consumes 1 credit. Monitor your usage at the apipick dashboard to avoid service interruptions due to insufficient credits.
- Formatting: While the API handles standard formats, stick to the international format (+86...) or standard 11-digit string for the most reliable results.
- Scope: This skill is strictly for Chinese mobile numbers. It will not return accurate data for international numbers outside of the mainland China carrier network.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-javainthinking-apipick-china-phone-checker": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api
Related Skills
2slides
AI-powered presentation generation using 2slides API. Create slides from text content, match reference image styles, or summarize documents into presentations. Use when users request to "create a presentation", "make slides", "generate a deck", "create slides from this content/document/image", or any presentation creation task. Supports theme selection, multiple languages, and both synchronous and asynchronous generation modes.
powerdrill-data-analysis
This skill should be used when the user wants to analyze, explore, visualize, or query data using Powerdrill. Covers listing, creating, and deleting datasets; uploading local files as data sources; creating analysis sessions; running natural-language data analysis queries; and retrieving charts, tables, and insights. Triggers on requests like "analyze my data", "query my dataset", "upload this file for analysis", "list my datasets", "create a dataset", "visualize sales trends", "continue my previous analysis", "delete this dataset", or any data exploration task mentioning Powerdrill.
powerdrill-data-analysis
This skill should be used when the user wants to analyze, explore, visualize, or query data using Powerdrill. Covers listing, creating, and deleting datasets; uploading local files as data sources; creating analysis sessions; running natural-language data analysis queries; and retrieving charts, tables, and insights. Triggers on requests like "analyze my data", "query my dataset", "upload this file for analysis", "list my datasets", "create a dataset", "visualize sales trends", "continue my previous analysis", "delete this dataset", or any data exploration task mentioning Powerdrill.
i18n-nextjs
Internationalization (i18n) guide for Next.js / Node.js web applications using the App Router. Covers translation file structure, locale routing, SEO metadata per locale, hreflang, structured JSON-LD data, UI component translations, and multi-language sitemap generation. Use when the user asks to: add i18n support, add a new language, translate a page or component, add SEO metadata for multiple locales, implement hreflang, update the sitemap for new locales, or follow i18n best practices in a Next.js project.
apipick-ip-geolocation
Look up geographic location and network information for any IPv4 or IPv6 address using the apipick IP Geolocation API. Returns country, continent, city, latitude/longitude, timezone, currency, ISP, and ASN. Use when the user wants to geolocate an IP address, find the country or city for an IP, identify the ISP or ASN of an IP, look up timezone or currency for an IP, or check their own public IP location. Omit the IP parameter to look up the caller's own IP. Requires an apipick API key (x-api-key). Get a free key at https://www.apipick.com.