← 返回
未分类 Key 中文

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...
主技能,用于Ollang翻译平台。根据意图路由到对应的Ollang子技能——上传文件、创建订单、查看状态、管理请求
mazizulak mazizulak 来源
未分类 clawhub v1.0.3 1 版本 100000 Key: 需要
★ 0
Stars
📥 393
下载
💾 0
安装
1
版本
#latest

概述

Ollang — Master Skill

This is the entry point for all Ollang API operations. Based on the user's intent, delegate to the appropriate sub-skill below.

Sub-Skills

Sub-SkillWhen to Use
------------------------
ollang-healthUser wants to check if the API is up
ollang-uploadUser wants to upload a video, audio, document, or VTT file
ollang-order-createUser wants to create a translation, CC, subtitle, or dubbing order
ollang-order-getUser wants to check the status or details of a specific order
ollang-orders-listUser wants to list, search, or filter their orders
ollang-order-cancelUser wants to cancel an order
ollang-order-rerunUser wants to rerun or regenerate an order
ollang-revisionUser wants to report an issue or manage revisions on an order
ollang-human-reviewUser wants to request or cancel human (linguist) review
ollang-qc-evalUser wants to run a quality control evaluation on an order
ollang-projectUser wants to list or inspect projects
ollang-folderUser wants to list or find folders

Full Workflow

A complete end-to-end translation workflow looks like this:

1. Upload file          →  ollang-upload        →  returns projectId
2. Create order         →  ollang-order-create  →  returns orderId(s)
3. Monitor status       →  ollang-order-get     →  poll until "completed"
4. Quality check        →  ollang-qc-eval       →  scores + segment analysis
5. Report issues        →  ollang-revision      →  create revisions if needed
6. Upgrade to human     →  ollang-human-review  →  optional linguist review

Authentication

All endpoints (except health check) require the X-Api-Key header.

The API key is read from the OLLANG_API_KEY environment variable.

If the variable is not set, instruct the user to configure it:

export OLLANG_API_KEY=<your-api-key>

Get your API key at https://lab.ollang.com.

API Base URL

https://api-integration.ollang.com

Behavior

  1. Identify the user's intent from their message
  2. Map it to the correct sub-skill from the table above
  3. Read the API key from the OLLANG_API_KEY environment variable. If not set, tell the user to set it with: export OLLANG_API_KEY=
  4. Execute the operation and present results clearly
  5. Suggest logical next steps (e.g., after upload → offer to create an order)

版本历史

共 1 个版本

  • v1.0.3 当前
    2026-05-03 08:22 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,425 📥 326,731
ai-agent

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,247 📥 272,371
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,140 📥 913,953