# Translator

> >

- **Type:** Skill
- **Install:** `agentstack add skill-ericwang915-pythonclaw-translator`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ericwang915](https://agentstack.voostack.com/s/ericwang915)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ericwang915](https://github.com/ericwang915)
- **Source:** https://github.com/ericwang915/PythonClaw/tree/main/pythonclaw/templates/skills/text/translator
- **Website:** https://github.com/ericwang915/PythonClaw

## Install

```sh
agentstack add skill-ericwang915-pythonclaw-translator
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Translator

## When to Use

- [ ] Translate text to or from any supported language
- [ ] Detect the source language of text
- [ ] Work with multilingual content (e.g., "how do you say X in Y?")
- [ ] Translate phrases, sentences, or paragraphs

## When NOT to Use

- [ ] Bulk translation of code or large docs — consider dedicated tools
- [ ] Summarization or paraphrasing
- [ ] Rewriting text in the same language
- [ ] When the user explicitly wants a different translation service

## Setup

Install dependency: `pip install deep-translator`

## Usage/Commands

```bash
python {skill_path}/translate.py "text to translate" --to TARGET_LANG [options]
```

| Option | Description |
|--------|-------------|
| `--to LANG` | Target language (required): code or name, e.g. `zh-CN`, `french`, `ja` |
| `--from LANG` | Source language (default: `auto`) |
| `--format json` | Output as JSON |

**Common codes:** `en`, `zh-CN`, `zh-TW`, `ja`, `ko`, `fr`, `de`, `es`, `pt`, `ru`, `ar`, `hi`, `it`

Full names also work: `chinese (simplified)`, `japanese`, `french`, etc.

## Notes

- Source language is auto-detected when `--from` is omitted
- Supports 100+ languages via `deep-translator`
- For programmatic use, `--format json` returns structured output

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ericwang915](https://github.com/ericwang915)
- **Source:** [ericwang915/PythonClaw](https://github.com/ericwang915/PythonClaw)
- **License:** MIT
- **Homepage:** https://github.com/ericwang915/PythonClaw

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ericwang915-pythonclaw-translator
- Seller: https://agentstack.voostack.com/s/ericwang915
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
