← Back to Skills Marketplace
Strykr Qa Bot
by
Next Frontier AI
· GitHub ↗
· v0.1.2
1877
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install strykr-qa-bot
Description
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.
Usage Guidance
This skill appears to do what it claims: run UI and API tests against https://app.strykr.ai using web-qa-bot. Before installing or running it:
- Confirm you trust the web-qa-bot peer dependency and, if using the repo link in package.json, review that GitHub repo as well (registry metadata showed no homepage).
- Run tests in a non-production environment if you are concerned about exposing user data; screenshots and console logs can contain sensitive information when run against authenticated pages.
- If the app under test requires authentication, plan how credentials will be provided securely (the skill does not declare or manage secrets).
- Consider running the test suite locally first (inspect outputs and screenshots) and review the test YAMLs for any selectors/actions you might want to adjust.
If you want an even deeper check, provide the web-qa-bot implementation or the CI environment where this will run so I can look for additional integration risks.
Capability Analysis
Type: OpenClaw Skill
Name: strykr-qa-bot
Version: 0.1.2
The OpenClaw AgentSkills skill bundle 'strykr-qa-bot' is designed for QA automation of the Strykr trading platform. All files, including the SKILL.md and README.md, provide clear, benign instructions and documentation for testing. The TypeScript code uses standard web APIs (e.g., `fetch`) for API health checks, but these are confined to the specified `baseUrl` (https://app.strykr.ai) and configured `prismEndpoints`, showing no intent for arbitrary network requests or data exfiltration. Test suites are defined in YAML files, detailing UI interactions and assertions typical for web testing. There is no evidence of prompt injection, malicious execution, persistence mechanisms, or obfuscation. The use of `npx web-qa-bot` is a standard way to execute a peer dependency for QA automation.
Capability Assessment
Purpose & Capability
Name/description match the included test suites, YAML files, and TypeScript assertions which target https://app.strykr.ai and PRISM endpoints; peerDependency on web-qa-bot is appropriate for a web QA skill. No unrelated services, binaries, or secrets are requested.
Instruction Scope
SKILL.md and package.json instruct running npm test / npx web-qa-bot to exercise suites that navigate the app, capture screenshots, and collect console/network errors — this is expected for a QA bot. Note: tests capture screenshots and console logs which may include sensitive data if run against authenticated or production sessions; the instructions do not include login steps (so running against gated pages may require separate credentials).
Install Mechanism
No install spec in the skill registry (instruction-only), but package.json indicates this is an npm package with a peerDependency (web-qa-bot). Installing via npm (or running npx) is expected; there are no external downloads, obscure URLs, or extract steps in the skill bundle itself.
Credentials
The skill declares no required environment variables, no primary credential, and no config paths. The code only performs HTTP fetches against the configured baseUrl and PRISM endpoints — proportional to health checks and UI testing.
Persistence & Privilege
The skill is not forced-always, does not request elevated platform privileges, and does not modify other skills' configs. It runs tests and produces artifacts locally (screenshots/reports) — normal behavior for a test suite.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install strykr-qa-bot - After installation, invoke the skill by name or use
/strykr-qa-bot - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.2
- Added metadata to SKILL.md: name, description, version, author, and keywords.
- Enhanced description to highlight compatibility with Cursor, Claude, ChatGPT, Copilot, and vibe-coding.
- No changes to functionality; documentation and metadata updates only.
v0.1.0
strykr-qa-bot 0.1.0 - Initial Release
- Introduces automated QA testing for Strykr's finance dashboard.
- Includes test suites for homepage, crypto, stocks, news, events, and AI chat.
- Validates signal cards and AI response quality.
- Monitors PRISM API health and tracks known issues.
- Supports running tests via CLI or programmatically.
- Generates detailed reports with screenshots and timing metrics.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1877 downloads so far.
How do I install Strykr Qa Bot?
Run "/install strykr-qa-bot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Strykr Qa Bot free?
Yes, Strykr Qa Bot is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Strykr Qa Bot support?
Strykr Qa Bot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Strykr Qa Bot?
It is built and maintained by Next Frontier AI (@nextfrontierbuilds); the current version is v0.1.2.
More Skills