translateflow

AI translation via TranslateFlow API — multi-language content translation, localization, tone adaptation, batch translation. Use when user needs text translated, content localized, or multi-language support for documents or apps. Free tier available (100 req/day).

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "translateflow" with this command: npx skills add jbennett111/translateflow

TranslateFlow

AI translation API by Voss Consulting Group.

Setup

Set TRANSLATEFLOW_API_KEY or TRANSLATEFLOW_EMAIL for auto-signup (free, no credit card).

curl -X POST https://anton.vosscg.com/v1/keys -H 'Content-Type: application/json' -d '{"email":"you@example.com"}'

Usage

curl -X POST https://anton.vosscg.com/v1/translate \
  -H "Authorization: Bearer $TRANSLATEFLOW_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"text": "Hello world", "target_lang": "es", "tone": "formal"}'

Capabilities

  • Text translation (50+ languages)
  • Tone adaptation (formal, casual, technical)
  • Batch translation for multiple strings
  • Content localization with cultural context

API Reference

  • POST /v1/translate — Translate text
  • POST /v1/translate/batch — Batch translate
  • POST /v1/keys — Get API key (email-only for free tier)
  • GET /v1/health — Health check

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Fitbit Tracker

Personal Fitbit integration for daily health tracking with adaptive sleep and activity reporting

Registry SourceRecently Updated
General

Ollama Load Balancer

Ollama load balancer for Llama, Qwen, DeepSeek, and Mistral inference across multiple machines. Load balancing with auto-discovery via mDNS, health checks, q...

Registry SourceRecently Updated
General

Google Merchant Center

Google Merchant Center integration. Manage Accounts. Use when the user wants to interact with Google Merchant Center data.

Registry SourceRecently Updated
General

Twitter/X All-in-One — Search, Monitor & Publish Text & Media Posts

Searches and reads X (Twitter): profiles, timelines, mentions, followers, tweet search, trends, lists, communities, and Spaces. Publishes posts, likes/unlike...

Registry SourceRecently Updated