# Send trendyol-admin to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "trendyol-admin",
    "name": "trendyol-admin",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/awelab/trendyol-admin",
    "canonicalUrl": "https://clawhub.ai/awelab/trendyol-admin",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/trendyol-admin",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trendyol-admin",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/api_reference.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "trendyol-admin",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-12T20:29:11.428Z",
      "expiresAt": "2026-05-19T20:29:11.428Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trendyol-admin",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trendyol-admin",
        "contentDisposition": "attachment; filename=\"trendyol-admin-1.0.1.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "trendyol-admin"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/trendyol-admin"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/trendyol-admin",
    "downloadUrl": "https://openagent3.xyz/downloads/trendyol-admin",
    "agentUrl": "https://openagent3.xyz/skills/trendyol-admin/agent",
    "manifestUrl": "https://openagent3.xyz/skills/trendyol-admin/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/trendyol-admin/agent.md"
  }
}
```
## Documentation

### Trendyol Admin (AI Knowledge Base)

This skill provides a comprehensive reference for the Trendyol Marketplace API v2.0. It contains all necessary endpoints, authorization requirements, and payload schemas to manage a Trendyol store.

### 🛠 Usage for AI Agents

Authentication: Always use Basic Auth.

Username: API_KEY
Password: API_SECRET
Generate Header (One-liner): echo -n "YOUR_API_KEY:YOUR_API_SECRET" | base64


Mandatory Headers: Every request MUST include:

Authorization: Basic <base64>
User-Agent: <SupplierId> - SelfIntegration
storeFrontCode: This is the mandatory parameter to switch national markets.

AE: United Arab Emirates (AED)
SA: Saudi Arabia (SAR)
QA: Qatar (QAR)
KW: Kuwait (KWD)
BH: Bahrain (BHD)
OM: Oman (OMR)
DE: Germany (EUR)
AZ: Azerbaijan (AZN)
RO: Romania (RON)
CZ: Czech Republic (CZK)
HU: Hungary (HUF)
SK: Slovakia (EUR)
BG: Bulgaria (BGN)
GR: Greece (EUR)




Endpoints: Refer to references/api_reference.md to find the correct URL for the task (Product, Inventory, Order, etc.).
Execution: Since there are no pre-built scripts, use curl or inline Node.js/Python code to execute requests as defined in the reference.

### 📖 Key Sections in Reference

Authorization: Header construction and error codes.
Product Integration: Full lifecycle management of items.
Order Integration: From creation to delivery status updates.
Webhooks: Real-time notification models.
API Reference File: references/api_reference.md

### ⚠️ Important Rules

Base URL (Prod): https://apigw.trendyol.com/integration/
Rate Limit: 50 requests per 10 seconds.
Image Requirements: 1200x1800 px, HTTPS URLs.
JSON Only: All payloads must be valid JSON.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: awelab
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-12T20:29:11.428Z
- Expires at: 2026-05-19T20:29:11.428Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/trendyol-admin)
- [Send to Agent page](https://openagent3.xyz/skills/trendyol-admin/agent)
- [JSON manifest](https://openagent3.xyz/skills/trendyol-admin/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/trendyol-admin/agent.md)
- [Download page](https://openagent3.xyz/downloads/trendyol-admin)