# Send Straker Verify to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "straker-verify-openclaw",
    "name": "Straker Verify",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/indynz/straker-verify-openclaw",
    "canonicalUrl": "https://clawhub.ai/indynz/straker-verify-openclaw",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/straker-verify-openclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=straker-verify-openclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "docs/changelog.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "straker-verify-openclaw",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-03T22:54:33.238Z",
      "expiresAt": "2026-05-10T22:54:33.238Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=straker-verify-openclaw",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=straker-verify-openclaw",
        "contentDisposition": "attachment; filename=\"straker-verify-openclaw-0.1.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "straker-verify-openclaw"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/straker-verify-openclaw"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/straker-verify-openclaw",
    "downloadUrl": "https://openagent3.xyz/downloads/straker-verify-openclaw",
    "agentUrl": "https://openagent3.xyz/skills/straker-verify-openclaw/agent",
    "manifestUrl": "https://openagent3.xyz/skills/straker-verify-openclaw/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/straker-verify-openclaw/agent.md"
  }
}
```
## Documentation

### 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

Get your API key from Straker.ai
Set the environment variable: STRAKER_VERIFY_API_KEY=your-key
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

Website: straker.ai
API Docs: api-verify.straker.ai/docs

### Environment

The API key is available as $STRAKER_VERIFY_API_KEY environment variable.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: indynz
- Version: 0.1.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-03T22:54:33.238Z
- Expires at: 2026-05-10T22:54:33.238Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/straker-verify-openclaw)
- [Send to Agent page](https://openagent3.xyz/skills/straker-verify-openclaw/agent)
- [JSON manifest](https://openagent3.xyz/skills/straker-verify-openclaw/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/straker-verify-openclaw/agent.md)
- [Download page](https://openagent3.xyz/downloads/straker-verify-openclaw)