China Vehicle Parts Sourcing Skill
Description
This skill helps international buyers navigate China's vehicle parts manufacturing landscape, which is projected to exceed
¥6.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 traditional ICE components, NEV-specific parts (batteries, motors, electronic control), ADAS electronics, aftermarket parts, and specialized components for commercial vehicles (trucks, buses) and motorcycles.
Key Capabilities
- - Industry Overview: Get a summary of China's vehicle parts industry scale, development targets, and key policy initiatives.
- Supply Chain Structure: Understand the complete industry chain from raw materials and core components to downstream applications across all vehicle types.
- Regional Clusters: Identify specialized manufacturing hubs for different vehicle parts (powertrain, electrification, chassis, body, interior, electronics, aftermarket) for passenger cars, commercial vehicles, and motorcycles.
- Subsector Insights: Access detailed information on key subsectors (powertrain, electrification components, chassis, body, interior, automotive electronics, aftermarket).
- 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 vehicle parts industry in 2026?"
- "Show me the supply chain structure for vehicle parts"
- "Which regions are best for sourcing EV batteries for trucks?"
- "Tell me about motorcycle engine manufacturing clusters"
- "How do I evaluate suppliers of commercial vehicle axles?"
- "What certifications should I look for in vehicle parts suppliers?"
Data Sources
This skill aggregates data from:
- - Ministry of Industry and Information Technology (MIIT) official policies
- China Association of Automobile Manufacturers (CAAM)
- China Motorcycle Association
- National Bureau of Statistics of China
- 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 vehicle parts industry scale, targets, and key policy initiatives.
Example:
```python
from do import getindustryoverview
result = getindustryoverview()
Returns: industry scale, 2026 targets, automation rates, key drivers, etc.
中国汽车零部件采购技能
描述
该技能帮助国际买家了解中国汽车零部件制造业格局,预计到2026年该行业收入将超过
6.2万亿元人民币。它基于最新政府政策和行业报告,提供关于区域产业集群、供应链结构和行业趋势的数据驱动情报。覆盖范围包括传统内燃机零部件、新能源汽车专用部件(电池、电机、电控)、高级驾驶辅助系统电子元件、售后市场零部件以及商用车(卡车、客车)和摩托车的专用组件。
核心能力
- - 行业概览:获取中国汽车零部件行业规模、发展目标和关键政策举措的摘要。
- 供应链结构:了解从原材料和核心零部件到各类车辆下游应用的完整产业链。
- 区域产业集群:识别乘用车、商用车和摩托车不同零部件(动力总成、电气化、底盘、车身、内饰、电子、售后市场)的专业制造中心。
- 子行业洞察:获取关键子行业(动力总成、电气化组件、底盘、车身、内饰、汽车电子、售后市场)的详细信息。
- 采购建议:获得评估和选择供应商的实用指导,包括验证方法、沟通最佳实践、典型交货期和付款条件。
使用方法
您可以使用自然语言与该技能互动。例如:
- - 2026年中国汽车零部件行业的整体状况如何?
- 展示汽车零部件的供应链结构
- 哪些地区最适合采购卡车用电动汽车电池?
- 告诉我关于摩托车发动机制造集群的信息
- 如何评估商用车车桥供应商?
- 在汽车零部件供应商中应该寻找哪些认证?
数据来源
该技能汇总的数据来自:
- - 工业和信息化部官方政策
- 中国汽车工业协会
- 中国摩托车协会
- 中国国家统计局
- 行业研究出版物(2026年第一季度更新)
实现方式
技能逻辑在do.py中实现,该文件从data.json读取结构化数据。所有数据均为集群级情报,不包含单个工厂的联系方式。
API参考
以下Python函数可在do.py中通过编程方式访问:
getindustryoverview() -> Dict
返回中国汽车零部件行业规模、目标和关键政策举措的概览。
示例:
python
from do import getindustryoverview
result = getindustryoverview()
返回:行业规模、2026年目标、自动化率、关键驱动因素等