← Back to Skills Marketplace
walynlee

1688-skills-bundle

by Walyn · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
86
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install 1688-skills-bundle
Description
Bundle of three 1688 skills for pet product mining, visual supplier search, and felt bag factory sourcing with necessary dependencies and AlphaShop API integ...
README (SKILL.md)

1688 Skills 打包清单

打包时间

2026-05-20

目录结构

1688-skills-bundle/
├── skills/                          ← 三个主 Skill
│   ├── 1688-pet-product-mining/     🐾 宠物用品爆款挖掘
│   ├── 1688-find-similar-suppliers/ 🔍 以图搜款同款供应商
│   └── 1688-felt-bag-factory-finder/ 👜 毛毡包源头工厂筛选
│
└── deps/                            ← 外部依赖
    ├── search-1688-supplier/        AlphaShop 搜索+询盘(需 AK/SK)
    ├── 1688-source-suppliers/       供应商搜索 CLI
    ├── 1688-product-find/           以图搜款 image_search
    └── inquiry-1688/                询盘提交

安装方法

# 解压
unzip 1688-skills-bundle.zip -d /tmp/1688-skills-bundle

# 1. 安装三个主 Skill
cp -r /tmp/1688-skills-bundle/skills/1688-pet-product-mining ~/.hermes/skills/
cp -r /tmp/1688-skills-bundle/skills/1688-find-similar-suppliers ~/.hermes/skills/supply-chain/
cp -r /tmp/1688-skills-bundle/skills/1688-felt-bag-factory-finder ~/.hermes/skills/

# 2. 安装外部依赖
cp -r /tmp/1688-skills-bundle/deps/search-1688-supplier ~/.agents/skills/
cp -r /tmp/1688-skills-bundle/deps/1688-source-suppliers ~/.agents/skills/
cp -r /tmp/1688-skills-bundle/deps/1688-product-find ~/.hermes/skills/
cp -r /tmp/1688-skills-bundle/deps/inquiry-1688 ~/.agents/skills/

依赖关系

主 Skill 依赖
1688-pet-product-mining 1688-source-suppliers
1688-find-similar-suppliers 1688-product-find + inquiry-1688
1688-felt-bag-factory-finder search-1688-supplier + inquiry-1688

凭证配置

~/.openclaw/openclaw.json 中配置 AlphaShop AK/SK:

{
  "skills": {
    "entries": {
      "search-1688-supplier": {
        "env": {
          "ALPHASHOP_ACCESS_KEY": "YOUR_AK",
          "ALPHASHOP_SECRET_KEY": "YOUR_SK"
        }
      }
    }
  }
}
Usage Guidance
Do not install until SKILL.md, metadata, manifest, and included files can be inspected successfully.
Capability Tags
cryptocan-make-purchasesrequires-oauth-tokenrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
Unable to inspect SKILL.md or artifact contents, so the skill purpose and capabilities could not be verified from artifact evidence.
Instruction Scope
Unable to inspect runtime instructions, so instruction scope could not be assessed.
Install Mechanism
Unable to inspect metadata.json, install specs, or manifest details, so installation behavior could not be validated.
Credentials
Unable to inspect declared environment access or file contents, so proportionality could not be determined.
Persistence & Privilege
Unable to inspect persistence, credential, or privilege behavior from artifacts.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install 1688-skills-bundle
  3. After installation, invoke the skill by name or use /1688-skills-bundle
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of the 1688 Skills bundle. - Includes three main skills: pet product mining, similar supplier search by image, and felt bag factory finder. - Bundles essential external dependencies for supplier search, image-based matching, and inquiry features. - Provides clear directory structure and installation instructions. - Lists required AlphaShop AK/SK credential setup for integration.
Metadata
Slug 1688-skills-bundle
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 1688-skills-bundle?

Bundle of three 1688 skills for pet product mining, visual supplier search, and felt bag factory sourcing with necessary dependencies and AlphaShop API integ... It is an AI Agent Skill for Claude Code / OpenClaw, with 86 downloads so far.

How do I install 1688-skills-bundle?

Run "/install 1688-skills-bundle" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is 1688-skills-bundle free?

Yes, 1688-skills-bundle is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does 1688-skills-bundle support?

1688-skills-bundle is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created 1688-skills-bundle?

It is built and maintained by Walyn (@walynlee); the current version is v1.0.0.

💬 Comments