🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

Expanso language-detect

by @aronchick

Detect the language of input text using AI with Expanso Edge via CLI or MCP pipelines.

Versionv1.0.0
Downloads1,349
Installs2
TERMINAL
clawhub install expanso-language-detect

πŸ“– About This Skill

language-detect

Detect the language of text using AI

Requirements

  • Expanso Edge installed (expanso-edge binary in PATH)
  • Install via: clawhub install expanso-edge
  • Usage

    CLI Pipeline

    # Run standalone
    echo '' | expanso-edge run pipeline-cli.yaml
    

    MCP Pipeline

    # Start as MCP server
    expanso-edge run pipeline-mcp.yaml
    

    Deploy to Expanso Cloud

    expanso-cli job deploy https://skills.expanso.io/language-detect/pipeline-cli.yaml
    

    Files

    | File | Purpose | |------|---------| | skill.yaml | Skill metadata (inputs, outputs, credentials) | | pipeline-cli.yaml | Standalone CLI pipeline | | pipeline-mcp.yaml | MCP server pipeline |

    πŸ’‘ Examples

    CLI Pipeline

    # Run standalone
    echo '' | expanso-edge run pipeline-cli.yaml
    

    MCP Pipeline

    # Start as MCP server
    expanso-edge run pipeline-mcp.yaml
    

    Deploy to Expanso Cloud

    expanso-cli job deploy https://skills.expanso.io/language-detect/pipeline-cli.yaml