ソース情報
- リポジトリ
- AzureFoxStudios/wabi
- ソースの最終更新活動
- 2026年8月28日 15:43
- 検出された SKILL.md の言語
- 英語
- スター
- 4
- フォーク
- 2
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/AzureFoxStudios/wabi --skill wabi-tui-power-shellコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
Implementation pattern for Wabi channel categories: adding ChannelKind::Category, position/parentId support, and type updates.
Wabi production deployment and runtime debugging. Covers the Rust wabi-server binary (rust_embed static frontend), the SvelteKit build-mode mismatch (adapter-static SPA vs adapter-node SSR and why the Rust server needs index.html), Cloudflare/caddy/cloudflared tunnel WebSockets, WabiDB data-dir locks, and the selfhostability check. Use when a Wabi deploy will not boot, the login page is blank or stuck on "Starting Wabi"/"Work Offline", socket.io WS fails through Cloudflare, wabi-server restart-loops with "engine already running", or the user asks whether Wabi is still selfhostable or hardwired to wabi.chat.
Verify a Wabi binary before swap: addons, probes, locks.
| 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.