# Send Strykr Qa Bot 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": "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": {
    "downloadUrl": "/downloads/strykr-qa-bot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=strykr-qa-bot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config/known-issues.yaml",
      "package.json",
      "src/assertions.ts",
      "src/index.ts"
    ],
    "downloadMode": "redirect",
    "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."
      ]
    }
  },
  "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"
  }
}
```
## Documentation

### strykr-qa-bot

QA automation skill for testing Strykr (https://app.strykr.ai).

### What It Does

Automated testing for the Strykr AI finance dashboard:

Pre-built test suites for all pages
Signal card validation
AI response quality checks
PRISM API health monitoring
Known issue tracking

### When To Use

Testing Strykr after deployments
Regression testing
Monitoring site health
Validating new features

### Run All Tests

cd /path/to/strykr-qa-bot
npm test

### Run Specific Suite

npm run test:homepage
npm run test:crypto
npm run test:stocks
npm run test:news
npm run test:events
npm run test:ai-chat

### Quick Smoke Test

npm run smoke

### Programmatic Usage

import { StrykrQABot } from 'strykr-qa-bot';

const qa = new StrykrQABot({
  baseUrl: 'https://app.strykr.ai'
});

// Run all suites
const results = await qa.runAll();

// Check specific assertions
await qa.expectSignalCard({ hasPrice: true, hasChart: true });
await qa.expectAIResponse({ minLength: 200 });

// Health check API
const health = await qa.checkPrismEndpoints();

// Generate report
const report = qa.generateReport();

### Test Suites

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

### Known Issues Tracked

details-modal-empty (High) - Modal opens but content empty
direct-url-blank-news (Medium) - /news blank on direct nav
direct-url-blank-events (Medium) - /economic-events blank
events-widget-race-condition (Low) - Intermittent widget load

### Configuration

Edit strykr-qa.yaml:

baseUrl: https://app.strykr.ai
browser:
  headless: false
  timeout: 30000

### Dependencies

web-qa-bot (peer dependency)

### Output

Test results with:

Pass/Fail/Known-issue status
Screenshots at each step
Console error capture
Timing metrics
Markdown report

### Author

Next Frontier (@NextXFrontier)

### Links

GitHub
Strykr
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: NextFrontierBuilds
- Version: 0.1.2
## 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-09T12:27:25.050Z
- Expires at: 2026-05-16T12:27:25.050Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/strykr-qa-bot)
- [Send to Agent page](https://openagent3.xyz/skills/strykr-qa-bot/agent)
- [JSON manifest](https://openagent3.xyz/skills/strykr-qa-bot/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/strykr-qa-bot/agent.md)
- [Download page](https://openagent3.xyz/downloads/strykr-qa-bot)