Install
$ agentstack add skill-ericwang915-pythonclaw-translator ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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
--fromis omitted - Supports 100+ languages via
deep-translator - For programmatic use,
--format jsonreturns 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
- Source: ericwang915/PythonClaw
- License: MIT
- Homepage: https://github.com/ericwang915/PythonClaw
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.