urdu-translation-agent

Translate English textbook chapters into Urdu while preserving code blocks and formatting.

1|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/hamzashakoor119/Physical-AI-Robotics-Book --skill urdu-translation-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: urdu-translation-agent
Source: https://github.com/hamzashakoor119/Physical-AI-Robotics-Book/tree/main/.claude/skills/urdu-translation-agent
Command: npx skills add https://github.com/hamzashakoor119/Physical-AI-Robotics-Book --skill urdu-translation-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires openai, and includes references (resource) components.

What problem does it solve?

This skill enables accurate Urdu translations of robotics textbook content while preserving technical terminology, code blocks, and formatting. It supports per-chapter translation via a dedicated button, ensuring accessibility for Urdu-speaking students and practitioners without losing precision.

Core Features & Use Cases

  • Per-chapter Urdu translation with formatting and RTL support
  • Preservation of code blocks and technical terms (e.g., LiDAR, ROS 2, Gazebo)
  • API-based translation for integration into custom dashboards or learning platforms
  • Real-world use: a university course offers Urdu versions of chapters for students who learn best in Urdu; instructors can translate new chapters on demand

Quick Start

Click the "Translate to Urdu" button at the start of any chapter to view the translated content, or integrate the API endpoint /api/translate into your application to translate chapter content programmatically.

Frequently Asked Questions about urdu-translation-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I translate English robotics textbook content to Urdu without breaking code blocks?

To translate English robotics textbook content to Urdu without breaking code blocks, use an OpenAI-based translation utility that preserves technical formatting and code snippets while generating accurate RTL text.

Does the Urdu translation process preserve technical terms like LiDAR and ROS 2?

Yes, the Urdu translation process preserves technical terms like LiDAR and ROS 2. It translates textbook content while explicitly retaining specific robotics terminology to ensure technical accuracy for students.

How do I integrate an API endpoint for per-chapter Urdu translation into my learning platform?

You can integrate per-chapter Urdu translation by calling the /api/translate API endpoint. This allows your custom learning dashboard to programmatically translate chapter content while maintaining original formatting.

Do I need an OpenAI API key to enable the Translate to Urdu action for textbook chapters?

Yes, you need an environment-provided OpenAI API key to enable the Translate to Urdu action. The translation backend relies on this key to process textbook chapters and generate localized RTL content.

What is the best way to handle right-to-left text formatting when translating robotics textbooks to Urdu?

Handling right-to-left text formatting when translating robotics textbooks to Urdu requires a translation utility that automatically applies RTL structure. This preserves document readability alongside technical terms and code blocks.