{
  "schemaVersion": "1.0",
  "item": {
    "slug": "strykr-qa-bot",
    "name": "Strykr Qa Bot",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/NextFrontierBuilds/strykr-qa-bot",
    "canonicalUrl": "https://clawhub.ai/NextFrontierBuilds/strykr-qa-bot",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/strykr-qa-bot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strykr-qa-bot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config/known-issues.yaml",
      "package.json",
      "src/assertions.ts",
      "src/index.ts"
    ],
    "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",
      "slug": "strykr-qa-bot",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T12:27:25.050Z",
      "expiresAt": "2026-05-16T12:27:25.050Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strykr-qa-bot",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strykr-qa-bot",
        "contentDisposition": "attachment; filename=\"strykr-qa-bot-0.1.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "strykr-qa-bot"
      },
      "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/strykr-qa-bot"
    },
    "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/strykr-qa-bot",
    "agentPageUrl": "https://openagent3.xyz/skills/strykr-qa-bot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/strykr-qa-bot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/strykr-qa-bot/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": "strykr-qa-bot",
        "body": "QA automation skill for testing Strykr (https://app.strykr.ai)."
      },
      {
        "title": "What It Does",
        "body": "Automated testing for the Strykr AI finance dashboard:\n\nPre-built test suites for all pages\nSignal card validation\nAI response quality checks\nPRISM API health monitoring\nKnown issue tracking"
      },
      {
        "title": "When To Use",
        "body": "Testing Strykr after deployments\nRegression testing\nMonitoring site health\nValidating new features"
      },
      {
        "title": "Run All Tests",
        "body": "cd /path/to/strykr-qa-bot\nnpm test"
      },
      {
        "title": "Run Specific Suite",
        "body": "npm run test:homepage\nnpm run test:crypto\nnpm run test:stocks\nnpm run test:news\nnpm run test:events\nnpm run test:ai-chat"
      },
      {
        "title": "Quick Smoke Test",
        "body": "npm run smoke"
      },
      {
        "title": "Programmatic Usage",
        "body": "import { StrykrQABot } from 'strykr-qa-bot';\n\nconst qa = new StrykrQABot({\n  baseUrl: 'https://app.strykr.ai'\n});\n\n// Run all suites\nconst results = await qa.runAll();\n\n// Check specific assertions\nawait qa.expectSignalCard({ hasPrice: true, hasChart: true });\nawait qa.expectAIResponse({ minLength: 200 });\n\n// Health check API\nconst health = await qa.checkPrismEndpoints();\n\n// Generate report\nconst report = qa.generateReport();"
      },
      {
        "title": "Test Suites",
        "body": "SuiteTestsNoteshomepageNavigation, widgets, statusEntry pointcrypto-signalsFilters, cards, actionsHas known modal issuestock-signalsAsset filters, actionsStocks/ETFs/ForexnewsRouting, categoriesKnown direct URL issueeventsImpact filters, timesKnown direct URL issueai-chatInput, responsesQuality validation"
      },
      {
        "title": "Known Issues Tracked",
        "body": "details-modal-empty (High) - Modal opens but content empty\ndirect-url-blank-news (Medium) - /news blank on direct nav\ndirect-url-blank-events (Medium) - /economic-events blank\nevents-widget-race-condition (Low) - Intermittent widget load"
      },
      {
        "title": "Configuration",
        "body": "Edit strykr-qa.yaml:\n\nbaseUrl: https://app.strykr.ai\nbrowser:\n  headless: false\n  timeout: 30000"
      },
      {
        "title": "Dependencies",
        "body": "web-qa-bot (peer dependency)"
      },
      {
        "title": "Output",
        "body": "Test results with:\n\nPass/Fail/Known-issue status\nScreenshots at each step\nConsole error capture\nTiming metrics\nMarkdown report"
      },
      {
        "title": "Author",
        "body": "Next Frontier (@NextXFrontier)"
      },
      {
        "title": "Links",
        "body": "GitHub\nStrykr"
      }
    ],
    "body": "strykr-qa-bot\n\nQA automation skill for testing Strykr (https://app.strykr.ai).\n\nWhat It Does\n\nAutomated testing for the Strykr AI finance dashboard:\n\nPre-built test suites for all pages\nSignal card validation\nAI response quality checks\nPRISM API health monitoring\nKnown issue tracking\nWhen To Use\nTesting Strykr after deployments\nRegression testing\nMonitoring site health\nValidating new features\nUsage\nRun All Tests\ncd /path/to/strykr-qa-bot\nnpm test\n\nRun Specific Suite\nnpm run test:homepage\nnpm run test:crypto\nnpm run test:stocks\nnpm run test:news\nnpm run test:events\nnpm run test:ai-chat\n\nQuick Smoke Test\nnpm run smoke\n\nProgrammatic Usage\nimport { StrykrQABot } from 'strykr-qa-bot';\n\nconst qa = new StrykrQABot({\n  baseUrl: 'https://app.strykr.ai'\n});\n\n// Run all suites\nconst results = await qa.runAll();\n\n// Check specific assertions\nawait qa.expectSignalCard({ hasPrice: true, hasChart: true });\nawait qa.expectAIResponse({ minLength: 200 });\n\n// Health check API\nconst health = await qa.checkPrismEndpoints();\n\n// Generate report\nconst report = qa.generateReport();\n\nTest Suites\nSuite\tTests\tNotes\nhomepage\tNavigation, widgets, status\tEntry point\ncrypto-signals\tFilters, cards, actions\tHas known modal issue\nstock-signals\tAsset filters, actions\tStocks/ETFs/Forex\nnews\tRouting, categories\tKnown direct URL issue\nevents\tImpact filters, times\tKnown direct URL issue\nai-chat\tInput, responses\tQuality validation\nKnown Issues Tracked\ndetails-modal-empty (High) - Modal opens but content empty\ndirect-url-blank-news (Medium) - /news blank on direct nav\ndirect-url-blank-events (Medium) - /economic-events blank\nevents-widget-race-condition (Low) - Intermittent widget load\nConfiguration\n\nEdit strykr-qa.yaml:\n\nbaseUrl: https://app.strykr.ai\nbrowser:\n  headless: false\n  timeout: 30000\n\nDependencies\nweb-qa-bot (peer dependency)\nOutput\n\nTest results with:\n\nPass/Fail/Known-issue status\nScreenshots at each step\nConsole error capture\nTiming metrics\nMarkdown report\nAuthor\n\nNext Frontier (@NextXFrontier)\n\nLinks\nGitHub\nStrykr"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/NextFrontierBuilds/strykr-qa-bot",
    "publisherUrl": "https://clawhub.ai/NextFrontierBuilds/strykr-qa-bot",
    "owner": "NextFrontierBuilds",
    "version": "0.1.2",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/strykr-qa-bot",
    "downloadUrl": "https://openagent3.xyz/downloads/strykr-qa-bot",
    "agentUrl": "https://openagent3.xyz/skills/strykr-qa-bot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/strykr-qa-bot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/strykr-qa-bot/agent.md"
  }
}