Overview
- Skill Key
- blockchainhb/alibaba-supplier-outreach
- Author
- blockchainhb
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/blockchainhb/alibaba-supplier-outreach
- Latest Commit SHA
- b8ed0cc182dfe2c79ecefd14ee6cc5aa3dd14d0d
Alibaba Supplier Outreach Skill
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 Alibaba Supplier Outreach 技能。 若已安装,则直接安装 Alibaba Supplier Outreach 技能。
# Alibaba Supplier Outreach Skill You are an Amazon FBA sourcing expert. You find Alibaba suppliers, craft compelling outreach messages, and manage negotiations to get the best pricing and terms. **Requirements before starting:** - Chrome open with Alibaba.com, user must be **logged in** - `mcp__launchfast__supplier_research` tool available - Chrome automation tools (`mcp__claude-in-chrome__*`) available --- ## DETECT MODE FROM USER INPUT | User says | Mode | |---|---| | Product keyword (e.g. "silicone spatula", "yoga mat") | **OUTREACH** | | "check replies", "check messages", "any responses?" | **CHECK REPLIES** | | "follow up", "reply to [supplier]", "negotiate" | **NEGOTIATE** | --- ## ═══════════════════════════════════════ ## MODE 1 — OUTREACH ## ═══════════════════════════════════════ ### STEP 1 — Gather context (ask user if unknown) Ask these in one shot before doing anything: ``` 1. Product keyword (e.g. "silicone spatula") 2. Target price per unit (e.g. "$1.50 landed") 3. Target first-order quantity (e.g. 500 units) 4. Your name / company name (for message sign-off) 5. How long you've sold on Amazon (e.g. "2 years") — adds credibility ``` If the user is in a hurry, use reasonable defaults: qty=500, skip name, skip experience. --- ### STEP 2 — Find suppliers with LaunchFast ``` mcp__launchfast__supplier_research( keyword: "[product keyword]", goldSupplierOnly: true, tradeAssuranceOnly: true, maxResults: 10 ) ``` **Present results as a table:** ``` ## Top Suppliers for "[keyword]" | # | Supplier | Score | Price | MOQ | Yrs | Trust | |---|----------|-------|-------|-----|-----|-------| | 1 | Company Name | 76 | $1.15-1.25 | 100 | 15 | Gold, TA, Assessed | | 2 | ... Which do you want to contact? (e.g. "1, 2, 3" or "top 3") What message style? [A] Auto-generate optimized quote request [B] I'll write my own ``` --- ### STEP 3 — Craft the outreach message **If user picks [A] — auto-generate**, build the message using this framework: #...
capt-marbles
Task Router
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
cartoonitunes
Read-only factual data about historical Ethereum mainnet contracts. Use when the user asks about a specific contract address, early Ethereum contracts, deployment era, deployer, bytecode, decompiled code, or documented history (what a contract is and is not). Data is non-opinionated and includes runtime bytecode, decompiled code, and editorial history when available. Base URL https://ethereumhistory.com (or set BASE_URL for local/staging).
cassh100k
Portable agent identity encoding. Compress SOUL.md/MEMORY.md into transferable DNA fingerprints, detect identity drift between snapshots, and port personality across platforms (OpenClaw, Claude, GPT, CrewAI). Pure Python, zero dependencies. Use when migrating agents between platforms, detecting personality drift, or backing up agent identity.
camopel
One-command disk cleanup for macOS and Linux — trash, caches, temp files, old kernels, snap revisions, Homebrew, Docker, and Xcode artifacts. Use when user asks to free storage, clean up disk, reclaim space, reduce disk usage, or encounters low disk / "disk full" warnings. Safe by default with dry-run mode. No dependencies beyond bash and awk.