← Back to Skills Marketplace
813
Downloads
2
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install trendyol-admin
Description
Comprehensive management of Trendyol marketplace via API v2.0. Includes product lifecycle (create, update, delete, archive), stock/price management, order pr...
Usage Guidance
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 protect the raw credentials and Authorization header. 4) Review any logs the agent may produce to ensure secrets are not being leaked. If you need higher assurance, request the skill author to declare required env vars in metadata or to provide an explicit example of how credentials are expected to be supplied securely.
Capability Analysis
Type: OpenClaw Skill
Name: trendyol-admin
Version: 1.0.1
The skill is classified as suspicious due to the explicit instruction in `SKILL.md` for the AI agent to use `curl` or inline Node.js/Python code for API execution. While intended for legitimate Trendyol API interactions, this capability introduces a significant prompt injection vulnerability that could lead to Remote Code Execution (RCE). An attacker could potentially craft prompts to the agent to execute arbitrary commands, read local files, or exfiltrate sensitive data (including the `API_KEY` and `API_SECRET` used for Trendyol) to external endpoints, even though no direct malicious intent is present in the skill's provided content.
Capability Assessment
Purpose & Capability
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.
Instruction Scope
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.
Install Mechanism
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.
Credentials
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. Ensure you only provide valid Trendyol API credentials and do not paste them into public logs.
Persistence & Privilege
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install trendyol-admin - After installation, invoke the skill by name or use
/trendyol-admin - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Added mandatory storeFrontCode header for switching between national markets, with explicit codes for each supported country.
- Updated usage instructions to include the new storeFrontCode requirement in all API requests.
v1.0.0
Initial release of trendyol-admin skill: a knowledge base for Trendyol Marketplace API v2.0.
- Provides comprehensive documentation for managing products, orders, stock, returns, and customer questions on Trendyol via API.
- Details all required endpoints, authentication methods, headers, payload schemas, and best practices.
- Includes critical rules such as rate limits, JSON-only payloads, and image requirements.
- Serves as a reference for constructing correct API requests using external tools.
Metadata
Frequently Asked Questions
What is trendyol-admin?
Comprehensive management of Trendyol marketplace via API v2.0. Includes product lifecycle (create, update, delete, archive), stock/price management, order pr... It is an AI Agent Skill for Claude Code / OpenClaw, with 813 downloads so far.
How do I install trendyol-admin?
Run "/install trendyol-admin" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is trendyol-admin free?
Yes, trendyol-admin is completely free (open-source). You can download, install and use it at no cost.
Which platforms does trendyol-admin support?
trendyol-admin is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created trendyol-admin?
It is built and maintained by awelab (@awelab); the current version is v1.0.1.
More Skills