straker-verify

Professional AI-powered translation with optional human verification. Supports 100+ languages. Quality boost for existing translations. Enterprise-grade security and privacy by straker.ai.

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 "straker-verify" with this command: npx skills add indy-at-straker/straker-verify

Straker Verify - AI Translation & Human Review

Professional translation, quality evaluation, and human verification services by Straker.ai.

Features

  • AI Translation: Translate content to 100+ languages with enterprise-grade accuracy
  • Quality Boost: AI-powered enhancement for existing translations
  • Human Verification: Professional human review for critical content
  • File Support: Documents, text files, and more
  • Project Management: Track translation projects from submission to delivery

Quick Start

  1. Get your API key from Straker.ai
  2. Set the environment variable: STRAKER_VERIFY_API_KEY=your-key
  3. Ask your AI assistant: "Translate 'Hello world' to French"

API Reference

Base URL: https://api-verify.straker.ai

Authentication

All requests (except /languages) require Bearer token authentication:

curl -H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" https://api-verify.straker.ai/endpoint

Get Available Languages

curl https://api-verify.straker.ai/languages

Returns a list of supported language pairs with UUIDs for use in other endpoints.

Create Translation Project

curl -X POST https://api-verify.straker.ai/project \
  -H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" \
  -F "files=@document.txt" \
  -F "languages=<language-uuid>" \
  -F "title=My Translation Project" \
  -F "confirmation_required=true"

Confirm Project

Required when confirmation_required=true:

curl -X POST https://api-verify.straker.ai/project/confirm \
  -H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" \
  -H "Content-Type: application/x-www-form-urlencoded" \
  -d "project_id=<project-uuid>"

Check Project Status

curl https://api-verify.straker.ai/project/<project-uuid> \
  -H "Authorization: Bearer $STRAKER_VERIFY_API_KEY"

Download Completed Files

curl https://api-verify.straker.ai/project/<project-uuid>/download \
  -H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" \
  -o translations.zip

AI Quality Boost

Enhance existing translations with AI:

curl -X POST https://api-verify.straker.ai/quality-boost \
  -H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" \
  -F "files=@source.txt" \
  -F "language=<language-uuid>"

Human Verification

Add professional human review to translations:

curl -X POST https://api-verify.straker.ai/human-verify \
  -H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" \
  -F "files=@translated.txt" \
  -F "language=<language-uuid>"

Response Format

Success:

{
  "success": true,
  "data": { ... }
}

Error:

{
  "success": false,
  "error": "Error message"
}

Example Prompts

  • "What languages can I translate to?"
  • "Translate this text to Spanish: Hello, how are you?"
  • "Create a translation project for my document"
  • "Check the status of my translation project"
  • "Run a quality boost on this French translation"
  • "Add human verification to my German translation"

Support

Environment

The API key is available as $STRAKER_VERIFY_API_KEY environment variable.

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.

Web3

Veroq

Provide verified AI intelligence on markets, assets, sentiment, and economic data with live prices, signals, analysis, and fact-checking from 1,000+ tickers...

Registry SourceRecently Updated
1460Profile unavailable
General

Listing I18n

在 OpenClaw 中把中文产品 Excel 或 CSV 本地化为 Amazon 和 Shopify 的多语言 Listing。适用于翻译产品、跨境电商 Listing 本地化、Amazon listing、Shopify listing、localize products 等场景。

Registry SourceRecently Updated
1540Profile unavailable
General

Locale Dates

Format and convert dates, times, and durations. Compute timezones, relative time, and weekday/month names in local language. Instruction-based — no exec or d...

Registry SourceRecently Updated
2341Profile unavailable
General

多语种音频翻译助手

多语种语音翻译技能。支持URL或本地文件输入,自动识别源语言,翻译为目标语言,并生成目标语言的语音文件。支持中文、英文、日文、法文、西班牙文等多种语言互译。

Registry SourceRecently Updated
1920Profile unavailable