用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/AzureFoxStudios/wabi --skill wabi-tui-power-shell命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | wabi-tui-power-shell |
| description | Use when extending Wabi Rust TUI FPS or admin screens. |
| version | 1.0.0 |
| metadata | {"hermes":{"tags":["wabi","tui","cli","ratatui","eink"],"related_skills":["wabi-cli-tui","rust-tui-app"]}} |
Crate: core/crates/wabi-tui.
| Key | Screen |
|---|---|
| 1 | Chat |
| 2 | Users (admin p reset password, c clear lockout) |
| 3 | Server (health, stats, switch URL, logout) |
| 4 | Logs |
fps, poll_secs in ~/.config/wabi/config.tomlWABI_TUI_FPS, WABI_TUI_POLL_SECS:fps N, :poll N, :eink (preset 2 fps + 8s poll)poll_bg → paint only if dirty or frame budget due → event poll for remaining budgetcargo build -p wabi-tui --release
./target/release/wabi-tui
l = login; use Space for chat pane cycle.get(i).map(|u| (*u).clone())$TMPDIR/wabi-tui.logOverlaps wabi-cli-tui (older umbrella). Prefer updating that skill when patch works; this captures FPS/e-ink + power-shell cleanly. Curator may consolidate.