← Back to Skills Marketplace
mazizulak

Ollang SKILLS

by M. Aziz Ulak · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
156
Downloads
0
Stars
0
Active Installs
3
Versions
Install in OpenClaw
/install ollang-skills
Description
Master skill for the Ollang translation platform. Routes to the right Ollang sub-skill based on intent — upload files, create orders, check status, manage re...
Usage Guidance
This collection appears to be a legitimate Ollang API integration (upload, orders, QC, revisions). However: 1) The SKILL.md files all require an OLLANG_API_KEY but the skill metadata lists no required environment variable — ask the publisher to set primaryEnv/requires.env to OLLANG_API_KEY so the platform can surface and protect that secret. 2) Verify the skill source (the registry shows unknown source/homepage). Only set OLLANG_API_KEY if you trust the skill's origin and the domains listed (api-integration.ollang.com and lab.ollang.com). 3) Be cautious with callbackUrl/webhook options: if you supply a callback URL, the service will POST results there — don’t point it to an endpoint you don’t control. 4) If you need stronger assurance, request the publisher provide a homepage or source repository and update the skill metadata to declare the required credential. If you cannot verify the author, avoid installing or supply an API key with minimal privileges or a throwaway account.
Capability Analysis
Type: OpenClaw Skill Name: ollang-skills Version: 1.0.3 The Ollang skill bundle is a legitimate integration for the Ollang translation platform. It provides a structured set of sub-skills for managing the full translation lifecycle, including file uploads, order creation, status monitoring, and quality control evaluations. The skills interact exclusively with the official API endpoint (api-integration.ollang.com) using a user-provided API key stored in an environment variable. No evidence of data exfiltration, malicious execution, or prompt injection was found; the instructions are consistent with the stated purpose of automating translation workflows.
Capability Tags
cryptocan-make-purchases
Capability Assessment
Purpose & Capability
The name/description and all sub-skill SKILL.md files consistently implement an Ollang translation integration (upload, create orders, QC, revisions, projects, folders). The requested HTTP endpoints and parameters align with that purpose. However, the registry metadata lists no required environment variables or primary credential, while every SKILL.md repeatedly states it reads OLLANG_API_KEY — that inconsistency is unexpected and should be justified.
Instruction Scope
Instructions are narrowly scoped to calling Ollang API endpoints and returning results (curl examples, expected request fields, and behavior flows). They do instruct the agent to read the OLLANG_API_KEY environment variable and to 'save' projectId/orderId for later steps; 'save' is vague about where state is stored. No instructions ask to read unrelated system files or other environment variables. The main concern: the runtime behaviour depends on an env var that the skill metadata does not declare.
Install Mechanism
This is an instruction-only skill with no install spec and no code files — low risk from installation. There are no downloads, packages, or binaries required.
Credentials
Every sub-skill requires an API key (X-Api-Key) read from OLLANG_API_KEY, but the skill's declared requirements list zero env vars and no primary credential. Requiring a single service API key is reasonable for this purpose, but the metadata omission is an incoherence and raises a risk: the platform and user will not be warned that a secret is needed, and automated permission gating may not be applied. No other unrelated secrets are requested.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, and contains no install-time persistence or cross-skill configuration changes. It does mention saving projectId/orderId for later steps, which is normal for a multi-step API integration, but the mechanism/location for that state is unspecified.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install ollang-skills
  3. After installation, invoke the skill by name or use /ollang-skills
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- The .claude/settings.local.json file was removed. - Updated API key handling: the skill now reads the API key from the OLLANG_API_KEY environment variable instead of asking for it during the session. - SKILL.md guidance improved to tell users how to set the OLLANG_API_KEY variable if not configured.
v1.0.1
Version 1.0.1 of ollang-skills - No file changes were detected in this release. - Functionality and documentation remain unchanged.
v1.0.0
- Initial release of the master skill for the Ollang translation platform. - Routes user intents to the appropriate Ollang sub-skills: upload, order creation, status checks, revisions, QC, human review, and project/folder browsing. - Supports a complete end-to-end translation workflow. - Requires API key authentication for most operations. - Provides clear prompts, output, and next-step suggestions based on the user's workflow.
Metadata
Slug ollang-skills
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 3
Frequently Asked Questions

What is Ollang SKILLS?

Master skill for the Ollang translation platform. Routes to the right Ollang sub-skill based on intent — upload files, create orders, check status, manage re... It is an AI Agent Skill for Claude Code / OpenClaw, with 156 downloads so far.

How do I install Ollang SKILLS?

Run "/install ollang-skills" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Ollang SKILLS free?

Yes, Ollang SKILLS is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Ollang SKILLS support?

Ollang SKILLS is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Ollang SKILLS?

It is built and maintained by M. Aziz Ulak (@mazizulak); the current version is v1.0.3.

💬 Comments