โ† All skills
Tencent SkillHub ยท Developer Tools

Strykr Qa Bot

AI-powered QA for Strykr trading platform. Pre-built tests for crypto, stocks, news, AI chat. CI/CD ready. Works with Cursor, Claude, ChatGPT, Copilot. Vibe-coding enabled.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

AI-powered QA for Strykr trading platform. Pre-built tests for crypto, stocks, news, AI chat. CI/CD ready. Works with Cursor, Claude, ChatGPT, Copilot. Vibe-coding enabled.

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md, config/known-issues.yaml, package.json, src/assertions.ts, src/index.ts

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
0.1.2

Documentation

ClawHub primary doc Primary doc: SKILL.md 14 sections Open source page

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

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs2 Scripts2 Config
  • SKILL.md Primary doc
  • README.md Docs
  • src/assertions.ts Scripts
  • src/index.ts Scripts
  • config/known-issues.yaml Config
  • package.json Config