{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/straker-verify-openclaw",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=straker-verify-openclaw",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "docs/changelog.md"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "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."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "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."
        },
        {
          "label": "Upgrade existing",
          "body": "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."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/straker-verify-openclaw",
    "agentPageUrl": "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"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "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."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "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."
      },
      {
        "label": "Upgrade existing",
        "body": "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."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Straker Verify - AI Translation & Human Review",
        "body": "Professional translation, quality evaluation, and human verification services by Straker.ai."
      },
      {
        "title": "Features",
        "body": "AI Translation: Translate content to 100+ languages with enterprise-grade accuracy\nQuality Boost: AI-powered enhancement for existing translations\nHuman Verification: Professional human review for critical content\nFile Support: Documents, text files, and more\nProject Management: Track translation projects from submission to delivery"
      },
      {
        "title": "Quick Start",
        "body": "Get your API key from Straker.ai\nSet the environment variable: STRAKER_VERIFY_API_KEY=your-key\nAsk your AI assistant: \"Translate 'Hello world' to French\""
      },
      {
        "title": "API Reference",
        "body": "Base URL: https://api-verify.straker.ai"
      },
      {
        "title": "Authentication",
        "body": "All requests (except /languages) require Bearer token authentication:\n\ncurl -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" https://api-verify.straker.ai/endpoint"
      },
      {
        "title": "Get Available Languages",
        "body": "curl https://api-verify.straker.ai/languages\n\nReturns a list of supported language pairs with UUIDs for use in other endpoints."
      },
      {
        "title": "Create Translation Project",
        "body": "curl -X POST https://api-verify.straker.ai/project \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" \\\n  -F \"files=@document.txt\" \\\n  -F \"languages=<language-uuid>\" \\\n  -F \"title=My Translation Project\" \\\n  -F \"confirmation_required=true\""
      },
      {
        "title": "Confirm Project",
        "body": "Required when confirmation_required=true:\n\ncurl -X POST https://api-verify.straker.ai/project/confirm \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" \\\n  -H \"Content-Type: application/x-www-form-urlencoded\" \\\n  -d \"project_id=<project-uuid>\""
      },
      {
        "title": "Check Project Status",
        "body": "curl https://api-verify.straker.ai/project/<project-uuid> \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\""
      },
      {
        "title": "Download Completed Files",
        "body": "curl https://api-verify.straker.ai/project/<project-uuid>/download \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" \\\n  -o translations.zip"
      },
      {
        "title": "AI Quality Boost",
        "body": "Enhance existing translations with AI:\n\ncurl -X POST https://api-verify.straker.ai/quality-boost \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" \\\n  -F \"files=@source.txt\" \\\n  -F \"language=<language-uuid>\""
      },
      {
        "title": "Human Verification",
        "body": "Add professional human review to translations:\n\ncurl -X POST https://api-verify.straker.ai/human-verify \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" \\\n  -F \"files=@translated.txt\" \\\n  -F \"language=<language-uuid>\""
      },
      {
        "title": "Response Format",
        "body": "Success:\n\n{\n  \"success\": true,\n  \"data\": { ... }\n}\n\nError:\n\n{\n  \"success\": false,\n  \"error\": \"Error message\"\n}"
      },
      {
        "title": "Example Prompts",
        "body": "\"What languages can I translate to?\"\n\"Translate this text to Spanish: Hello, how are you?\"\n\"Create a translation project for my document\"\n\"Check the status of my translation project\"\n\"Run a quality boost on this French translation\"\n\"Add human verification to my German translation\""
      },
      {
        "title": "Support",
        "body": "Website: straker.ai\nAPI Docs: api-verify.straker.ai/docs"
      },
      {
        "title": "Environment",
        "body": "The API key is available as $STRAKER_VERIFY_API_KEY environment variable."
      }
    ],
    "body": "Straker Verify - AI Translation & Human Review\n\nProfessional translation, quality evaluation, and human verification services by Straker.ai.\n\nFeatures\nAI Translation: Translate content to 100+ languages with enterprise-grade accuracy\nQuality Boost: AI-powered enhancement for existing translations\nHuman Verification: Professional human review for critical content\nFile Support: Documents, text files, and more\nProject Management: Track translation projects from submission to delivery\nQuick Start\nGet your API key from Straker.ai\nSet the environment variable: STRAKER_VERIFY_API_KEY=your-key\nAsk your AI assistant: \"Translate 'Hello world' to French\"\nAPI Reference\n\nBase URL: https://api-verify.straker.ai\n\nAuthentication\n\nAll requests (except /languages) require Bearer token authentication:\n\ncurl -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" https://api-verify.straker.ai/endpoint\n\nGet Available Languages\ncurl https://api-verify.straker.ai/languages\n\n\nReturns a list of supported language pairs with UUIDs for use in other endpoints.\n\nCreate Translation Project\ncurl -X POST https://api-verify.straker.ai/project \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" \\\n  -F \"files=@document.txt\" \\\n  -F \"languages=<language-uuid>\" \\\n  -F \"title=My Translation Project\" \\\n  -F \"confirmation_required=true\"\n\nConfirm Project\n\nRequired when confirmation_required=true:\n\ncurl -X POST https://api-verify.straker.ai/project/confirm \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" \\\n  -H \"Content-Type: application/x-www-form-urlencoded\" \\\n  -d \"project_id=<project-uuid>\"\n\nCheck Project Status\ncurl https://api-verify.straker.ai/project/<project-uuid> \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\"\n\nDownload Completed Files\ncurl https://api-verify.straker.ai/project/<project-uuid>/download \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" \\\n  -o translations.zip\n\nAI Quality Boost\n\nEnhance existing translations with AI:\n\ncurl -X POST https://api-verify.straker.ai/quality-boost \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" \\\n  -F \"files=@source.txt\" \\\n  -F \"language=<language-uuid>\"\n\nHuman Verification\n\nAdd professional human review to translations:\n\ncurl -X POST https://api-verify.straker.ai/human-verify \\\n  -H \"Authorization: Bearer $STRAKER_VERIFY_API_KEY\" \\\n  -F \"files=@translated.txt\" \\\n  -F \"language=<language-uuid>\"\n\nResponse Format\n\nSuccess:\n\n{\n  \"success\": true,\n  \"data\": { ... }\n}\n\n\nError:\n\n{\n  \"success\": false,\n  \"error\": \"Error message\"\n}\n\nExample Prompts\n\"What languages can I translate to?\"\n\"Translate this text to Spanish: Hello, how are you?\"\n\"Create a translation project for my document\"\n\"Check the status of my translation project\"\n\"Run a quality boost on this French translation\"\n\"Add human verification to my German translation\"\nSupport\nWebsite: straker.ai\nAPI Docs: api-verify.straker.ai/docs\nEnvironment\n\nThe API key is available as $STRAKER_VERIFY_API_KEY environment variable."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/indynz/straker-verify-openclaw",
    "publisherUrl": "https://clawhub.ai/indynz/straker-verify-openclaw",
    "owner": "indynz",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}