China Vehicle Sourcing Skill
Description
This skill helps international buyers navigate China's vehicle manufacturing landscape, which produces over 30 million vehicles annually and is projected to exceed
¥12.5 trillion in revenue by 2026. It provides data-backed intelligence on regional production clusters, vehicle types (passenger cars, commercial vehicles, motorcycles, NEVs), key manufacturers, and industry trends based on the latest government policies and industry reports.
Key Capabilities
- - Industry Overview: Get a summary of China's vehicle industry scale, production targets, and key policy initiatives.
- Supply Chain Structure: Understand the complete vehicle supply chain from raw materials to manufacturing and sales channels.
- Regional Clusters: Identify specialized production hubs for different vehicle types (passenger cars, commercial vehicles, motorcycles, NEVs) across China.
- Vehicle Type Insights: Access detailed information on key vehicle segments (passenger cars, commercial vehicles, motorcycles, new energy vehicles).
- Sourcing Recommendations: Get practical guidance on evaluating vehicle manufacturers, 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 industry in 2026?"
- "Show me the supply chain structure for vehicle manufacturing"
- "Which regions are best for sourcing NEVs?"
- "Tell me about motorcycle manufacturing clusters"
- "How do I evaluate commercial vehicle suppliers?"
- "What are the requirements for importing vehicles from China?"
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
- China Customs export data
- 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 industry scale, targets, and key policy initiatives.
Example:
```python
from do import getindustryoverview
result = getindustryoverview()
Returns: production volume, revenue, NEV share, export volume, etc.
中国车辆采购技能
描述
本技能帮助国际买家了解中国车辆制造业格局。中国车辆年产量超过3000万辆,预计到2026年行业收入将超过
12.5万亿元人民币。该技能基于最新政府政策和行业报告,提供关于区域产业集群、车辆类型(乘用车、商用车、摩托车、新能源汽车)、主要制造商及行业趋势的数据支持情报。
核心能力
- - 行业概览:获取中国车辆行业规模、生产目标及关键政策举措的摘要。
- 供应链结构:了解从原材料到制造及销售渠道的完整车辆供应链。
- 区域集群:识别中国不同车辆类型(乘用车、商用车、摩托车、新能源汽车)的专业化生产中心。
- 车辆类型洞察:获取主要车辆细分市场(乘用车、商用车、摩托车、新能源汽车)的详细信息。
- 采购建议:获得评估车辆制造商的实用指导,包括验证方法、沟通最佳实践、典型交货期及付款条款。
使用方法
您可以使用自然语言与本技能互动。例如:
- - 2026年中国车辆行业的整体状况如何?
- 展示车辆制造的供应链结构
- 哪些区域最适合采购新能源汽车?
- 介绍一下摩托车制造集群
- 如何评估商用车供应商?
- 从中国进口车辆需要满足哪些要求?
数据来源
本技能整合以下数据:
- - 工业和信息化部(MIIT)官方政策
- 中国汽车工业协会(CAAM)
- 中国摩托车协会
- 中国国家统计局
- 中国海关出口数据
- 行业研究出版物(更新至2026年第一季度)
实现方式
技能逻辑在do.py中实现,该文件从data.json读取结构化数据。所有数据均为集群级情报,不包含单个工厂的联系方式。
API参考
以下Python函数可在do.py中通过编程方式调用:
getindustryoverview() -> Dict
返回中国车辆行业规模、目标及关键政策举措的概览。
示例:
python
from do import getindustryoverview
result = getindustryoverview()
返回:产量、收入、新能源汽车占比、出口量等