AgentStack
SKILL verified MIT Self-run

Translator

skill-ericwang915-pythonclaw-translator · by ericwang915

>

No reviews yet
0 installs
13 views
0.0% view→install

Install

$ agentstack add skill-ericwang915-pythonclaw-translator

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Translator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.