This handles questions about the wot-ui-cli tool itself, not the component library it documents. Use it when you're actually debugging the CLI, setting it up as an MCP server with `wot mcp`, or maintaining the open-wot repository. It covers the dozen or so commands like `list`, `info`, `doc`, `demo`, and `extract`, plus the local development flow with `pnpm exec tsx src/index.ts`. The scope is narrow by design: it's for when someone asks how the CLI works, not when they want component props or theme customization. If you're generating component code or explaining wot-ui features, you want the wot-ui-v2 skill instead. This one is strictly about the tool that queries the docs, not the docs themselves.
npx skills add https://github.com/wot-ui/open-wot --skill wot-ui-cli