Skip to main content
The order-placement skill handles order submission and status updates. It covers the skill definition, the validation script that runs before any order is placed, and the order policy reference the agent consults for limits, approval rules, and shipping terms. Allowed tools: create_order, update_order_status For the tool source code, see Tools. For the agent YAML that loads this skill, see Operations assistant. To see the other skill in action end-to-end, see the Sample query walkthrough.

Skill definition SKILL.md

YAML

Script scripts/validate_order.py

The validation script runs before create_order is called. It enforces quantity and price limits and computes the order total.
Return values

Reference references/ORDER_POLICY.md


Next steps