LaunchKit · 2026
Back to Skills

expanso-language-detect

Detect the language of text using AI.

0
602 downloads
by @aronchick

Setup & Installation

openclaw skills install @aronchick/expanso-language-detect

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install expanso-language-detect

What This Skill Does

Detects the language of any text input using AI via Expanso Edge pipelines. Runs as a standalone CLI tool, an MCP server, or deployed to Expanso Cloud.

When to use it

  • Routing multilingual support tickets to the right team
  • Filtering user-submitted content by language before processing
  • Auto-tagging documents in a mixed-language corpus
  • Validating expected language in form inputs
  • Preprocessing text before sending to a translation API

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: detect the language of 'Bonjour, comment ça va?'

AGENT
  1. 1Pipes the input text into the expanso-edge CLI
  2. 2Executes the language detection AI pipeline
  3. 3Returns the identified language label
OUTPUT

Detected language: French

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

expanso-edge binary installed in PATH (install via: clawhub install expanso-edge)