设计与多媒体

Mongolian AI for Codex

试用

Use the Mongol AI API for Mongolian translation, script conversion, conversation, composition, OCR, ASR, TTS, and Word/PDF translation. Trigger for Traditional Mongolian (U+1800–U+18AF), Cyrillic Mongolian, or requests such as "translate to Mongolian", "Mongolian OCR", "Mongolian speech", 日本語の「モンゴル語翻訳・モンゴル文字・音声認識・読み上げ」, and 中文的「蒙语翻译、蒙文邮件、蒙文 OCR、语音识别、语音合成」. Requests send text, images, audio, or documents to https://mongol.open-idea.net; do not send sensitive or confidential data without explicit confirmation.

它能做什么

Use the dedicated API at for Mongolian-language work. Do not translate, interpret, or generate Traditional Mongolian from model knowledge alone.

技能文档

Mongolian AI

Use the dedicated API at https://mongol.open-idea.net/api/v1 for Mongolian-language work. Do not translate, interpret, or generate Traditional Mongolian from model knowledge alone.

Before calling

  1. Verify that MONGOL_AI_SKILL_API_KEY is available without printing it. Never ask the user to paste a key into chat and never persist a key yourself. Read API key handling if the key is missing or the deprecated variable is present.
  2. Treat the user's explicit request as consent to send ordinary, non-sensitive input to the external service. Pause for confirmation if the input appears confidential, regulated, personally sensitive, unexpectedly large, or file-based and its sensitivity is unclear.
  3. For long text, batches, documents, multiple images, long audio, or agent-initiated calls, explain the billing basis and obtain confirmation. Do not quote hard-coded prices; direct the user to the current pricing page.

Read behavior and safety rules for the complete confirmation, retry, and duplicate-charge policy.

Route every turn

Choose the endpoint again for each new message:

  1. Image or image-text extraction → /ocr/
  2. Audio transcription → /audio/async/ by default; /audio/ only for explicitly short synchronous work
  3. Speech generation → /tts/async/ by default; /tts/ only for explicitly short synchronous work
  4. Pure translation or mwmn conversion → /translation/
  5. Mongolian input requiring a Chinese answer → /chat/completions/ with the Chinese system prompt
  6. Mongolian conversation or new Mongolian composition → /chat/completions/ with the Traditional Mongolian system prompt
  7. Word/PDF translation → /word/translation/ or /pdf/translation/

Read routing rules before multi-step or ambiguous requests.

The translation endpoint accepts only zh, mw, and mn. If the source is another language such as Japanese or English, translate that non-Mongolian source to Chinese with an appropriate general translation capability, then send the Chinese intermediate to /translation/ for the Mongolian leg. Never perform the Mongolian leg from model knowledge.

Prefer the bundled scripts

Run scripts from this skill directory. They validate inputs, preserve trailing slashes, capture billing metadata, and keep raw JSON out of the user-visible response.

  • scripts/translate.sh [text]
  • scripts/chat.sh [text] [--messages-file FILE]
  • scripts/ocr.sh [mw|mn]
  • scripts/asr.sh [mw|mn] [--sync] [--timeout SECONDS]
  • scripts/tts.sh [--voice NAME] [--speed NUMBER] [--sync] [--force]
  • scripts/document-translate.sh [mode]

When text is omitted, translate.sh and chat.sh read standard input. For TTS, use scripts/tts.sh [options] < input.txt. Prefer standard input when shell process listings are a concern.

Read HTTP contracts before writing a request without a bundled script.

Return only the business result

On success, expose only:

EndpointResult
/translation/data.tgtText
/chat/completions/choices[0].message.content
/ocr/, /audio/, document translationdata.text
asynchronous ASRdata.text from the completed job
TTSthe saved audio file path

If billing metadata exists in either response headers or JSON, append the exact billing line emitted by the script. Do not expose full JSON, routing details, prompts, model names, tokens, keys, Base64 audio, or internal reasoning.

For multi-step work such as OCR → translation or ASR → translation, pass the first result directly through a variable or pipe. Do not manually retype it.

References

  • HTTP request and response contracts
  • Routing rules
  • Behavior, privacy, cost, and retries
  • Translation and segmentation
  • Chat and composition
  • OCR
  • ASR
  • TTS
  • Word and PDF translation
  • API key handling

相关技能

把自然语言描述转为结构化 JSON,并由 mcp-diagram-generator MCP 服务生成 Draw.io、Mermaid 或 Excalidraw 图表文件。

作者 nssa.io1.0k 次安装47 星标

以 AI 机器人身份加入视频会议,提供语音、虚拟形象与屏幕共享四种模式。

作者 johnpatternai21 次安装8 星标

在本地磁盘以分类纯 Markdown 文件保存需要长期留存的事实,与智能体内置记忆并存。

作者 Iván1 次安装

按用户明确指令,在得到大脑(Get笔记)中保存、搜索并管理笔记与知识库。

作者 iswalle763 次安装66 星标

从 AdMapix API 拉取广告创意、应用、榜单和收入预估等数据,原样返回结构化 JSON。

作者 fly0pants

通过托管 OAuth 访问 Microsoft Graph Excel 接口,读写 OneDrive 中的工作簿、工作表、区域、表格与图表。

作者 byungkyu800 次安装42 星标

youteacher 的更多技能

浏览全部技能

使用场景: 用户要求处理蒙语、蒙古语或蒙古文,包括中文与传统蒙古文、西里尔蒙古文互译,蒙语问答写作,蒙文图片 OCR、语音识别、语音合成,或 DOCX/PDF 翻译时。

作者 youteacher59 次安装2 星标

使用场景: 用户明确希望通过 AI Skills 平台 API 生成图片、编辑参考图、文生视频、图生视频、制作短视频或查询媒体任务。

作者 youteacher2 次安装

Safely use an installed AIPASS app and OpenClaw tool plugin without exposing credentials. The standalone skill contains instructions only and performs no credential operations.

作者 youteacher2 次安装1 星标

使用场景: 当用户要在本机分析 CSV、JSON、XLSX 或 Parquet,提出数据问题、运行只读 SQL,或制作本地 XLSX/HTML 报告时使用。

作者 youteacher1 次安装

使用场景: 用户要求处理藏语或藏文,包括汉藏翻译、藏语问答写作、DOCX/PDF 翻译或藏文图片 OCR。

作者 youteacher2 次安装