azure-ai-translation-ts Skill
Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when implementing text translation, transliteration, language detection, or batch document translation. Published by microsoft in skills.
Decision snapshot
Is this a fit?
Developers using skills, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
API key required authentication, Credentials required
Copy skill directory
2 months ago · MIT license
Access note: API key required.
What is azure-ai-translation-ts Skill?
Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when implementing text translation, transliteration, language detection, or batch document translation. Published by microsoft in skills. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Developers using skills
Declared skill metadata
- Declared author: Microsoft
- Declared license: MIT
- Source file: .github/plugins/azure-sdk-typescript/skills/azure-ai-translation-ts/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
- API key required
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use azure-ai-translation-ts Skill
- Use it for developers using skills.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/skills
- Skill file: .github/plugins/azure-sdk-typescript/skills/azure-ai-translation-ts/SKILL.md
What it does
Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document). Use when implementing text translation, transliteration, language detection, or batch document translation.
Skill instructions
Azure Translation SDKs for TypeScript Text and document translation with REST-style clients. Installation bash Text translation npm install @azure-rest/ai-translation-text @azure/identity Document translation npm install @azure-rest/ai-translation-document @azure/identity Environment Variables bash TRANSLATORENDPOINT=https://api.cognitive.microsofttranslator.com TRANSLATORSUBSCRIPTIONKEY=<your-api-key TRANSLATORREGION=<your-region e.g., westus, eastus AZURETOKENCREDENTIALS=prod Required only if DefaultAzureCredential is used in production Text Translation Client Authentication typescript import TextTranslationClient, { TranslatorCredential } from "@azure-rest/ai-translation-text"; // API Key + Region const credential: TranslatorCredential = { key: process.env.TRANSLATORSUBSCRIPTIONKEY!, region: process.env.TRANSLATORREGION!, }; const client = TextTranslationClient(process.env.TRANSLATORENDPOINT!, credential); // Or just credential (uses global endpoint) const client2 = TextTranslationC
Verified compatibility and discovery
Frequently asked questions
What is azure-ai-translation-ts?
azure-ai-translation-ts is a open-source AI agent skill with Copy skill directory. Build translation applications using Azure Translation SDKs for JavaScript (@azure-rest/ai-translation-text, @azure-rest/ai-translation-document).
Who is azure-ai-translation-ts best for?
azure-ai-translation-ts is best for reusing agent instructions, scripts, and references.
How do I install azure-ai-translation-ts?
Install or run azure-ai-translation-ts using Copy skill directory. Check azure-ai-translation-ts for the latest setup command.
Is azure-ai-translation-ts actively maintained?
azure-ai-translation-ts may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.