技能详情(站内镜像,无评论)
作者:走过 @1970168137
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 81 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:1970168137/china-toys-sourcing
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill's code and data are consistent with its stated purpose (a read-only, local sourcing guide); it does not request credentials, perform network calls, or install extra software.
目的
The name/description (China toys sourcing) match the provided artifacts: SKILL.md, a local data.json dataset, and a small Python module exposing read-only query functions. Nothing requested (no env vars, no binaries, no config paths) is disproportionate to a sourcing guide.
说明范围
SKILL.md describes reading and serving industry intelligence. The runtime instructions and the included do.py only read the local data.json and return structured information; they do not instruct the agent to read unrelated files, environment variables, or transmit data to external endpoints.
安装机制
No install specification is present (instruction-only with bundled code/data). There are no downloads, package installs, or extracted archives. The only code runs locally against the included data.json.
证书
The skill requires no environment variables, no credentials, and no config paths. The code does not access os.environ for secrets or external services, so requested access is proportionate (none).
持久
always is false and the skill does not request persistent system presence or modify other skills. Autonomous invocation (model invocation not disabled) is the platform default; combined with this skill's limited local, read-only behavior, it does not create elevated privilege concerns.
综合结论
This appears to be a local, read-only sourcing guide implemented as a small Python module plus a static JSON dataset. Before installing or invoking: (1) understand the data is static (last_updated 2026-03-15) and may not reflect real-time supplier status—verify any critical supplier claims independently; (2) the skill contains company names and examples but explicitly states it does not include individual factory contact details—do not rely on…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「China Toys Sourcing」。简介:Comprehensive toys industry sourcing guide for international buyers – provides …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/1970168137/china-toys-sourcing/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: china-toys-sourcing
version: 1.0.0
description: "Comprehensive toys industry sourcing guide for international buyers – provides detailed information about China's plastic, electronic, wooden, plush, model, and educational toy manufacturing clusters, supply chain structure, regional specializations, and industry trends (2026 updated)."
author: "sourcing-china"
tags:
- toys
- plastic-toys
- electronic-toys
- wooden-toys
- plush-toys
- educational-toys
- model-kits
- sourcing
- supply-chain
invocable: true
---
# China Toys Sourcing Skill
## Description
This skill helps international buyers navigate China's toy manufacturing landscape, which accounts for over 70% of global toy production and is projected to exceed **¥1.1 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. Coverage includes plastic toys, electronic toys, wooden toys, plush toys, model kits, and educational toys.
## Key Capabilities
- **Industry Overview**: Get a summary of China's toy industry scale, development targets, and key policy initiatives (safety standards, innovation).
- **Supply Chain Structure**: Understand the complete industry chain from raw materials and components to manufacturing and global sales channels.
- **Regional Clusters**: Identify specialized manufacturing hubs (Chenghai for plastic/electronic toys, Ningbo for wooden toys, Yangzhou for plush).
- **Subsector Insights**: Access detailed information on key subsectors (plastic, electronic, wooden, plush, model, educational).
- **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 toy industry in 2026?"
- "Show me the supply chain structure for electronic toys"
- "Which regions are best for sourcing wooden educational toys?"
- "Tell me about plush toy manufacturing clusters"
- "How do I evaluate suppliers of plastic action figures?"
- "What safety certifications should I look for?"
## Data Sources
This skill aggregates data from:
- Ministry of Industry and Information Technology (MIIT)
- China Toy & Juvenile Products 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 toy 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.