A comprehensive AI agent skill for searching restaurants and ordering food from Trendyol GO in Turkey.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install food402
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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.
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.
Loading
A 24/7 autonomous optimization engine designed to continuously improve and refine Xiaohongshu content performance using AI-driven logic.

A high-performance text-to-image skill for creating 1k, 2k, and 4k resolution visuals via the Wavespeed NanoBanana2 API.

A comprehensive toolkit for AI agents to search, monitor, and interact with X (Twitter) data through a secure, API-driven interface.

A unified LLM gateway providing access to over 70 AI models through a single, OpenAI-compatible API key.

Sync your personal TooToo codex to monitor and enforce AI agent alignment with your core values and principles.

An adversarial multi-agent engine that orchestrates AI personas with conflicting worldviews to stress-test decisions and strategies through structured debate.








































