Professional AI-powered translation with optional human verification. Supports 100+ languages. Quality boost for existing translations. Enterprise-grade security and privacy by straker.ai.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install straker-verify或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install straker-verify⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/straker-verify/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: straker-verify description: Professional AI-powered translation with optional human verification. Supports 100+ languages. Quality boost for existing translations. Enterprise-grade security and privacy by straker.ai. version: 1.0.0 author: Straker.ai homepage: https://straker.ai repository: https://github.com/strakergroup/straker-verify-openclaw tags: - translation - localization - i18n - internationalization - l10n - language - translate - multilingual - quality-assurance - human-verification - ai-translation - straker - verify - enterprise - professional - api - nlp - language-services - content-localization - translation-management metadata: {"openclaw":{"emoji":"🌐","requires":{"env":["STRAKER_VERIFY_API_KEY"]},"primaryEnv":"STRAKER_VERIFY_API_KEY","category":"translation"}} ---
Professional translation, quality evaluation, and human verification services by Straker.ai.
STRAKER_VERIFY_API_KEY=your-keyBase URL: https://api-verify.straker.ai
All requests (except /languages) require Bearer token authentication:
curl -H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" https://api-verify.straker.ai/endpoint
curl https://api-verify.straker.ai/languages
Returns a list of supported language pairs with UUIDs for use in other endpoints.
curl -X POST https://api-verify.straker.ai/project \
-H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" \
-F "[email protected]" \
-F "languages=<language-uuid>" \
-F "title=My Translation Project" \
-F "confirmation_required=true"
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>"
curl https://api-verify.straker.ai/project/<project-uuid> \
-H "Authorization: Bearer $STRAKER_VERIFY_API_KEY"
curl https://api-verify.straker.ai/project/<project-uuid>/download \
-H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" \
-o translations.zip
Enhance existing translations with AI:
curl -X POST https://api-verify.straker.ai/quality-boost \
-H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" \
-F "[email protected]" \
-F "language=<language-uuid>"
Add professional human review to translations:
curl -X POST https://api-verify.straker.ai/human-verify \
-H "Authorization: Bearer $STRAKER_VERIFY_API_KEY" \
-F "[email protected]" \
-F "language=<language-uuid>"
Success:
{
"success": true,
"data": { ... }
}
Error:
{
"success": false,
"error": "Error message"
}
The API key is available as $STRAKER_VERIFY_API_KEY environment variable.
安装 Straker Verify - AI Translation & Human Review 后,可以对 AI 说这些话来触发它
Help me get started with Straker Verify - AI Translation & Human Review
Explains what Straker Verify - AI Translation & Human Review does, walks through the setup, and runs a quick demo based on your current project
Use Straker Verify - AI Translation & Human Review to professional AI-powered translation with optional human verification
Invokes Straker Verify - AI Translation & Human Review with the right parameters and returns the result directly in the conversation
What can I do with Straker Verify - AI Translation & Human Review in my marketing & growth workflow?
将技能文件夹放到 ~/.claude/skills/straker-verify/ 目录(个人级,所有项目可用),或 .claude/skills/straker-verify/(项目级)。重启 AI 客户端后,用 /straker-verify 主动调用,或让 AI 根据上下文自动发现并使用。
Straker Verify - AI Translation & Human Review 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Straker Verify - AI Translation & Human Review 可免费安装使用。请查阅仓库了解许可证信息。
Professional AI-powered translation with optional human verification. Supports 100+ languages. Quality boost for existing translations. Enterprise-grade security and privacy by straker.ai.
Lists the top use cases for Straker Verify - AI Translation & Human Review, with example commands for each scenario
Automate my marketing & growth tasks using Straker Verify - AI Translation & Human Review
Identifies repetitive steps in your workflow and sets up Straker Verify - AI Translation & Human Review to handle them automatically
Straker Verify - AI Translation & Human Review 属于「Marketing & Growth」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。