mongolian-ai

蒙语 AI - 蒙古语翻译、文化问答、语音文字处理。基于毅金云 API 提供专业蒙语服务。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "mongolian-ai" with this command: npx skills add youteacherasia/mongolian-ai

蒙语 AI Skill

基于毅金云开放平台 API,提供专业蒙古语 AI 服务。

🎯 功能

  • 蒙汉翻译 - 蒙古文↔中文智能互译
  • 传统蒙古文 - Unicode 蒙古文渲染和转换
  • 文化问答 - 蒙古族文化、历史知识问答
  • 语音处理 - 语音↔文字转换(可选)

🚀 快速开始

1. 获取 API Key

访问 毅金云开放平台 注册并获取 API Key

2. 配置环境变量

export MENGGUYU_API_KEY="your_api_key_here"

或在 OpenClaw 中配置:

openclaw configure --env MENGGUYU_API_KEY=your_api_key_here

3. 使用翻译功能

# 蒙译汉
node scripts/translate.js --from mn --to zh "ᠰᠠᠶᠢᠨ ᠪᠠᠶᠢᠨᠠ ᠤᠤ"

# 汉译蒙
node scripts/translate.js --from zh --to mn "你好"

# 使用 Python 脚本
python3 scripts/translate.py "你好" --target mn

4. 文化问答

node scripts/culture-qa.js "蒙古族有哪些传统节日?"

5. 生成小红书笔记

python3 scripts/xhs-generator.py --topic "蒙语 AI" --output ./output/

📁 目录结构

mongolian-ai/
├── SKILL.md                 # 本文件
├── README.md                # 详细文档
├── scripts/
│   ├── translate.js         # 翻译功能(Node.js)
│   ├── translate.py         # 翻译功能(Python)
│   ├── culture-qa.js        # 文化问答
│   ├── mongolian-render.py  # 蒙古文渲染
│   └── xhs-generator.py     # 小红书笔记生成
├── assets/
│   ├── fonts/               # 蒙古文字体
│   ├── templates/           # 笔记模板
│   └── images/              # Logo 等图片
└── requirements.txt         # Python 依赖

🔧 脚本说明

translate.js / translate.py

蒙汉双向翻译

# 蒙译汉
node scripts/translate.js "ᠰᠠᠶᠢᠨ ᠪᠠᠶᠢᠨᠠ ᠤᠤ" --from mn --to zh

# 汉译蒙
python3 scripts/translate.py "你好" --target mn

culture-qa.js

蒙古族文化问答

node scripts/culture-qa.js "成吉思汗是谁?"

xhs-generator.py

生成小红书笔记(整合 xhs-note-creator)

python3 scripts/xhs-generator.py --topic "蒙语翻译" --output ./output/

📝 示例

示例 1:翻译

$ node scripts/translate.js "ᠮᠣᠩᠭᠣᠯ ᠬᠡᠯᠡ" --from mn --to zh
蒙古语

示例 2:文化问答

$ node scripts/culture-qa.js "蒙古族最大的节日是什么?"
蒙古族最大的节日是那达慕大会...

⚠️ 注意事项

  1. 需要有效的毅金云 API Key
  2. API 有调用频率限制,请注意合理使用
  3. 蒙古文显示需要支持 Unicode 的字体

📚 相关资源

🤝 贡献

欢迎提交 Issue 和 PR!

📄 许可证

MIT License

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Zoom

Zoom API integration with managed OAuth. Manage meetings, webinars, recordings, and user profiles. Use this skill when users want to schedule meetings, manag...

Registry SourceRecently Updated
General

Kleinanzeigen.de Helper

Erstelle und verwalte Verkaufsanzeigen speziell auf kleinanzeigen.de. Verwende diesen Skill wenn der Human sagt, er will etwas auf kleinanzeigen.de verkaufen...

Registry SourceRecently Updated
General

Poku

Sends and receives phone calls and messages (like SMS, WhatsApp, Slack), and reserves dedicated phone numbers using the Poku API. Example use cases: calling...

Registry SourceRecently Updated
General

IMAP/SMTP Email - Maddy Fix

Read and send email via IMAP/SMTP. Check for new/unread messages, fetch content, search mailboxes, mark as read/unread, and send emails with attachments. Sup...

Registry SourceRecently Updated