技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.1
统计:⭐ 2 · 566 · 0 current installs · 0 all-time installs
⭐ 2
安装量(当前) 0
🛡 VirusTotal :可疑 · OpenClaw :良性
Package:awelab/trendyol-admin
安全扫描(ClawHub)
- VirusTotal :可疑
- OpenClaw :良性
OpenClaw 评估
This is an instruction-only knowledge-base for the official Trendyol Marketplace API v2.0; its requirements and instructions are consistent with that purpose and it does not request unrelated privileges or install code.
目的
The skill is presented as an API reference/knowledge base for Trendyol marketplace integration and the included SKILL.md + api_reference.md contain endpoints, auth, headers, payloads and rules consistent with that purpose. Nothing in the package requests unrelated cloud or system credentials.
说明范围
Runtime instructions are limited to constructing Basic Auth headers, required request headers (User-Agent, storeFrontCode), using the listed base URLs, and executing requests via curl or inline code. The instructions do not ask the agent to read arbitrary local files, other credentials, or to transmit data to unexpected endpoints.
安装机制
No install spec and no code files are present (instruction-only). This minimizes disk footprint and there is no archive-download or package installation to evaluate.
证书
The documentation describes use of API_KEY / API_SECRET (Basic Auth) and sellerId/User-Agent values but the skill metadata does not declare any required environment variables or a primary credential. This is not necessarily malicious (instruction-only skills commonly omit declared env vars), but it means the skill expects the agent or user to supply Trendyol credentials at runtime via whatever secret mechanism the agent platform provides. Ensu…
持久
always:false and no install behavior means the skill does not request permanent/system-wide presence or modification of other skills. Autonomous invocation is enabled by default but is not combined with other red flags here.
综合结论
This skill appears to be a straightforward API reference for Trendyol and is internally consistent. Before installing: 1) Be prepared to provide your Trendyol API_KEY and API_SECRET (Basic Auth) via the agent's secure credential store — do not paste keys into public places. 2) Confirm the agent will only send those credentials to Trendyol endpoints (apigw.trendyol.com / stageapigw.trendyol.com). 3) Remember Basic Auth base64 is reversible, so …
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「trendyol-admin」。简介:Comprehensive management of Trendyol marketplace via API v2.0. Includes product…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/awelab/trendyol-admin/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: trendyol-admin
description: Comprehensive management of Trendyol marketplace via API v2.0. Includes product lifecycle (create, update, delete, archive), stock/price management, order processing (status updates, shipping), returns, and customer questions. Use this skill as a knowledge base to construct correct API requests.
---
# 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
1. **Authentication**: Always use Basic Auth.
- Username: `API_KEY`
- Password: `API_SECRET`
- Generate Header (One-liner): `echo -n "YOUR_API_KEY:YOUR_API_SECRET" | base64`
2. **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)
3. **Endpoints**: Refer to [references/api_reference.md](references/api_reference.md) to find the correct URL for the task (Product, Inventory, Order, etc.).
4. **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](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.