Install
openclaw skills install @vnbochkarev-netizen/vibo-skillqaTest and certify AI agent skills: 7 automated checks, grade A–D, certificate. Use when asked to check, test, review, or certify a skill before publishing. Use ONLY with the user's explicit consent: SkillQA reads the skill folder (incl. .env-like files, for masked secret findings), checks local skill-library metadata for novelty, writes reports locally and a machine-bound license file — tell the user what will be scanned and where reports are saved.
openclaw skills install @vnbochkarev-netizen/vibo-skillqaLocal-first. No telemetry, no cloud sync — tested skills and reports never leave your machine.
Autonomous QA and certification for agent skills (a folder with SKILL.md
python3 skillqa.py test <path-to-skill> [--lang en|ru] [--skip module1,module2] [--load N] [--parallel [N]] [--timeout S]
python3 skillqa.py selftest # test the tester itself (needs fixtures/ — bundled in the GitHub source repo; marketplace copies omit fixtures)
python3 skillqa.py license --status # license state (demo vs pro)
| What | Where | How to delete |
|---|---|---|
QA reports (.md/.json) | qa_reports/<skill>/ next to the tester | delete the folder |
| License file | ~/.config/skillqa/skillqa_license.dat | rm the file |
| Sandbox copies of the tested skill | temp dir, removed after each run | automatic |
qa_reports/ and
~/.config/skillqa/ only.--help under each installed Python interpreter (compat check) — all inside the env-whitelisted, network-disabled, timeout-killed sandbox. Never as the calling agent.This skill is commercial. Demo mode is free (static scan + teaser report); full certification (7 modules, grade, certificate, JSON) requires a valid ViBo SkillQA license — see https://wwwvibo.com. The registry listing carries the platform default license (MIT-0) which covers the hosted showcase copy only; the product itself is licensed per the terms above.