{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/trendyol-admin",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=trendyol-admin",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api_reference.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-07T17:22:31.273Z",
      "expiresAt": "2026-05-14T17:22:31.273Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=afrexai-annual-report",
        "contentDisposition": "attachment; filename=\"afrexai-annual-report-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/trendyol-admin",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Trendyol Admin (AI Knowledge Base)",
        "body": "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."
      },
      {
        "title": "🛠 Usage for AI Agents",
        "body": "Authentication: Always use Basic Auth.\n\nUsername: API_KEY\nPassword: API_SECRET\nGenerate Header (One-liner): echo -n \"YOUR_API_KEY:YOUR_API_SECRET\" | base64\n\n\nMandatory Headers: Every request MUST include:\n\nAuthorization: Basic <base64>\nUser-Agent: <SupplierId> - SelfIntegration\nstoreFrontCode: This is the mandatory parameter to switch national markets.\n\nAE: United Arab Emirates (AED)\nSA: Saudi Arabia (SAR)\nQA: Qatar (QAR)\nKW: Kuwait (KWD)\nBH: Bahrain (BHD)\nOM: Oman (OMR)\nDE: Germany (EUR)\nAZ: Azerbaijan (AZN)\nRO: Romania (RON)\nCZ: Czech Republic (CZK)\nHU: Hungary (HUF)\nSK: Slovakia (EUR)\nBG: Bulgaria (BGN)\nGR: Greece (EUR)\n\n\n\n\nEndpoints: Refer to references/api_reference.md to find the correct URL for the task (Product, Inventory, Order, etc.).\nExecution: Since there are no pre-built scripts, use curl or inline Node.js/Python code to execute requests as defined in the reference."
      },
      {
        "title": "📖 Key Sections in Reference",
        "body": "Authorization: Header construction and error codes.\nProduct Integration: Full lifecycle management of items.\nOrder Integration: From creation to delivery status updates.\nWebhooks: Real-time notification models.\nAPI Reference File: references/api_reference.md"
      },
      {
        "title": "⚠️ Important Rules",
        "body": "Base URL (Prod): https://apigw.trendyol.com/integration/\nRate Limit: 50 requests per 10 seconds.\nImage Requirements: 1200x1800 px, HTTPS URLs.\nJSON Only: All payloads must be valid JSON."
      }
    ],
    "body": "Trendyol Admin (AI Knowledge Base)\n\nThis 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.\n\n🛠 Usage for AI Agents\nAuthentication: Always use Basic Auth.\nUsername: API_KEY\nPassword: API_SECRET\nGenerate Header (One-liner): echo -n \"YOUR_API_KEY:YOUR_API_SECRET\" | base64\nMandatory Headers: Every request MUST include:\nAuthorization: Basic <base64>\nUser-Agent: <SupplierId> - SelfIntegration\nstoreFrontCode: This is the mandatory parameter to switch national markets.\nAE: United Arab Emirates (AED)\nSA: Saudi Arabia (SAR)\nQA: Qatar (QAR)\nKW: Kuwait (KWD)\nBH: Bahrain (BHD)\nOM: Oman (OMR)\nDE: Germany (EUR)\nAZ: Azerbaijan (AZN)\nRO: Romania (RON)\nCZ: Czech Republic (CZK)\nHU: Hungary (HUF)\nSK: Slovakia (EUR)\nBG: Bulgaria (BGN)\nGR: Greece (EUR)\nEndpoints: Refer to references/api_reference.md to find the correct URL for the task (Product, Inventory, Order, etc.).\nExecution: Since there are no pre-built scripts, use curl or inline Node.js/Python code to execute requests as defined in the reference.\n📖 Key Sections in Reference\nAuthorization: Header construction and error codes.\nProduct Integration: Full lifecycle management of items.\nOrder Integration: From creation to delivery status updates.\nWebhooks: Real-time notification models.\nAPI Reference File: references/api_reference.md\n⚠️ Important Rules\nBase URL (Prod): https://apigw.trendyol.com/integration/\nRate Limit: 50 requests per 10 seconds.\nImage Requirements: 1200x1800 px, HTTPS URLs.\nJSON Only: All payloads must be valid JSON."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/awelab/trendyol-admin",
    "publisherUrl": "https://clawhub.ai/awelab/trendyol-admin",
    "owner": "awelab",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}