linkfox-1688-procurement

Installation
SKILL.md

1688 Procurement Workflow

This skill helps LinkFox users run authorized 1688 procurement: OAuth status checks, SKU and address lookup, order preview, guarded order creation, payment URL retrieval, order tracking, logistics, cancellation, and receipt confirmation.

Use linkfox-1688-search-by-image for image-based product discovery. This skill does not include image search.

Core Rules

  • Every script requires LinkFox platform identity from LINKFOX_AGENT_API_KEY or LINKFOXAGENT_API_KEY.
  • authorize_url.py starts 1688 OAuth; authorized_stores.py checks the current LinkFox user's 1688 OAuth state.
  • Except those two authorization scripts, every procurement operation runs a script-level authorizedStores precheck before calling the target endpoint.
  • If no store has status=ACTIVE and expired=false, the target endpoint is not called.
  • Treat the workflow as a map, not full automation. Do not create orders, get payment URLs, cancel orders, or confirm receipt based on earlier phrases like "continue".
  • MCP enable/disable only controls MCP exposure. These scripts call tool-gateway HTTP routes directly; fully disabling a capability requires disabling the route or backend operation.

Read references/api.md for endpoint details and references/workflow.md before multi-step procurement.

Tools

Installs
7
GitHub Stars
41
First Seen
1 day ago
linkfox-1688-procurement — linkfox-ai/linkfox-skills