China Consumer Electronics Sourcing Skill
Description
This skill helps international buyers navigate China's consumer electronics manufacturing landscape, which is projected to exceed
¥15.2 trillion in revenue by 2026. It provides data-backed intelligence on regional clusters, supply chain structure, and industry trends based on the latest government policies and industry reports. Coverage includes smartphones, wearables, audio devices, smart home products, AR/VR headsets, and accessories.
Key Capabilities
- - Industry Overview: Get a summary of China's consumer electronics industry scale, development targets, and key policy initiatives (Digital China, 5G, AI).
- Supply Chain Structure: Understand the complete industry chain from core components (chips, displays, batteries) to assembly and global sales channels.
- Regional Clusters: Identify specialized manufacturing hubs for different product categories (smartphones in Pearl River Delta, laptops in Yangtze River Delta, AR/VR in Beijing).
- Subsector Insights: Access detailed information on key subsectors (smartphones, wearables, audio devices, smart home, AR/VR).
- Sourcing Recommendations: Get practical guidance on evaluating and selecting suppliers, including verification methods, communication best practices, typical lead times, and payment terms.
How to Use
You can interact with this skill using natural language. For example:
- - "What's the overall status of China's consumer electronics industry in 2026?"
- "Show me the supply chain structure for smartphones"
- "Which regions are best for sourcing TWS earbuds?"
- "Tell me about smart watch manufacturing clusters"
- "How do I evaluate suppliers of smart home devices?"
- "What certifications should I look for in consumer electronics?"
Data Sources
This skill aggregates data from:
- - Ministry of Industry and Information Technology (MIIT)
- China Electronic Information Industry Development Institute
- National Bureau of Statistics of China
- China Audio Industry Association
- Industry research publications (updated Q1 2026)
Implementation
The skill logic is implemented in
do.py, which reads structured data from
data.json. All data is cluster-level intelligence without individual factory contacts.
API Reference
The following Python functions are available in do.py for programmatic access:
get_industry_overview() -> Dict
Returns overview of China's consumer electronics industry scale, targets, and key policy initiatives.
Example:
```python
from do import getindustryoverview
result = getindustryoverview()
Returns: industry scale, 2026 targets, key drivers, export value, etc.
中国消费电子采购技能
描述
本技能帮助国际买家了解中国消费电子制造业格局,该行业预计到2026年收入将超过
15.2万亿元人民币。基于最新政府政策和行业报告,提供关于区域产业集群、供应链结构和行业趋势的数据驱动洞察。覆盖范围包括智能手机、可穿戴设备、音频设备、智能家居产品、AR/VR头显及配件。
核心能力
- - 行业概览:获取中国消费电子行业规模、发展目标和关键政策举措(数字中国、5G、人工智能)的摘要。
- 供应链结构:了解从核心组件(芯片、显示屏、电池)到组装和全球销售渠道的完整产业链。
- 区域产业集群:识别不同产品类别的专业制造中心(珠三角的智能手机、长三角的笔记本电脑、北京的AR/VR)。
- 子行业洞察:获取关键子行业(智能手机、可穿戴设备、音频设备、智能家居、AR/VR)的详细信息。
- 采购建议:获得评估和选择供应商的实用指导,包括验证方法、沟通最佳实践、典型交货周期和付款条件。
使用方式
您可以使用自然语言与本技能互动。例如:
- - 2026年中国消费电子行业的整体状况如何?
- 显示智能手机的供应链结构
- 哪些地区最适合采购TWS耳机?
- 告诉我智能手表制造集群的信息
- 如何评估智能家居设备供应商?
- 消费电子产品需要关注哪些认证?
数据来源
本技能整合以下数据:
- - 工业和信息化部(MIIT)
- 中国电子信息产业发展研究院
- 中国国家统计局
- 中国音频行业协会
- 行业研究报告(2026年第一季度更新)
实现方式
技能逻辑在do.py中实现,读取data.json中的结构化数据。所有数据均为集群级情报,不包含单个工厂联系方式。
API参考
以下Python函数可在do.py中通过编程方式访问:
getindustryoverview() -> Dict
返回中国消费电子行业规模、目标和关键政策举措的概览。
示例:
python
from do import getindustryoverview
result = getindustryoverview()
返回:行业规模、2026年目标、关键驱动因素、出口价值等