← スキル一覧に戻る

clai-debug
by jbhicks
An AI interface, built for local AI, by AI. AlrAIght?
⭐ 0🍴 0📅 2026年1月24日
SKILL.md
name: clai-debug description: Debug and inspect CLAI TUI state, viewport content, and conversation history
CLAI Debug
This skill provides tools for inspecting and debugging the CLAI terminal user interface.
Use this when you need to:
- Inspect current UI state and viewport content
- Check terminal and pane dimensions
- Retrieve conversation history
- Test keyboard interactions
- Verify UI changes after code modifications
- Debug TUI rendering issues
All tools communicate with the CLAI debug server via Unix socket at /tmp/clai.sock.
Available Tools
Once loaded, the following MCP tools become available:
ping- Test connectivity to the debug serverinspect- Get full UI inspection including viewport content, dimensions, and stateinspect_styles- Get structured viewport dimensions and state info (JSON format)get_history- Get the conversation history/messagessend_key- Send a keystroke to the TUI (e.g., "enter", "ctrl+h", "up", "down")type_text- Type text into the input fieldsend_message- Inject a message into the conversationswitch_pane- Switch between chat and log panes
Workflow
- Load this skill when you need to inspect CLAI's UI state
- Use the
inspecttool to see current viewport content and dimensions - Use
inspect_stylesfor structured JSON data about layout - Use
send_keyortype_textto test interactions - Use
get_historyto verify conversation flow
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です