food402 - TGO Yemek Delivery for Openclaw

A comprehensive AI agent skill for searching restaurants and ordering food from Trendyol GO in Turkey.

rersozlu
v1.0.0
Feb 3, 2026
0
2.5k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install food402

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install food402 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is food402 - TGO Yemek Delivery?

The food402 skill is a specialized extension for Openclaw Skills designed to facilitate seamless food ordering from Trendyol GO (TGO Yemek), the leading delivery service in Turkey. It provides a robust interface for AI agents to interact with the TGO API, allowing users to browse menus, customize items, and track orders directly through their coding environment or AI assistant.

This skill goes beyond simple searches by managing the entire order lifecycle. From handling JWT-based authentication and secure address management to executing complex 3D Secure payment workflows, food402 transforms an AI agent into a capable personal concierge for Turkish food delivery.

food402 - TGO Yemek Delivery Use Cases

  • Automating food delivery orders during long coding sessions.
  • Finding the best-rated restaurants in specific Turkish neighborhoods based on user preferences.
  • Comparing food prices across multiple local venues to find the most cost-effective options.
  • Managing order history and tracking delivery status in real-time.
  • Securely processing payments with 3D Secure verification for local Turkish credit cards.

How food402 - TGO Yemek Delivery Works

  1. The skill authenticates with the TGO API using provided credentials to obtain and cache a secure JWT.
  2. The user selects a saved delivery address or provides location coordinates to set the delivery context.
  3. The agent searches for restaurants or specific dishes using filtering criteria like ratings, distance, or minimum basket price.
  4. Menus and product details are retrieved, including available customization options like modifiers and ingredient exclusions.
  5. Items are added to a virtual basket, with the skill verifying minimum order requirements and cart validity.
  6. The checkout process is initiated, selecting a saved payment method and handling 3D Secure redirects via a browser helper.

food402 - TGO Yemek Delivery Setup

To enable this within Openclaw Skills, update your ~/.openclaw/openclaw.json with your Trendyol GO credentials:

{
  "skills": {
    "entries": {
      "food402": {
        "enabled": true,
        "env": {
          "TGO_EMAIL": "[email protected]",
          "TGO_PASSWORD": "your-password",
          "GOOGLE_PLACES_API_KEY": "your-google-api-key"
        }
      }
    }
  }
}

Ensure that curl, jq, and openssl are installed on your system to handle API requests and data parsing.

food402 - TGO Yemek Delivery Data Schema & Taxonomy

The food402 skill manages structured data for the ordering workflow:

Data Object Attributes
Address id, addressName, cityId, districtId, coordinates
Restaurant id, name, rating, deliveryTime, isClosed, minBasketPrice
Product id, name, price, modifierGroups, ingredientOptions
Order orderId, status, totalAmount, deliveryEta, productList

All session data is handled through JWT tokens cached in the system's temporary directory for secure, short-term access.

food402 - TGO Yemek Delivery Advanced Features

  • Integrated 3D Secure support for high-security payment processing.
  • Intelligent restaurant filtering by recommended status, score, or delivery distance.
  • Automatic cart clearing and retry logic for failed basket additions.
  • Optional Google Places API integration for enhanced restaurant reviews and verification.
  • Support for detailed delivery instructions including contactless delivery and 'don't ring bell' preferences.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Requires
Bins curljqopenssl
Github Stars: 0
forks: 0

Featured*