ソース情報
- リポジトリ
- asermax/claude-plugins
- ソースの最終更新活動
- 2026年3月2日 02:31
- 検出された SKILL.md の言語
- 英語
- スター
- 1
- フォーク
- 1
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/asermax/claude-plugins --skill start-dashboardコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | start-dashboard |
| description | Start the Kanshi observability dashboard and open it in the browser |
| allowed-tools | Bash(curl:*), Bash(pnpm install:*), Bash(npx tsx:*), Bash(xdg-open:*), TaskStop |
Start the Kanshi observability dashboard server and open it in the browser.
Check if the server is already running by testing curl -sf http://localhost:3838/ > /dev/null 2>&1
If the server is NOT running:
cd to the kanshi server directory: ${CLAUDE_PLUGIN_ROOT}/servernode_modules exists; if not, run pnpm installrun_in_background: true: npx tsx src/index.tsOpen the dashboard in the browser: xdg-open http://localhost:3838
Tell the user:
If the user asks to stop the dashboard, use the TaskStop tool with the task ID from the background task to terminate it.