alibaba-supplier-outreach

alibaba-supplier-outreach is a skill for Claude Code from hashgraph-online/awesome-codex-plugins. It costs 69 tokens per session (838 once invoked), scanned A, original, Apache-2.0.

A supplier-sourcing and communication workflow for Alibaba, a marketplace where businesses find manufacturers and wholesalers. It researches supplier options, drafts outreach, reviews replies, and prepares follow-ups.

In plain words
What is it for?
Use it to build supplier shortlists, compare prices and minimum order quantities, write initial messages, review responses, and draft follow-up replies.
Why use it?
It organizes supplier discovery and conversations instead of leaving product research, price questions, and reply handling as separate manual tasks. Browser automation can be used when direct Alibaba interaction is needed.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter. Also seen: mentions Codex.

Good fit Use it to build supplier shortlists, compare prices and minimum order quantities, write initial messages, review responses, and draft follow-up replies.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hashgraph-online/awesome-codex-plugins/alibaba-supplier-outreach
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add hashgraph-online/awesome-codex-plugins --skill alibaba-supplier-outreach
Clone the repo
git clone --depth 1 https://github.com/hashgraph-online/awesome-codex-plugins

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for alibaba-supplier-outreach

README.md
[![agentmods](https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/alibaba-supplier-outreach/github.svg)](https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/alibaba-supplier-outreach)
Your own site
<a href="https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/alibaba-supplier-outreach"><img src="https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/alibaba-supplier-outreach/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for alibaba-supplier-outreach

Your own site · 80×15
<a href="https://agentmods.dev/skills/hashgraph-online/awesome-codex-plugins/alibaba-supplier-outreach"><img src="https://agentmods.dev/badge/skills/hashgraph-online/awesome-codex-plugins/alibaba-supplier-outreach.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 838 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00069 $0.00838
Opus 5 $0.00034 $0.00419
Sonnet 5 $0.00014 $0.00168
Haiku 4.5 $0.00007 $0.00084

Measured 5d ago against content hash cf00cea322a3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

alibaba-supplier-outreach scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/BlockchainHB/launchfast_codex_plugin/skills/alibaba-supplier-outreach/SKILL.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Alibaba Supplier Outreach

This skill has three modes: outreach, reply review, and follow-up drafting.

Mode detection

  • Product keyword or “find suppliers” -> OUTREACH
  • “check replies”, “any responses” -> REPLY REVIEW
  • “follow up”, “reply to supplier” -> FOLLOW-UP

Shared defaults

Use these defaults when the user does not care:

  • first order quantity: 500 units
  • shortlist size: top 5 suppliers
  • conversation notes path: ./artifacts/launchfast/supplier-conversations/

OUTREACH

1. Gather context

Ask once for:

  • product keyword
  • target price or landed-cost goal
  • target first order quantity
  • sign-off name or company
  • optional Amazon selling experience

2. Research suppliers

Run:

supplier_research(keyword="<keyword>", goldSupplierOnly=true, tradeAssuranceOnly=true, maxResults=10)

Present a compact shortlist with:

  • supplier name
  • quality score
  • price
  • MOQ
  • years in business
  • trust signals

3. Draft the outreach

Use this structure:

  1. Mention the supplier by name and one concrete credibility signal.
  2. Establish buyer credibility briefly.
  3. State quantity and target pricing clearly.
  4. Ask exactly 3 questions:
    • best price at target quantity
    • lead time
    • private-label capability
  5. End with a warm but direct close.

Always show the message to the user before sending it anywhere.

4. Browser automation, if requested

If the user wants Codex to send messages and browser automation tools are available, use this concrete flow:

  1. Open Alibaba in the browser automation session.
  2. Confirm the user is already logged in before proceeding.
  3. Navigate to the supplier page or Alibaba messaging UI.
  4. Use page inspection or accessibility snapshot tooling to find the Contact Supplier or reply form.
  5. Click into the message textarea and paste the approved message verbatim.
  6. Submit the form.
  7. Confirm success by checking for a sent-state confirmation or the new message appearing in the thread.
  8. Save the conversation summary to the local notes path.

Read the full file on GitHub · 133 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 133 lines · 69 tokens per session scan A cf00cea322a3

Subscribe to this mod's changes

alibaba-supplier-outreach is a skill published in the GitHub repository hashgraph-online/awesome-codex-plugins (968 stars, last pushed today), licensed Apache-2.0. It adds 69 tokens to every session and 838 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-05.

Related

Other skills, from other repositories

search

Search 2500+ curated ChatGPT and LLM open-source repositories. Use when the user asks to find tools, libraries, or repos related to ChatGPT, LLMs, RAG, agents, langchain, NLP, AI development, or any open-source AI tooling.

taishi-i/awesome-ChatGPT-repositories · 57 tokens

hunt-business-logic

Hunting skill for business logic vulnerabilities. Built from 7 public bug bounty reports. Use when hunting business logic on any target.

adriannoes/awesome-agentic-ai · 31 tokens

init

Set up Playwright in a project. Use when user says "set up playwright", "add e2e tests", "configure playwright", "testing setup", "init playwright", or "add test infrastructure".

adriannoes/awesome-agentic-ai · 44 tokens

playwright-pro

Production-grade Playwright testing toolkit. Use when the user mentions Playwright tests, end-to-end testing, browser automation, fixing flaky tests, test migration, CI/CD testing, or test suites. Generate tests, fix flaky failures, migrate from Cypress/Selenium, sync with TestRail, run on BrowserStack. 55 templates…

adriannoes/awesome-agentic-ai · 77 tokens

generate

Generate Playwright tests. Use when user says "write tests", "generate tests", "add tests for", "test this component", "e2e test", "create test for", "test this page", or "test this feature".

adriannoes/awesome-agentic-ai · 51 tokens

migrate

Migrate from Cypress or Selenium to Playwright. Use when user mentions "cypress", "selenium", "migrate tests", "convert tests", "switch to playwright", "move from cypress", or "replace selenium".

adriannoes/awesome-agentic-ai · 50 tokens