Agent Translator banner
JimLiu JimLiu

Agent Translator

AI community

Description

An AI-powered intelligent translation CLI tool with an interactive chat interface.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Translator Agent

An AI-powered intelligent translation CLI tool with an interactive chat interface.

Version

Current version: **0.1.0**

Features

  • 🌍 Interactive Chat Interface: Beautiful terminal UI built with React + Ink
  • 💬 Message History: View all your messages with timestamps
  • 🎯 Simple Commands: Type 'exit' or 'quit' to leave
  • 🔧 Modern Stack: Built with TypeScript and ESM modules

Requirements

  • Node.js v20 or higher

Installation

npm install

Usage

Development Mode

npm run dev

Build

npm run build

Production

npm start

How to Use

  1. Run the CLI using npm run dev
  2. Type your messages in the input box at the bottom
  3. Press Enter to submit
  4. View your message history in the main area
  5. Type 'exit' or 'quit' to close the application

Development

This project uses:

  • TypeScript for type safety
  • React + Ink for terminal UI
  • ESM modules for modern JavaScript

License

MIT