← 返回 Skills 市场
1970168137

China Electronic Components Sourcing

作者 走过 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
254
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install china-electronic-components-sourcing
功能描述
Comprehensive electronic components industry sourcing guide for international buyers – provides detailed information about China's semiconductor, passive com...
使用说明 (SKILL.md)

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:

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:

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:

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:

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:

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:

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:

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:

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:

from do import search_data
results = search_data("automotive")

get_metadata() -> Dict

Return metadata about the data source and last update.

Example:

from do import get_metadata
meta = get_metadata()
安全使用建议
This skill appears coherent and low-risk: it is a static, read-only dataset with Python helpers and requests no credentials or external installs. Before installing, review data.json if you need to ensure there is no inadvertent PII or proprietary supplier contact info and confirm the cited sources meet your accuracy requirements. If you expect live/updated data, note the skill has no network-update mechanism — updates require a new package release or manual replacement of data.json. If you want the agent to fetch live supplier contacts or perform transactions, expect that would require additional capabilities and appropriate credentials, which are not present here.
功能分析
Type: OpenClaw Skill Name: china-electronic-components-sourcing Version: 1.0.0 The skill is a purely informational sourcing guide for the Chinese electronic components industry. The Python implementation in `do.py` safely queries a local `data.json` file to provide industry statistics, regional manufacturing cluster details, and sourcing best practices without any network access, shell execution, or sensitive data retrieval.
能力评估
Purpose & Capability
Name/description describe a sourcing guide and the package contains a JSON dataset plus Python helpers (do.py) that expose read-only accessors for that data. Required environment, binaries, and config paths are empty — consistent with a local, read-only reference skill.
Instruction Scope
SKILL.md describes querying industry overviews, clusters, subsectors, and sourcing guidance. The runtime code only reads data.json and exposes simple lookup/search functions; there are no instructions to read unrelated files, access system credentials, or transmit data externally.
Install Mechanism
No install spec is provided (instruction-only style) and included code is local. Nothing is downloaded or extracted at install time, so there is no network fetch or execution of remote code.
Credentials
The skill declares no environment variables, no credentials, and no config paths. do.py uses only standard library modules and reads the bundled data.json — there is no disproportionate access requested.
Persistence & Privilege
always is false and the skill does not modify agent configuration or other skills. It runs as a normal invocation-only skill with no elevated persistence or cross-skill configuration changes.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install china-electronic-components-sourcing
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /china-electronic-components-sourcing 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of the China Electronic Components Sourcing Skill: - Provides sourcing guidance and data-driven insights for international buyers of electronic components in China. - Features API functions to access industry overview, supply chain structure, regional clusters, subsector details, sourcing best practices, FAQs, and glossary. - Aggregates information from official Chinese government and industry sources, updated for 2026. - Supports natural language queries for practical usage scenarios.
元数据
Slug china-electronic-components-sourcing
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

China Electronic Components Sourcing 是什么?

Comprehensive electronic components industry sourcing guide for international buyers – provides detailed information about China's semiconductor, passive com... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 254 次。

如何安装 China Electronic Components Sourcing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install china-electronic-components-sourcing」即可一键安装,无需额外配置。

China Electronic Components Sourcing 是免费的吗?

是的,China Electronic Components Sourcing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

China Electronic Components Sourcing 支持哪些平台?

China Electronic Components Sourcing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 China Electronic Components Sourcing?

由 走过(@1970168137)开发并维护,当前版本 v1.0.0。

💬 留言讨论