Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/wot-ui/open-wotnpx agentmods add skills/wot-ui/open-wot/wot-ui-cliWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/wot-ui/open-wot/wot-ui-cli)<a href="https://agentmods.dev/skills/wot-ui/open-wot/wot-ui-cli"><img src="https://agentmods.dev/badge/skills/wot-ui/open-wot/wot-ui-cli.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00096 | $0.00868 |
| Opus 5 | $0.00048 | $0.00434 |
| Sonnet 5 | $0.00019 | $0.00174 |
| Haiku 4.5 | $0.00010 | $0.00087 |
Grade A, and why
wot-ui-cli scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Wot UI CLI
处理 @wot-ui/cli、MCP、Agent 接入和 open-wot 仓库维护任务时,基于当前源码、package.json 和 README 行事,不根据旧文档猜测命令。
路由
- CLI、MCP、Agent、数据提取或仓库开发:使用本 Skill。
- 组件选型、页面代码、props、主题和组件问题:使用
wot-ui-v2Skill。 - 通过 CLI 查询组件知识时,保留 CLI 使用语境;需要生成组件代码时再切换到
wot-ui-v2。
工作流
- 先查看
README.md、package.json#scripts和相关源码。 - 修改 CLI、MCP、prompt、数据结构或 Skill 后,同步测试与 README。
- 写配置前先运行
--dry-run,使用隔离--cwd,不要修改真实用户配置。 - 修改命令输出后,至少运行一个真实源码或构建产物命令。
- 提交前运行
pnpm lint && pnpm typecheck && pnpm test && pnpm build。
命令分组
组件知识:
wot list [keyword]
wot info <component>
wot doc <component>
wot demo <component> [name]
wot token [component]
wot changelog [versionOrComponent] [component]
项目分析:
wot doctor [dir]
wot usage [dir]
wot lint [dir]
Agent 接入:
wot agent list
wot agent init --client cursor
wot agent status --client cursor
wot agent doctor --client cursor
wot agent remove --client cursor
wot agent init --client all
MCP 管理:
wot mcp
wot mcp serve
wot mcp list
wot mcp init --client cursor
wot mcp status --client cursor
wot mcp doctor --client cursor
wot mcp remove --client cursor
wot mcp print --client cursor
查询命令支持 --version 和 --format text|json|markdown。Agent/MCP 管理命令支持的具体选项以 --help 和源码为准;写操作优先使用 --dry-run。
仓库开发
pnpm install
pnpm dev
pnpm exec tsx src/index.ts list
pnpm build
node dist/index.mjs list
更新离线数据:
pnpm sync:clone
pnpm extract:clone
pnpm sync --wot-dir ../wot-ui
pnpm extract --wot-dir ../wot-ui --output data/v2.0.4.json
发布包检查:
pnpm build
pnpm compress
pnpm exec publint
npm pack --dry-run --json
MCP 注意事项
wot mcp使用 stdio,终端无普通输出通常正常。doctor验证配置和真实 handshake;部分客户端还会检查注册状态。--client all在 project scope 处理六个支持客户端。- 保留已有 Server、JSONC 注释、非托管 TOML 和用户 Instructions。
参考
需要完整命令矩阵、目录职责、验证要求、数据与发布流程时,读取 references/overview.md。
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 7d ago First seen · 109 lines · 96 tokens per session scan A 1c4572fc871f
wot-ui-cli is a skill published in the GitHub repository wot-ui/open-wot (33 stars, last pushed 8d ago), licensed MIT. It adds 96 tokens to every session and 868 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
tanstack-form
Headless, performant, and type-safe form state management for TS/JS, React, Vue, Angular, Solid, Lit, and Svelte.
nuxtjs-vue-typescript
Best practices for building Nuxt 3 and Vue 3 applications with TypeScript, the Composition API, and Tailwind CSS. Use when structuring Nuxt/Vue projects, writing composables, typing components and props, wiring up server routes and plugins, or optimizing Nuxt builds and Web Vitals.
inertia-rails-typescript
TypeScript type safety for Inertia Rails (React, Vue, Svelte): shared props, flash, and errors via InertiaConfig module augmentation in globals.d.ts. Use when setting up TypeScript types, configuring shared props typing, fixing TS2344 or TS2339 errors in Inertia components, or adding new shared data.
nuxt-modules
Use when creating Nuxt modules: (1) Published npm modules (@nuxtjs/, nuxt-), (2) Local project modules (modules/ directory), (3) Runtime extensions (components, composables, plugins), (4) Server extensions (API routes, middleware), (5) Releasing/publishing modules to npm, (6) Setting up CI/CD workflows for modules.…
vue-ops
Vue 3 development patterns, Composition API, Pinia state management, Vue Router, and Nuxt 4. Use for: vue, vuejs, composition api, pinia, vue router, nuxt, nuxt4, nuxt3, script setup, composable, reactive, defineProps, defineEmits, defineModel, v-model, provide inject, vue3.
vue-typescript
Provides Vue 3 + TypeScript patterns — Composition API, script setup, Pinia, Vue Router, composables. Use when building Vue apps or wiring reactive state.