Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

china-electronic-components-sourcingchina electronic 组件 sourcing

Agent Skill

china-electronic-components-sourcing 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,757

周安装

320

GitHub Stars

公开资料未说明

下载量

2,534
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:china-electronic-components-sourcing(china electronic 组件 sourcing)
来源仓库:https://github.com/1970168137/china-electronic-components-sourcing
安装命令:
openclaw skills install china-electronic-components-sourcing
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install china-electronic-components-sourcing

简介

面向国际买家提供中国电子元件行业采购指南,涵盖半导体、被动器件供应链资源。

  • 适用于寻找可靠供应商、比价议价、评估交期与质量标准的采购决策支持。
  • 整合厂商报价、MOQ、认证情况等信息,输出结构化对比报告辅助选品。
  • 安装命令:openclaw skills install china-electronic-components-sourcing;依赖外部数据源更新时效性。
  • 注意汇率波动与关税政策变化可能影响成本估算,建议多渠道交叉验证报价真实性。

SKILL.md

name
china-electronic-components-sourcing
version
1.0.0
description
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).
author
sourcing-china
tags
invocable
true

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()

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

94.34%
按下载量换算2,391

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills