openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > China Sportswear Outdoor Apparel Sourcing

Comprehensive sportswear and outdoor equipment sourcing guide for international buyers – provides detailed information about China's athletic apparel, footwe...

开发与 DevOps

作者:走过 @1970168137

许可证:MIT-0

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

版本:v1.0.0

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

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:1970168137/china-sportswear-outdoor-sourcing

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code, data, and runtime instructions are coherent with its stated purpose (a read-only sourcing intelligence pack) and do not request unrelated credentials, system access, or external installs.

目的

The name/description (China sportswear & outdoor sourcing) matches the actual contents: packaged market data (data.json) and Python accessor functions (do.py). Nothing in the manifest or code indicates extra capabilities that don't belong to a sourcing/intelligence skill.

说明范围

SKILL.md instructs the agent to provide industry overviews and supply-chain/sourcing guidance and references only the local data and do.py APIs. There are no instructions to read unrelated system files, access environment variables, or send data to external endpoints.

安装机制

No install specification is provided (instruction-only style). The package includes local Python code and a JSON data file; nothing is downloaded or executed from external URLs during install.

证书

The skill requires no environment variables, no credentials, and no config paths. The declared requirements are proportionate to a read-only data-access skill.

持久

always is false and the skill does not request permanent/privileged presence or attempt to modify other skills or system-wide settings. It exposes only local read functions.

综合结论

This skill appears to be a self-contained read-only data pack implemented in Python and matches its description. Before installing, consider: (1) the publisher is unknown and there is no homepage—review data.json to ensure the sources and claims meet your trust requirements; (2) the data is static and may become outdated—validate critical sourcing decisions against original primary sources; (3) if you plan to run the included do.py, run it in …

安装(复制给龙虾 AI)

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

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

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: china-sportswear-outdoor-sourcing
version: 1.0.0
description: "Comprehensive sportswear and outdoor equipment sourcing guide for international buyers – provides detailed information about China's athletic apparel, footwear, outdoor gear, and accessories manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated)."
author: "sourcing-china"
tags:
  - sportswear
  - outdoor-gear
  - athletic-apparel
  - footwear
  - tents
  - backpacks
  - functional-fabrics
  - sourcing
  - supply-chain
invocable: true
---

# China Sportswear & Outdoor Sourcing Skill

## Description
This skill helps international buyers navigate China's sportswear and outdoor equipment manufacturing landscape, which is projected to exceed **¥1.2 trillion in revenue by 2026**. China is the world's largest producer, supplying global brands and fast-growing domestic players. 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 athletic apparel (leggings, jerseys, sports bras), outerwear (jackets, down coats), footwear (running shoes, hiking boots), outdoor gear (tents, backpacks, sleeping bags), and accessories.

## Key Capabilities
- **Industry Overview**: Get a summary of China's sportswear and outdoor industry scale, development targets, and key policy initiatives (National Fitness Program, winter sports legacy).
- **Supply Chain Structure**: Understand the complete industry chain from functional fabrics, insulation, components to manufacturing and global sales channels.
- **Regional Clusters**: Identify specialized manufacturing hubs (Fujian for footwear, Yangtze River Delta for outerwear and down, Pearl River Delta for sportswear).
- **Subsector Insights**: Access detailed information on key subsectors (athletic apparel, outerwear, footwear, outdoor gear, accessories).
- **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 sportswear industry in 2026?"
- "Show me the supply chain structure for running shoes"
- "Which regions are best for sourcing down jackets?"
- "Tell me about tent manufacturing clusters"
- "How do I evaluate suppliers of waterproof jackets?"
- "What certifications should I look for in outdoor gear?"

## Data Sources
This skill aggregates data from:
- Ministry of Industry and Information Technology (MIIT)
- China Sporting Goods Federation
- China Textile Industry Federation
- 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 sportswear and outdoor 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.