← Back to Skills Marketplace
cottom

Translate Image

by cottom · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
659
Downloads
1
Stars
5
Active Installs
4
Versions
Install in OpenClaw
/install translate-image
Description
Translate text in images, extract text via OCR, and remove text using TranslateImage AI. Use when user says 'translate image', 'OCR image', 'extract text fro...
Usage Guidance
This skill appears to do what it claims (send images to translateimage.io for OCR/translation/inpainting). Before installing: 1) Verify the publisher and the translateimage.io domain (no homepage/source was provided here). 2) Be aware it requires TRANSLATEIMAGE_API_KEY and expects curl and python3 — the package metadata omitted those, so confirm the platform will prompt for the API key. 3) Any image you process is uploaded to an external service — do not send sensitive or private images unless you trust the service and its privacy policy. 4) The skill may download user-provided image URLs (follow SKILL.md guidance: only fetch URLs the user explicitly supplies); avoid giving internal or sensitive URLs to prevent SSRF/data-leakage risks. If you rely on this skill, prefer obtaining the API key from the official site and verifying the publisher identity first.
Capability Analysis
Type: OpenClaw Skill Name: translate-image Version: 1.0.3 The skill provides image translation, OCR, and text removal capabilities by interfacing with the translateimage.io REST API. It uses standard system utilities like curl for network requests and python3 for safe JSON parsing and base64 decoding. The logic is transparently documented in SKILL.md, aligns with the stated purpose, and includes appropriate security warnings regarding the handling of untrusted URLs.
Capability Assessment
Purpose & Capability
The name and description match the instructions: the skill sends images to https://translateimage.io for translate/OCR/remove-text operations and expects an API key. However, registry-level metadata reported earlier (no required env or binaries) contradicts the SKILL.md, which declares TRANSLATEIMAGE_API_KEY and requires curl and python3. That mismatch is a coherence problem in the package metadata.
Instruction Scope
SKILL.md stays within the stated purpose: it documents POST endpoints, required form fields, and example curl/python snippets for decoding base64 images. It only instructs fetching images that the user explicitly provides and uses /tmp for temporary files. It does not instruct reading unrelated files or other environment variables.
Install Mechanism
This is an instruction-only skill with no install spec and no code files, so nothing is written to disk by the skill package itself. That lowers installation risk.
Credentials
The single required secret (TRANSLATEIMAGE_API_KEY) is appropriate for a third‑party REST API integration. The concern is the inconsistency between SKILL.md (which requires the env var) and the registry summary (which listed no required env vars). If the platform doesn't surface this requirement to you, the skill may fail or silently attempt to use an unset variable.
Persistence & Privilege
The skill is not always-enabled, is user-invocable, does not request persistent system privileges, and does not modify other skills' configs. Autonomous invocation is allowed (platform default) but not combined with other worrying privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install translate-image
  3. After installation, invoke the skill by name or use /translate-image
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
- Updated skill name to "translate-image" and revised metadata for consistency and clarity. - Removed legacy files: README.md, package.json, and scripts/validate.js. - Added metadata.json for standardized skill metadata. - Improved and clarified the description and usage instructions, including typical user intent phrases. - No changes to core API endpoints or functionality.
v1.0.2
No significant changes detected in this version. - No file changes were made between versions 1.0.0 and 1.0.2. - Documentation, functionality, and usage remain the same.
v1.0.1
- Switched from Node-based MCP server to direct REST API usage via curl for all TranslateImage functionality. - Updated setup instructions to require only an API key and curl; Node.js installation is no longer needed. - All tool usage is now via HTTP endpoints—bash and curl examples provided for every feature. - Clarified image input methods (local file/URL) and base64 result handling. - Revised Shopify image translation integration instructions to use the TranslateImage REST API. - Added endpoint scope documentation and improved error handling notes.
v1.0.0
- Initial release of the TranslateImage skill. - Translate text in images, extract OCR, and remove text with AI inpainting. - High-quality image-to-text extraction with optional translation using Gemini AI. - Shopify tools for translating product images at scale, including batch operations and store stats. - Supports multiple image formats, language models, and font options. - Requires TRANSLATEIMAGE_API_KEY and optional Shopify credentials for store features.
Metadata
Slug translate-image
Version 1.0.3
License MIT-0
All-time Installs 5
Active Installs 5
Total Versions 4
Frequently Asked Questions

What is Translate Image?

Translate text in images, extract text via OCR, and remove text using TranslateImage AI. Use when user says 'translate image', 'OCR image', 'extract text fro... It is an AI Agent Skill for Claude Code / OpenClaw, with 659 downloads so far.

How do I install Translate Image?

Run "/install translate-image" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Translate Image free?

Yes, Translate Image is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Translate Image support?

Translate Image is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Translate Image?

It is built and maintained by cottom (@cottom); the current version is v1.0.3.

💬 Comments