1688-88syt
线下B2B交易的得力帮手,一句话搞定全流程操作!无论您是卖家还是买家,只需一句指令,即可轻松完成电子合约(采购单/合同)创建、签署、确认收货、退款等核心操作,全面支持账号状态查询、实名认证、绑卡及交易,让每一步交易流程更清晰、更可控。通过智能化交互,实现交易流程数字化,提升协作效率,保障资金流转安全,助力企业高效运营。专注每一次B2B交易,让生意更稳、更快、更省心!。用户提到 88 生意通、采购单、签署、退款、确认收货、大额、批量、实名、绑卡、主账号、卖家或买家问题时使用。
About this skill
The 1688-88syt skill provides a robust command-line interface for AI agents to interact with the 88 生意通 platform, which is designed for managing offline B2B trade. It empowers agents to handle the entire lifecycle of B2B transactions, including core operations like creating, signing, and invalidating electronic contracts (purchase orders), confirming receipt of goods, and applying for refunds. Beyond transactional tasks, it also supports essential administrative functions such as querying account status, initiating real-name authentication, binding bank cards, and conducting various transaction inquiries, ensuring transparency and control throughout the process. By leveraging this skill, businesses can achieve a higher degree of digitalization in their B2B transaction workflows. This intelligent automation leads to enhanced collaboration efficiency, improved security for fund transfers, and ultimately, more streamlined and cost-effective operations. It's particularly valuable for entities that frequently engage in large-volume or high-value B2B transactions on the 88 生意通 platform, catering to both buyer and seller roles, as well as managing primary accounts.
Best use case
The primary use case is to automate and simplify complex offline B2B transaction management, particularly for businesses that utilize the 88 生意通 platform for procurement and sales. Businesses benefit significantly by digitizing their processes, reducing manual errors, speeding up transaction cycles, and gaining granular control over their electronic contracts and financial interactions.
线下B2B交易的得力帮手,一句话搞定全流程操作!无论您是卖家还是买家,只需一句指令,即可轻松完成电子合约(采购单/合同)创建、签署、确认收货、退款等核心操作,全面支持账号状态查询、实名认证、绑卡及交易,让每一步交易流程更清晰、更可控。通过智能化交互,实现交易流程数字化,提升协作效率,保障资金流转安全,助力企业高效运营。专注每一次B2B交易,让生意更稳、更快、更省心!。用户提到 88 生意通、采购单、签署、退款、确认收货、大额、批量、实名、绑卡、主账号、卖家或买家问题时使用。
Users should expect structured JSON responses detailing the success or failure of B2B transaction operations, along with relevant transaction data or a clear markdown summary for immediate understanding.
Practical example
Example input
我需要创建一个采购单,购买商品'T恤' 100件,单价50元,与对方'张三公司'进行交易。
Example output
```json
{
"success": true,
"markdown": "✅ 采购单创建成功!草稿编号:88SYT20260324419013。请通知对方签署。",
"data": {
"draftNo": "88SYT20260324419013",
"status": "DRAFT",
"counterparty": "张三公司",
"totalAmount": "5000.00"
}
}
```When to use this skill
- When managing offline B2B transactions via the 88 生意通 platform.
- To automate the creation, signing, and lifecycle management of electronic contracts or purchase orders.
- For efficient handling of high-volume or large-value B2B transactions.
- When needing to quickly check account status, confirm receipts, or process refunds related to 88 生意通.
When not to use this skill
- For general online retail or consumer-to-consumer (C2C) transactions.
- If not using the 88 生意通 platform for B2B transactions.
- For purely informational queries unrelated to B2B transaction management.
- If the AI agent lacks the capability to execute Python CLI commands or manage API keys.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/1688-88syt/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How 1688-88syt Compares
| Feature / Agent | 1688-88syt | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | easy | N/A |
Frequently Asked Questions
What does this skill do?
线下B2B交易的得力帮手,一句话搞定全流程操作!无论您是卖家还是买家,只需一句指令,即可轻松完成电子合约(采购单/合同)创建、签署、确认收货、退款等核心操作,全面支持账号状态查询、实名认证、绑卡及交易,让每一步交易流程更清晰、更可控。通过智能化交互,实现交易流程数字化,提升协作效率,保障资金流转安全,助力企业高效运营。专注每一次B2B交易,让生意更稳、更快、更省心!。用户提到 88 生意通、采购单、签署、退款、确认收货、大额、批量、实名、绑卡、主账号、卖家或买家问题时使用。
How difficult is it to install?
The installation complexity is rated as easy. You can find the installation instructions above.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
Top AI Agents for Productivity
See the top AI agent skills for productivity, workflow automation, operational systems, documentation, and everyday task execution.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# 88生意通-1688线下交易工具
统一入口:`python3 {baseDir}/cli.py <command> [options]`
## 命令速查
| 命令 | 说明 | 示例 |
|------|------|------|
| `account` | 查询账号状态 | `cli.py account` |
| `contract-list` | 查询采购单列表 | `cli.py contract-list --role BUYER --page 1 --size 10` |
| `contract-detail` | 查询采购单详情 | `cli.py contract-detail --draft-no 88SYT20260324419012` |
| `contract-summary` | 查询采购单汇总 | `cli.py contract-summary` |
| `create-order` | 创建采购单 | `cli.py create-order --role BUYER --counterparty "对方登录名" --items '[{"productName":"商品","quantity":10,"unitPrice":"1.00"}]'` |
| `sign-order` | 签署采购单 | `cli.py sign-order --draft-no 88SYT20260324419012` |
| `sign-reject` | 拒绝签署 | `cli.py sign-reject --draft-no 88SYT20260324419012` |
| `confirm-receipt` | 确认收货 | `cli.py confirm-receipt --draft-no 88SYT20260324419012` |
| `invalidate-order` | 采购单失效 | `cli.py invalidate-order --draft-no 88SYT20260324419012` |
| `refund-apply` | 申请退款 | `cli.py refund-apply --draft-no 88SYT20260324419012` |
| `configure` | 配置 AK | `cli.py configure YOUR_AK` |
| `check` | 检查配置状态 | `cli.py check` |
所有命令输出 JSON:`{"success": bool, "markdown": str, "data": {...}}`
**展示时直接输出 `markdown` 字段,Agent 分析追加在后面,不得混入其中。**
## 使用流程
Agent 根据用户意图**直接执行对应命令**,无需每次先执行 `check`。
各命令在 AK 缺失、账号状态异常等情况下会自行返回明确错误,Agent 按下方「异常处理」应对即可。
**采购单典型路径**:`account`(检查准入)→ `create-order`-> `sign-order`(买家签署) → `contract-detail`(确认状态)
## 安全声明
| 风险级别 | 命令 | Agent 行为 |
|---------|------|-----------|
| **只读** | account, contract-list, contract-detail, contract-summary, check | 直接执行 |
| **配置** | configure | 提示影响范围后执行 |
| **写入** | create-order, sign-order, sign-reject, confirm-receipt, invalidate-order, refund-apply | **必须先确认用户意图;涉及资金/状态变更的操作须二次确认** |
**全局写入规则(适用于所有写操作)**:
1. 必须先确认用户明确意图。
2. 涉及资金(退款、确认收货)或状态变更(失效、拒绝签署)的操作,须向用户**二次确认**后再执行。
3. 操作成功后,建议调用 `contract-detail` 查询最新状态反馈用户。
## 异常处理
任何命令输出 `success: false` 时:
1. **先输出 `markdown` 字段**(已包含用户可读的错误描述)
2. **再根据关键词追加引导**:
| markdown 关键词 | Agent 额外动作 |
|----------------|--------------|
| "AK 未配置" 或 "签名无效"/"401" | 输出下方 **AK 引导话术** |
| "非主账号" / "NOT_1688_MAIN_ACCOUNT" | 引导用户使用主账号操作,或前往网页端 |
| "未签约" / "未实名" / "未绑卡" | 引导用户前往 [88生意通页面](https://syt.1688.com/page/SYT/buyer?tracelog=88sytskill) 完成相关操作 |
| "限流"/"429" | 建议用户等待 1-2 分钟后重试 |
| 其他 | 仅输出 markdown 即可 |
## AK 引导话术
> "需要先配置 AK 才能使用 88 生意通功能。请登录 [ClawHub](https://clawhub.1688.com/),点击右上角钥匙按钮获取 AK,然后告诉我:'我的AK是 xxx'"
## 执行前置(首次命中能力时必须)
- 首次执行 `account` 前:先完整阅读 `references/capabilities/account.md`
- 首次执行 `contract-list` 前:先完整阅读 `references/capabilities/contract-list.md`
- 首次执行 `contract-detail` 前:先完整阅读 `references/capabilities/contract-detail.md`
- 首次执行 `contract-summary` 前:先完整阅读 `references/capabilities/contract-summary.md`
- 首次执行 `create-order` 前:先完整阅读 `references/capabilities/create-order.md`
- 首次执行 `sign-order` 前:先完整阅读 `references/capabilities/sign-order.md`
- 首次执行 `sign-reject` 前:先完整阅读 `references/capabilities/sign-reject.md`
- 首次执行 `confirm-receipt` 前:先完整阅读 `references/capabilities/confirm-receipt.md`
- 首次执行 `invalidate-order` 前:先完整阅读 `references/capabilities/invalidate-order.md`
- 首次执行 `refund-apply` 前:先完整阅读 `references/capabilities/refund-apply.md`
- 同一会话内后续重复调用同一能力可复用已加载知识;仅在规则冲突或文档更新时重读。
## 通用规则(必读)
执行任何业务前,完整阅读并遵守 [references/common-rules.md](references/common-rules.md)。其中对 **网关域名**、**固定入参**、**对客中文**、**不暴露请求**、**外链 tracelog**、**免责声明**、**高风险二次确认**、**主账号/仅采购单/仅银行卡转账** 等为**硬性要求**,不得自行发挥省略。
## 业务限制
| 限制项 | 说明 |
|-------|------|
| 账号类型 | **仅支持主账号**,子账号引导至网页端操作 |
| 交易方式 | **仅支持采购单**,合同类交易引导至网页端 |
| 支付方式 | 支付等引导至网页端 |
| 角色说明 | 卖家与商家指同一角色 |
## 免责声明
每次回答末尾增加:
> 以上信息根据当前查询结果整理,具体以 88 生意通页面及银行/平台实际处理为准。若与您页面不一致,请以页面展示为准。Related Skills
inquiry-1688
向1688供应商发起询盘对话,就商品的价格、起订量、定制、物流、资质、规格、样品等问题咨询商家, 自动提交询盘并在20分钟后获取供应商的回复结果,通过钉钉主动推送给用户。 适用于跨境采购、批发拿货、OEM定制等场景下需要与1688商家沟通的需求。 触发词:询盘、1688询盘、问供应商、问商家、咨询供应商、咨询商家、联系供应商、联系商家、 问一下卖家、帮我问问、帮我咨询、帮我询盘、发起询盘、给商家留言、 能不能定制、可以定制吗、支持定制吗、能定做吗、可以OEM吗、能贴牌吗、 起订量多少、起批量多少、最少买多少、最低起订、MOQ多少、最小订单量、 多少钱、什么价格、批发价多少、大量拿货价、能便宜吗、可以优惠吗、价格能谈吗、 能不能发货、可以发到哪里、能发国外吗、支持跨境发货吗、有物流吗、怎么发货、运费多少、 有没有现货、库存多少、多久能发货、交期多久、生产周期、几天能做好、 有没有资质、有认证吗、有质检报告吗、有CE认证吗、能提供检测报告吗、 商品尺寸、商品长宽高、产品规格、有什么材质、什么面料、 能提供样品吗、可以寄样吗、样品多少钱、打样费多少、 供应商能不能XXX、这个商品能不能XXX、想问一下这个产品。
1688-ranking
1688榜单SKILL:查询1688商品榜单列表和热搜词。 支持按类目ID查询综合榜/热卖榜/好价榜,以及获取类目维度的热搜关键词。 使用1688开放平台官方API,统一鉴权,Token全局缓存共享。
1688-Product-to-Ozon
将1688的商品铺货到俄罗斯电商平台Ozon(上架),通过Ozon官方API实现商品信息的上传和状态查询。适用于需要将单个1688的商品上架到Ozon的场景。
1688-product-search
1688商品搜索SKILL:提供完整的1688商品搜索能力,包括类目查询、关键词搜索、图片搜索、商品详情、相关性商品、拉取货盘底池等9个核心接口。 支持多语言搜索和商品推荐,使用1688开放平台官方API,统一鉴权,Token全局缓存共享。
1688-price-monitor
监控 1688 批发商品价格,支持一件代发价格查询、厂家信息、同款比价。适合电商卖家、代购、副业创业者。
1688 Sourcing Agent
Your intelligent companion for mastering 1688.com procurement. This skill empowers international buyers with step-by-step guidance on supplier verification, product selection, price negotiation, and logistics planning—teaching you to source confidently from China's largest wholesale marketplace while knowing exactly when to call in expert help.
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.
agent-autonomy-kit
Stop waiting for prompts. Keep working.