Agent Skills 技能库 · 进阶
把外贸经验沉淀成可复用 Skill.md:客户开发、公司研究、开发信、询盘报价、多语言客服、单证物流和 CRM 复盘各自一份,方便 Codex、Claude Code、OpenCode 或 OpenClaw 调用。
外贸 Skill 不要写成万能提示词,要按业务环节拆成小技能,每个技能有输入、步骤、红线和输出格式。
mkdir -p skills/foreign-trade-lead-research skills/foreign-trade-inquiry-quote skills/foreign-trade-service
# 每个目录放一份 SKILL.md,按触发条件、输入、步骤、红线、输出格式编写---
name: foreign-trade-inquiry-quote
description: Use when a foreign trade inquiry needs product/spec/quantity/port/payment extraction and quotation draft preparation.
---
# Foreign Trade Inquiry Quote Skill
## Safety
- Do not invent price, lead time, certification, stock, freight, tax, or customs conclusion.
- Mark these fields as Need human confirmation.
## Steps
1. Extract product, spec, quantity, destination, target price, payment, certification.
2. List missing fields.
3. Draft a concise customer reply.
4. Produce an internal quotation checklist.
5. Suggest next step and CRM update.
## Output
- Extracted fields
- Missing questions
- Reply draft
- Internal risk checklist
- CRM update---
name: foreign-trade-___
description: Use when ___
---
# 触发条件
- 当用户需要 ___ 时使用。
# 输入
- 客户资料:
- 产品资料:
- 历史记录:
# 步骤
1. 先读取资料。
2. 提取关键字段。
3. 生成草稿。
4. 做风险检查。
# 红线
- 不承诺价格、交期、认证、税费、清关。
# 输出格式
- 结论
- 草稿
- 风险
- 下一步Skill 就是一份可复用的操作手册,让 Agent 遇到同类任务时知道该按哪套流程、调用哪些工具、避开什么坑。
把 npx skills 当成 Agent 技能包管理器:先 find,再看来源和安装量,最后 add 到指定 Agent。
外贸 Agent 不要一上来全自动群发,先做“找客户、读客户、写草稿、人工确认、记录复盘”的半自动闭环。
Agent Reach 不替 Agent 思考,它负责把网页、GitHub、Reddit、YouTube、小红书、B站、公众号等入口装好,让 Agent 有资料可读。
可以把截图、日志、需求单或当前页面链接发到 zhemuy@gmail.com。