China Electronic Components Factory

Comprehensive electronic components industry factory guide for international buyers – provides detailed information about China's semiconductor, passive comp...

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 25 · 0 current installs · 0 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the actual implementation: a local data-backed industry guide. The provided functions and data.json contents align with the stated capabilities (overviews, clusters, subsectors, sourcing guidance). There are no unrelated dependencies or credentials requested.
Instruction Scope
SKILL.md limits behavior to serving industry intelligence and examples; it does not instruct reading system files, environment variables, or sending data to external endpoints. The implementation (run.py) reads only the included data.json and exposes safe query functions.
Install Mechanism
No install spec is present and no external downloads occur. This is an instruction-only skill with a bundled code file and data asset, so nothing is written or fetched at install time beyond the packaged files.
Credentials
The skill requires no environment variables, credentials, or config paths. All data access is local to data.json; there are no suspicious secret-like fields or requests for unrelated service tokens.
Persistence & Privilege
always is false and the skill does not attempt to modify other skills or global agent configuration. It runs as a normal user-invocable skill with no elevated persistence requirements.
Assessment
This skill appears coherent and self-contained: it exposes read-only functions that return data from the included data.json and does not request credentials or perform network activity. Before installing, consider: (1) verifying the data accuracy and currency if you'll rely on it for procurement decisions (the skill bundles static data, last_updated 2026-03-13), (2) reviewing included company/supplier names for any privacy or legal considerations in your jurisdiction, and (3) if you or your environment allow the skill to call external resources later (e.g., via agent policies), ensure network access is intentionally granted because the current package itself does not perform external calls.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk9750xjhw8bqq64jmcejwsv7pd831362

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

China Electronic Components Factory 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 factory 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 run.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 run.py for programmatic access:

get_industry_overview() -> Dict

Returns overview of China's electronic components industry scale, targets, and key policy initiatives.

Example:

from run import get_industry_overview
result = get_industry_overview()
# Returns: industry scale, 2026 targets, automation rates, key drivers, etc.

Files

3 total
Select a file
Select a file to preview.

Comments

Loading comments…