order.create

Parse Spanish free-text bakery orders into structured JSON payloads.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/victorp1leon/openclaw-bakery --skill order-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: order.create
Source: https://github.com/victorp1leon/openclaw-bakery/tree/main/skills/order.create
Command: npx skills add https://github.com/victorp1leon/openclaw-bakery --skill order-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Spanish free-text bakery orders need to be parsed into structured data for local confirmation without external side effects.

Core Features & Use Cases

  • Parses free-text bakery orders in Spanish and outputs structured JSON for local validation.
  • Maintains a strict, per-turn confirmation flow before executing any actions and avoids external side effects.
  • Keeps processing entirely local to ensure privacy and compliance.

Quick Start

Use the skill to convert a natural-language order into a structured payload for local validation.

Frequently Asked Questions about order.create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I parse Spanish free-text bakery orders into structured JSON?

The Skill parses Spanish bakery orders into structured JSON by maintaining a strict per-turn confirmation flow. It prompts the user for any missing data fields before generating the final JSON output, ensuring complete structured data.

What is the best way to extract structured data from natural language orders without external side effects?

To extract structured data without side effects, this Skill processes orders entirely locally. It converts natural language into a structured JSON payload for local validation, ensuring privacy and compliance without triggering external actions.

How do I handle missing information when converting free text to structured data?

When converting free text to structured data and information is missing, the Skill handles missing data with a per-turn prompt. It asks the user for the specific missing fields before finalizing the strict JSON payload output.

Does this order parsing Skill require any external dependencies or API connections?

No, this order parsing Skill requires zero external dependencies or API connections. It operates entirely locally to parse Spanish free-text bakery orders into structured JSON, ensuring privacy and avoiding external side effects.

When do I need to convert free text orders into a strict JSON payload format?

You need to convert free text orders into a strict JSON payload format when building a local validation flow. This Skill is applicable when users submit new orders in natural language and you must extract specific fields like cliente and producto for system processing.