China Footwear Sourcing Skill
Description
This skill helps international buyers navigate China's footwear manufacturing landscape, which accounts for approximately 60% of global shoe production and is projected to exceed
¥820 billion 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 athletic shoes, leather shoes, women's shoes, children's shoes, casual shoes, sandals/slippers, and safety footwear.
Key Capabilities
- - Industry Overview: Get a summary of China's footwear industry scale, development targets, and key policy initiatives (sustainability, automation, brand building).
- Supply Chain Structure: Understand the complete industry chain from raw materials (leather, textiles, soles) and components to manufacturing and global sales channels.
- Regional Clusters: Identify specialized manufacturing hubs (Fujian for athletic shoes, Guangdong for women's shoes, Zhejiang for leather shoes, etc.).
- Subsector Insights: Access detailed information on key subsectors (athletic, leather, women's, children's, casual, sandals/slippers, safety).
- 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 footwear industry in 2026?"
- "Show me the supply chain structure for athletic shoes"
- "Which regions are best for sourcing women's fashion shoes?"
- "Tell me about leather shoe manufacturing clusters"
- "How do I evaluate suppliers of children's shoes?"
- "What certifications should I look for in safety footwear?"
Data Sources
This skill aggregates data from:
- - Ministry of Industry and Information Technology (MIIT)
- China Leather Industry Association
- China Footwear Industry 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 footwear 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.
中国鞋类采购技能
描述
该技能帮助国际买家了解中国鞋类制造业格局,中国鞋类产量约占全球鞋类生产的60%,预计到2026年行业收入将超过
8200亿元人民币。该技能基于最新政府政策和行业报告,提供关于区域产业集群、供应链结构及行业趋势的数据驱动情报。涵盖运动鞋、皮鞋、女鞋、童鞋、休闲鞋、凉鞋/拖鞋以及安全鞋等品类。
核心能力
- - 行业概览:获取中国鞋类行业规模、发展目标及关键政策举措(可持续发展、自动化、品牌建设)摘要。
- 供应链结构:了解从原材料(皮革、纺织品、鞋底)及配件到制造和全球销售渠道的完整产业链。
- 区域产业集群:识别专业化制造中心(福建运动鞋、广东女鞋、浙江皮鞋等)。
- 细分领域洞察:获取关键细分领域(运动鞋、皮鞋、女鞋、童鞋、休闲鞋、凉鞋/拖鞋、安全鞋)的详细信息。
- 采购建议:获得评估和选择供应商的实用指导,包括验证方法、最佳沟通实践、典型交货周期及付款条件。
使用方法
您可以使用自然语言与该技能交互。例如:
- - 2026年中国鞋类行业的整体状况如何?
- 展示运动鞋的供应链结构
- 哪些地区最适合采购时尚女鞋?
- 介绍一下皮鞋制造产业集群
- 如何评估童鞋供应商?
- 安全鞋应关注哪些认证?
数据来源
该技能整合了以下数据:
- - 工业和信息化部
- 中国皮革协会
- 中国鞋业协会
- 中国国家统计局
- 行业研究出版物(2026年第一季度更新)
实现方式
该技能逻辑在do.py中实现,从data.json读取结构化数据。所有数据均为集群级情报,不包含单个工厂的联系方式。
API参考
以下Python函数可在do.py中通过编程方式调用:
getindustryoverview() -> Dict
返回中国鞋类行业规模、目标及关键政策举措的概览。
示例:
python
from do import getindustryoverview
result = getindustryoverview()
返回:行业规模、2026年目标、关键驱动因素、出口值等。