agent/skills/huskarui/SKILL.md
Queries HuskarUI metadata with Python and guides HuskarUI-first QML/C++ code. Invoke when choosing components, checking examples, or generating HuskarUI UI.
npx skillsauth add mengps/huskarui HuskarUIInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when the agent needs HuskarUI component knowledge or must generate HuskarUI-first UI. Treat Python query results as the primary source of truth. Use source files only for verification. The skill always works from query_metainfo.py and guide.metainfo.json in <SKILL_DIR>.
Invoke this skill proactively when any of the following is true:
These rules always apply. Follow them in this order.
guide.metainfo.json directly. Use query_metainfo.py.button, dialog, avatar, table, navigation.<SKILL_DIR> and use query_metainfo.py with guide.metainfo.json.list when you need discovery or want to browse the component set.<ComponentName> --exact when the component name is already known.<keyword> when the request describes a generic UI role or interaction.Use source verification only when at least one of these is true:
When verification is needed:
QtQuick -> QtQuick.* -> HuskarUI.Basic.QtQuick.Templates as T when inheriting from templates.id, properties, implicit size, visual properties, child objects.let and const over var.=== and !==.Loader for conditional heavy subtrees when appropriate.When answering with this skill:
# List all components
python <SKILL_DIR>/query_metainfo.py <SKILL_DIR>/guide.metainfo.json list
# Exact lookup
python <SKILL_DIR>/query_metainfo.py <SKILL_DIR>/guide.metainfo.json HusAvatar --exact
# Search by keyword or UI role
python <SKILL_DIR>/query_metainfo.py <SKILL_DIR>/guide.metainfo.json button
python <SKILL_DIR>/query_metainfo.py <SKILL_DIR>/guide.metainfo.json navigation
python <SKILL_DIR>/query_metainfo.py <SKILL_DIR>/guide.metainfo.json table
The skill always works from these files in <SKILL_DIR>:
<SKILL_DIR>/query_metainfo.py
<SKILL_DIR>/guide.metainfo.json
The Python helper supports:
query_metainfo.py - metadata query entrypointguide.metainfo.json - metadata database, accessed through Python onlytools
Auto-detects the active QML file from editor context, runs qmlscene, and copies the rendered image to the clipboard by default. Invoke proactively when the agent needs to preview or visually verify a QML UI.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.