supplier-expedite

star 817

Send expedite request to supplier portal. Use only when the material's supplier has capability=expedite.

kweaver-ai By kweaver-ai schedule Updated 4/30/2026

name: supplier_expedite description: Send expedite request to supplier portal. Use only when the material's supplier has capability=expedite. version: 0.1.0

Supplier Expedite

When to use

Material's supplier (via supplied_by relation) has capability == "expedite". Verify by reading supplier node in BKN before invoking.

How to invoke

Entry shell:

TOOL_BACKEND_URL={{TOOL_BACKEND_PUBLIC_URL}} SKU=<sku> SUPPLIER_ID=<sid> SLA_HOURS=36 python request_expedite.py

The script POSTs ${TOOL_BACKEND_URL}/supplier/expedite with body {"sku": "<sku>", "supplier_id": "<sid>", "sla_hours": 36}.

Returns {status, sla_hours}.

Install via CLI
npx skills add https://github.com/kweaver-ai/kweaver-core --skill supplier-expedite
Repository Details
star Stars 817
call_split Forks 104
navigation Branch main
article Path SKILL.md
More from Creator