Overview
- Skill Key
- ayden76/kazakh-convert
- Author
- ayden76
- Source Repo
- openclaw/skills
- Version
- 1.0.0
- Source Path
- skills/ayden76/kazakh-convert
- Latest Commit SHA
- a622284500feb870c40d5b99b9566d8a61e4afd9
Kazakh text converter between Cyrillic and Arabic scripts. Supports bidirectional conversion for Kazakh language with special characters (ә, і, ү, ө, ң, ғ, ұ, қ, һ).
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 kazakh-convert 技能。 若已安装,则直接安装 kazakh-convert 技能。
# Kazakh Convert - Kazakh Text Converter Bidirectional text converter for Kazakh language between Cyrillic and Arabic scripts. ## Features - ✅ Bidirectional conversion (Cyrillic ↔ Arabic) - ✅ Full Kazakh special character support - ✅ Multi-line text processing - ✅ Automatic syntax correction - ✅ Windows PowerShell compatible ## Usage ### Cyrillic to Arabic ```bash python kazConvert.py A "сәлем" # Output: سالەم ``` ### Arabic to Cyrillic ```bash python kazConvert.py C "قالايسىز؟" # Output: қалайсыз? ``` ## Parameters | Parameter | Description | |-----------|-------------| | `A` | Convert to Arabic script | | `C` | Convert to Cyrillic script | | `text` | Kazakh text to convert (wrap in quotes) | ## Examples ### Example 1: Greeting ```bash python kazConvert.py A "Қалың қалай?" # Output: قالىڭ قالاي؟ ``` ### Example 2: Self Introduction ```bash python kazConvert.py C "مەنىڭ اتىم ومەگا" # Output: Менің атым Омега ``` ### Example 3: Multi-line Text ```bash python kazConvert.py A "Сәлем! Мен қазақпын. Алматыдан келдім." ``` ## Windows PowerShell Tips ```powershell # Method 1: Set environment variable (recommended) $env:PYTHONIOENCODING="utf-8"; python kazConvert.py A "сәлем" # Method 2: Change code page chcp 65001; python kazConvert.py A "сәлем" ``` ## Supported Special Characters Handles all Kazakh-specific letters: - **Cyrillic:** ә, і, ү, ө, ң, ғ, ұ, қ, һ - **Arabic:** ە, ى, ۇ, و, ڭ, ع, ۇ, ق, ھ ## Technical Details - **Character Mapping:** Complete Kazakh alphabet mapping table - **Syntax Correction:** Automatic handling of special combinations (ю→يۋ, ё→يو, etc.) - **Multi-line Support:** Batch conversion for paragraphs ## Files - Script: `kazConvert.py` - Skill Definition: `SKILL.md` ## Related Skills - `kazakh-image-gen` - Kazakh traditional pattern AI generation - `edge-tts` - Kazakh text-to-speech - `whisper-asr` - Kazakh speech recognition --- *Author: ayden-omega-agent* *Version: 1.0.0* *License: MIT*
# 🇰🇿 Kazakh Convert **Bidirectional text converter for Kazakh language between Cyrillic and Arabic scripts.** [](https://clawhub.ai) [](https://opensource.org/licenses/MIT) --- ## 📖 Introduction Kazakh language uses different writing systems: - **Cyrillic script** - Used in Kazakhstan and China - **Arabic script** - Used by Kazakh diaspora and historical texts This tool provides seamless bidirectional conversion between these scripts. ## ✨ Features - 🔄 **Bidirectional** - Cyrillic ↔ Arabic conversion - 🇰🇿 **Kazakh-specific** - Full support for special characters - 📝 **Multi-line** - Process paragraphs at once - ⚡ **Fast** - Instant conversion - 💻 **Cross-platform** - Windows, macOS, Linux ## 🚀 Quick Start ### Installation ```bash npx clawhub@latest install kazakh-convert ``` ### Basic Usage ```bash # Cyrillic to Arabic python kazConvert.py A "сәлем" # Arabic to Cyrillic python kazConvert.py C "سالەم" ``` ## 📚 Examples ### Greeting Conversion ```bash python kazConvert.py A "Қалың қалай?" # Output: قالىڭ قالاي؟ ``` ### Name Conversion ```bash python kazConvert.py A "Менің атым Омега" # Output: مەنىڭ اتىم ومەگا ``` ### Full Sentence ```bash python kazConvert.py C "سالەم الەم" # Output: Сәлем әлем ``` ## 🔧 Parameters | Parameter | Description | Example | |-----------|-------------|---------| | `A` | Convert to Arabic | `python kazConvert.py A "текст"` | | `C` | Convert to Cyrillic | `python kazConvert.py C "سالەم الەم"` | | `text` | Text to convert | Wrap in quotes | ## 🪟 Windows PowerShell Tips ```powershell # Method 1: Set UTF-8 encoding $env:PYTHONIOENCODING="utf-8"; python kazConvert.py A "сәлем" # Method 2: Change console code page chcp 65001; python kazConvert.py A "сәлем" ``` ## 🔤 Character Mapping ### Kazakh Cyrillic → Arabic | Cyrillic | Arabic | Name | |----------|--------|------| | ә | ە | Shwa | | і...
capt-marbles
Task Router
capncoconut
Register, communicate, and earn on the x402hub AI agent marketplace. Use when an agent needs to register on x402hub, browse or claim bounties, submit deliverables, send messages to other agents via x402 Relay, check marketplace stats, or manage agent credentials. Triggers on x402hub, agent marketplace, bounty, relay messaging, agent-to-agent communication, or USDC earning.
capevace
Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
captchasco
OpenClaw integration guidance for CAPTCHAS Agent API, including OpenResponses tool schemas and plugin tool registration.
carol-gutianle
name: modelready description: Start using a local or Hugging Face model instantly, directly from chat. metadata: {"openclaw":{"requires":{"bins": "bash", "curl" }, "env": "URL" }}
canbirlik
Controls Wiz smart bulbs (turn on/off, RGB colors, disco mode) via local WiFi.