china-electronic-components-sourcing

Comprehensive electronic components industry sourcing guide for international buyers – provides detailed information about China's semiconductor, passive component, PCB, connector, and sensor manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

3,891 stars
Complexity: easy

About this skill

This AI agent skill provides international electronics buyers with a deep dive into China's electronic components manufacturing landscape. It delivers data-backed intelligence on regional clusters, the intricate supply chain structure, and prevailing industry trends, all based on the latest government policies and industry reports updated for 2026. The skill covers a broad spectrum of components, including semiconductors, passive components, PCBs, connectors, and sensors. Users can leverage this skill to gain a thorough industry overview, understand the complete supply chain from raw materials to downstream applications, and identify specialized manufacturing hubs for various component types. It offers subsector-specific insights and practical sourcing recommendations, encompassing supplier evaluation methods and communication best practices. This skill is invaluable for businesses and procurement managers aiming to optimize their sourcing strategies from China. It enables them to quickly access critical market insights, identify reliable suppliers, and make informed purchasing decisions in a dynamic market projected to reach ¥5.2 trillion in revenue by 2026, acting as a specialized knowledge base accessible directly through an AI agent.

Best use case

The primary use case for this skill is to provide up-to-date, specialized market intelligence and comprehensive sourcing guidance for international buyers in the electronic components industry. Businesses, procurement managers, and supply chain analysts who need to source semiconductors, PCBs, connectors, or other electronic parts from China will benefit most by leveraging this skill to quickly access detailed market insights, identify optimal sourcing regions, and understand supply chain intricacies without extensive manual research.

Comprehensive electronic components industry sourcing guide for international buyers – provides detailed information about China's semiconductor, passive component, PCB, connector, and sensor manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Users should expect to receive detailed, data-backed insights and actionable recommendations regarding the sourcing of electronic components from China, enabling more informed procurement decisions.

Practical example

Example input

Which regions are best for sourcing automotive-grade semiconductors in China and what are the key trends?

Example output

The Yangtze River Delta region, particularly cities like Shanghai and Suzhou, are key hubs for automotive-grade semiconductor manufacturing, driven by robust R&D and advanced packaging capabilities. Key trends include increasing domestic production capacity, a focus on EV-specific power management ICs, and strengthening supply chain resilience against geopolitical factors.

When to use this skill

  • When researching the Chinese electronic components market and its industry structure.
  • When seeking to identify specific manufacturing hubs for components like semiconductors, PCBs, or sensors in China.
  • When needing practical guidance on sourcing best practices, supplier evaluation, and communication in the Chinese market.
  • When understanding the current and projected supply chain trends for electronic components.

When not to use this skill

  • When sourcing electronic components from countries or regions outside of China.
  • When requiring real-time pricing data, direct supplier contact information, or transaction processing capabilities.
  • When looking for general electronics manufacturing information unrelated to sourcing from China.
  • When detailed technical specifications of individual components are needed.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/china-electronic-components-sourcing/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/1970168137/china-electronic-components-sourcing/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/china-electronic-components-sourcing/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How china-electronic-components-sourcing Compares

Feature / Agentchina-electronic-components-sourcingStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityeasyN/A

Frequently Asked Questions

What does this skill do?

Comprehensive electronic components industry sourcing guide for international buyers – provides detailed information about China's semiconductor, passive component, PCB, connector, and sensor manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

How difficult is it to install?

The installation complexity is rated as easy. You can find the installation instructions above.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# China Electronic Components Sourcing Skill

## Description
This skill helps international electronics buyers navigate China's electronic components manufacturing landscape, which is projected to exceed **¥5.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.

## Key Capabilities
- **Industry Overview**: Get a summary of China's electronic components industry scale and development targets.
- **Supply Chain Structure**: Understand the complete industry chain from raw materials to downstream applications.
- **Regional Clusters**: Identify specialized manufacturing hubs for different component types (semiconductors, passives, PCBs, connectors, sensors).
- **Subsector Insights**: Access detailed information on key subsectors (semiconductors, passive components, PCBs, connectors, sensors, etc.).
- **Sourcing Recommendations**: Get practical guidance on evaluating and selecting suppliers, including verification methods and communication best practices.

## How to Use
You can interact with this skill using natural language. For example:
- "What's the overall status of China's electronic components industry in 2026?"
- "Show me the supply chain structure for electronic components"
- "Which regions are best for sourcing automotive-grade semiconductors?"
- "Tell me about MLCC manufacturing clusters"
- "How do I evaluate PCB suppliers in China?"
- "What certifications should I look for in sensor suppliers?"

## Data Sources
This skill aggregates data from:
- Ministry of Industry and Information Technology (MIIT) official policies
- National Bureau of Statistics of China
- China Electronic Components Association (CECA) annual reports
- 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 electronic components industry scale, targets, and key policy initiatives.

**Example:**
```python
from do import get_industry_overview
result = get_industry_overview()
# Returns: industry scale, 2026 targets, automation rates, key drivers, etc.
```

### `get_supply_chain_structure() -> Dict`
Returns the complete electronic components supply chain structure (upstream, midstream, downstream).

**Example:**
```python
from do import get_supply_chain_structure
result = get_supply_chain_structure()
# Returns: raw materials, manufacturing, application industries
```

### `get_regional_clusters(region: Optional[str] = None) -> Union[List[Dict], Dict]`
Returns all regional clusters or a specific cluster by name.
- If `region` is None: returns list of all clusters
- If `region` is specified: returns that cluster's details

**Example:**
```python
from do import get_regional_clusters
all_clusters = get_regional_clusters()
yangtze = get_regional_clusters("Yangtze River Delta")
```

### `find_clusters_by_specialization(specialization: str) -> List[Dict]`
Find clusters that specialize in a given component type.

**Example:**
```python
from do import find_clusters_by_specialization
results = find_clusters_by_specialization("automotive semiconductors")
```

### `get_subsector_info(subsector: str) -> Dict`
Return detailed information about a specific electronic components subsector.

**Example:**
```python
from do import get_subsector_info
mlcc_info = get_subsector_info("MLCC")
semiconductor_info = get_subsector_info("semiconductors")
```

### `get_sourcing_guide() -> Dict`
Return supplier evaluation and sourcing best practices.

**Example:**
```python
from do import get_sourcing_guide
guide = get_sourcing_guide()
# Returns: evaluation criteria, verification methods, communication tips
```

### `get_faq(question: Optional[str] = None) -> Union[List[Dict], Dict]`
Return FAQ list or answer to a specific question.

**Example:**
```python
from do import get_faq
all_faqs = get_faq()
moq_faq = get_faq("MOQ")
```

### `get_glossary(term: Optional[str] = None) -> Union[Dict, str]`
Return glossary of terms or definition of a specific term.

**Example:**
```python
from do import get_glossary
all_terms = get_glossary()
mlcc_def = get_glossary("MLCC")
```

### `search_data(query: str) -> List[Dict]`
Simple search across all data for a query string.

**Example:**
```python
from do import search_data
results = search_data("automotive")
```

### `get_metadata() -> Dict`
Return metadata about the data source and last update.

**Example:**
```python
from do import get_metadata
meta = get_metadata()
```

Related Skills

china-vehicle-sourcing

3891
from openclaw/skills

Comprehensive vehicle sourcing guide for international buyers – provides detailed information about China's passenger car, commercial vehicle, motorcycle, and new energy vehicle manufacturing industry, including regional clusters, production bases, key players, and sourcing best practices (2026 updated).

Data & Research

china-vehicle-accessories-sourcing

3891
from openclaw/skills

Comprehensive vehicle accessories industry sourcing guide for international buyers – provides detailed information about China's aftermarket products for all vehicle types (passenger cars, commercial vehicles, motorcycles, etc.) including interior/exterior trim, electronics, lighting, vehicle care, functional accessories, and safety equipment manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Data & Research

china-toys-sourcing

3891
from openclaw/skills

Comprehensive toys industry sourcing guide for international buyers – provides detailed information about China's plastic, electronic, wooden, plush, model, and educational toy manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Data & Research

china-luggage-sourcing

3891
from openclaw/skills

Comprehensive luggage and bag industry sourcing guide for international buyers – provides detailed information about China's travel luggage, handbags, backpacks, and specialty bag manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Data & Research

china-lighting-sourcing

3891
from openclaw/skills

Comprehensive lighting industry sourcing guide for international buyers – provides detailed information about China's LED, smart, outdoor, automotive, and specialty lighting manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Data & Research

china-furniture-sourcing

3891
from openclaw/skills

Comprehensive furniture industry sourcing guide for international buyers – provides detailed information about China's residential, office, hotel, outdoor, and custom furniture manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Data & Research

china-consumer-electronics-sourcing

3891
from openclaw/skills

Comprehensive consumer electronics industry sourcing guide for international buyers – provides detailed information about China's smartphone, wearable, audio, smart home, and AR/VR manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Data & Research

china-beauty-sourcing

3891
from openclaw/skills

Comprehensive beauty industry sourcing guide for international buyers – provides detailed information about China's skincare, color cosmetics, hair care, and personal care manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Data & Research

china-industrial-machinery-sourcing

3880
from openclaw/skills

Comprehensive industrial machinery industry sourcing guide for international buyers – provides detailed information about China's machine tools, construction machinery, agricultural equipment, packaging lines, robotics, and other industrial machinery manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated).

Data & Research

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research

baidu-search

3891
from openclaw/skills

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Data & Research

notebooklm

3891
from openclaw/skills

Google NotebookLM 非官方 Python API 的 OpenClaw Skill。支持内容生成(播客、视频、幻灯片、测验、思维导图等)、文档管理和研究自动化。当用户需要使用 NotebookLM 生成音频概述、视频、学习材料或管理知识库时触发。

Data & Research