openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > China Tools Sourcing

Comprehensive tools industry sourcing guide for international buyers – provides detailed information about China's hand tools, power tools, garden tools, mea...

开发与 DevOps

作者:走过 @1970168137

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 79 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:1970168137/china-tools-sourcing

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill is internally consistent: it ships a local data.json and a simple Python wrapper (do.py) to read and return that data, and it does not request credentials, install code, or perform network access.

目的

The name/description (China tools sourcing intelligence) matches the actual payload: a static dataset (data.json) and helper functions in do.py to query it. There are no unrelated requirements (no cloud credentials, no extra binaries) that would be disproportionate to the stated purpose.

说明范围

SKILL.md describes how to query the local dataset and what capabilities are provided; runtime instructions and examples reference only the bundled functions and local data. The skill does not instruct the agent to read unrelated system files, environment variables, or send data to external endpoints.

安装机制

No install spec is provided (instruction-only with included files). The code is local; nothing is downloaded or extracted from external URLs. There is no brew/npm/remote installer to evaluate.

证书

The skill declares no required environment variables, no primary credential, and no config paths. do.py only reads the bundled data.json and uses standard library modules (json, os). There are no requests for unrelated secrets or external service tokens.

持久

The skill is not always-enabled and does not request elevated persistence. It does not modify other skills or system-wide settings; it only exposes functions from do.py. Autonomous invocation is allowed by default but is standard and not combined with other concerning flags.

综合结论

This skill is a local, read-only dataset with a simple Python API. Before installing: review data.json if you need to verify claims or sources (SKILL.md lists official sources but the skill contains a static aggregation), and confirm the dataset does not include any contact details or commercial terms you weren't expecting. If you plan to use the skill in an autonomous agent, remember it has no network checks or live supplier lookups—it will o…

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「China Tools Sourcing」。简介:Comprehensive tools industry sourcing guide for international buyers – provides…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1970168137/china-tools-sourcing/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: china-tools-sourcing
version: 1.0.0
description: "Comprehensive tools industry sourcing guide for international buyers – provides detailed information about China's hand tools, power tools, garden tools, measuring tools, and industrial tool manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated)."
author: "sourcing-china"
tags:
  - tools
  - hand-tools
  - power-tools
  - garden-tools
  - measuring-tools
  - tool-storage
  - cutting-tools
  - sourcing
  - supply-chain
invocable: true
---

# China Tools Sourcing Skill

## Description
This skill helps international buyers navigate China's tools manufacturing landscape, which is projected to exceed **¥1.2 trillion in revenue by 2026**. China is the world's largest producer and exporter of tools, supplying both professional trades and DIY markets globally. 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 hand tools, power tools, garden tools, measuring tools, tool storage, automotive tools, pneumatic tools, and cutting tools.

## Key Capabilities
- **Industry Overview**: Get a summary of China's tools industry scale, development targets, and key policy initiatives (smart manufacturing, battery technology).
- **Supply Chain Structure**: Understand the complete industry chain from raw materials (steel, plastics, batteries) to manufacturing and global sales channels.
- **Regional Clusters**: Identify specialized manufacturing hubs (Yongkang for hand tools, Suzhou for power tools, Danyang for cutting tools, Shandong for automotive tools).
- **Subsector Insights**: Access detailed information on key subsectors (hand tools, power tools, garden tools, measuring tools, tool storage, automotive tools, pneumatic tools, cutting tools).
- **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 tools industry in 2026?"
- "Show me the supply chain structure for power tools"
- "Which regions are best for sourcing hand tools?"
- "Tell me about cutting tool manufacturing clusters"
- "How do I evaluate suppliers of garden tools?"
- "What certifications should I look for in power tools?"

## Data Sources
This skill aggregates data from:
- Ministry of Industry and Information Technology (MIIT)
- China Hardware 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 tools industry scale, targets, and key policy initiatives.

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