Best use case
OpenClaw Kazakh IME - 哈萨克语输入法 is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
> **版本**: 1.3.0
Teams using OpenClaw Kazakh IME - 哈萨克语输入法 should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/openclaw-kazakh-ime/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How OpenClaw Kazakh IME - 哈萨克语输入法 Compares
| Feature / Agent | OpenClaw Kazakh IME - 哈萨克语输入法 | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
> **版本**: 1.3.0
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# OpenClaw Kazakh IME - 哈萨克语输入法
> **版本**: 1.3.0
> **创建日期**: 2026-04-06
> **作者**: OpenClaw Team
> **位置**: `skills/openclaw-kazakh-ime/`
---
## 📋 技能描述
为 OpenClaw 和任何网页添加哈萨克语输入法支持,支持**阿拉伯文**和**西里尔文**两种哈萨克文字书写系统。
---
## 🎯 触发条件
当用户提到以下内容时激活此技能:
- "哈萨克语输入法"
- "Kazakh IME"
- "阿拉伯文输入"
- "西里尔文输入"
- "قا" / "қ" 输入
- "在网页中输入哈萨克语"
---
## 🚀 核心功能
### 三种输入模式
1. **英文模式** - 默认模式,正常英文输入
2. **阿拉伯文模式** - 哈萨克语阿拉伯文字符输入 (قا)
3. **西里尔文模式** - 哈萨克语西里尔文字符输入 (қ)
### 切换方式
- **快捷键**: `Ctrl+Shift+K` 循环切换三种模式
- **状态按钮**: 点击右下角状态按钮切换
### 虚拟键盘
- 可拖动的虚拟键盘
- 支持触屏设备
- 一键显示/隐藏
---
## 📦 安装方法
### 1. 复制文件到目标位置
```powershell
# 复制输入法脚本到 OpenClaw 控制 UI 目录
Copy-Item "C:\Users\Administrator\.openclaw\workspace\skills\openclaw-kazakh-ime\scripts\openclaw-kazakh-ime.js" `
"C:\Users\Administrator\AppData\Roaming\npm\node_modules\openclaw\dist\control-ui\" -Force
```
### 2. 修改 index.html
在 `</body>` 标签之前添加:
```html
<script src="./openclaw-kazakh-ime.js"></script>
```
**完整示例:**
```html
<body>
<openclaw-app></openclaw-app>
<script src="./openclaw-kazakh-ime.js"></script>
</body>
```
### 3. 刷新页面
刷新浏览器,输入法自动生效。
---
## 🎹 键盘映射表
### 阿拉伯文模式 (قا)
| 英文键 | 哈萨克字符 | 英文键 | 哈萨克字符 |
|--------|-----------|--------|-----------|
| q | چ | w | ۋ |
| e | ء | r | ر |
| t | ت | y | ي |
| u | ۇ | i | ڭ |
| o | و | p | پ |
| a | ھ | s | س |
| d | د | f | ا |
| g | ە | h | ى |
| j | ق | k | ك |
| l | ل | z | ز |
| x | ش | c | ع |
| v | ۆ | b | ب |
| n | ن | m | م |
### 西里尔文模式 (қ)
| 英文键 | 哈萨克字符 | 英文键 | 哈萨克字符 |
|--------|-----------|--------|-----------|
| q | қ | w | ў |
| e | е | r | р |
| t | т | y | у |
| u | ү | i | і |
| o | о | p | п |
| a | а | s | с |
| d | д | f | ф |
| g | ғ | h | һ |
| j | ж | k | к |
| l | л | z | з |
| x | х | c | ц |
| v | в | b | б |
| n | н | m | м |
---
## 💡 使用示例
### 场景 1: 在 OpenClaw 聊天中输入哈萨克语
1. 按 `Ctrl+Shift+K` 切换到阿拉伯文模式
2. 使用英文键盘输入,自动转换为哈萨克语
3. 例如:输入 "salem" → 输出 "سەلەم"
### 场景 2: 切换西里尔文模式
1. 按 `Ctrl+Shift+K` 切换到西里尔文模式
2. 输入 "salem" → 输出 "сәлем"
### 场景 3: 使用虚拟键盘
1. 点击右下角 ⌨ 按钮显示虚拟键盘
2. 拖动 ☰ 区域调整位置
3. 点击按键直接输入
---
## 🔧 配置选项
### 字体设置
在 `openclaw-kazakh-ime.js` 文件开头修改:
```javascript
const FONT_SETTINGS = {
arabic: 'UKK TZK1, Microsoft Uighur, sans-serif',
cyrillic: 'UKK TZK1, sans-serif',
english: ''
};
```
### 推荐字体
- **UKK TZK1** - 哈萨克语专用字体(推荐)
- **Microsoft Uighur** - 支持阿拉伯文
---
## 📁 文件结构
```
skills/openclaw-kazakh-ime/
├── SKILL.md # 技能说明文件
├── scripts/
│ └── openclaw-kazakh-ime.js # 输入法主文件
└── references/
└── README.md # 完整文档(可选)
```
---
## ⚠️ 注意事项
1. **文件路径** - 确保 JS 文件路径正确
2. **适用元素** - 仅对 `input[type="text"]` 和 `textarea` 生效
3. **字体支持** - 需安装哈萨克语字体(如 UKK TZK1)
4. **浏览器** - 推荐 Chrome/Edge/Firefox
---
## 🔄 更新日志
### v1.3.0 (2026-04-06)
- ✅ 新增西里尔文模式
- ✅ 循环模式切换
- ✅ 虚拟键盘支持
- ✅ 优化组合键处理
### v1.2.0
- ✅ 添加虚拟键盘
### v1.1.0
- ✅ 修复大写字母映射
### v1.0.0
- ✅ 初始版本(阿拉伯文模式)
---
## 📞 调用命令
```bash
# 安装输入法
"安装哈萨克语输入法"
# 查看使用方法
"哈萨克语输入法怎么用?"
# 切换输入模式
"切换到阿拉伯文模式"
"切换到西里尔文模式"
# 查看键盘映射
"显示哈萨克语键盘映射表"
```
---
## 🔗 相关链接
- **GitHub 仓库**: https://github.com/ayden76/openclaw-kazakh-ime
- **ClawHub**: 待发布
- **文档**: `references/README.md`
---
*OpenClaw Kazakh IME - 为哈萨克语用户提供便捷的输入体验!💚*Related Skills
openclaw-youtube
YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.
openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.
openclaw-media-gen
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
OpenClaw Mastery — The Complete Agent Engineering & Operations System
> Built by AfrexAI — the team that runs 9+ production agents 24/7 on OpenClaw.
openclaw-safe-change-flow
Safe OpenClaw config change workflow with backup, minimal edits, validation, health checks, and rollback. Single-instance first; secondary instance optional.
jqopenclaw-node-invoker
统一通过 Gateway 的 node.invoke 调用 JQOpenClawNode 能力(file.read、file.write、process.exec、process.manage、system.run、process.which、system.info、system.screenshot、system.notify、system.clipboard、system.input、node.selfUpdate)。当用户需要远程文件读写、文件移动/删除、目录创建/删除、进程管理(列表/搜索/终止)、远程进程执行、命令可执行性探测、系统信息采集、截图采集、系统弹窗、系统剪贴板读写、输入控制(鼠标/键盘)、节点自更新、节点命令可用性排查或修复 node.invoke 参数错误时使用。
openclaw-stock-skill
使用 data.diemeng.chat 提供的接口查询股票日线、分钟线、财务指标等数据,支持 A 股等市场。
openclaw-whatsapp
WhatsApp bridge for OpenClaw — send/receive messages, auto-reply agents, QR pairing, message search, contact sync
polymarket-openclaw-trader
Reusable Polymarket + OpenClaw trading operations skill for any workspace. Use when the user needs to set up, run, tune, monitor, and deploy an automated Polymarket trading project (paper/live), including env configuration, risk controls, reporting, and dashboard operations.
openclaw-version-monitor
监控 OpenClaw GitHub 版本更新,获取最新版本发布说明,翻译成中文, 并推送到 Telegram 和 Feishu。用于:(1) 定时检查版本更新 (2) 推送版本更新通知 (3) 生成中文版发布说明
LoomLens Live — OpenClaw Skill
**Skill Name:** `loomlens-live`
Multi-Agent Deployment Skill for OpenClaw
Deploy a production-ready multi-agent fleet in OpenClaw. Includes step-by-step setup guide, workspace templates, and Python automation scripts for agent creation, routing config, memory sync, and cloud deployment — based on a real working 4-agent production setup.