← スキル一覧に戻る

knowinstall
by conduit-ui
Claude Code plugin for Conduit knowledge management - capture and retrieve technical insights
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: know:install description: Install know-plugin whisper loop hooks on current machine
Know Plugin Installation
One-command setup for the portable whisper loop.
Quick Install
Run the installer:
~/.claude/plugins/cache/*/know/*/hooks/install.sh
Or if you have the repo cloned:
~/packages/know-plugin/hooks/install.sh
What Gets Installed
| Hook | Event | Purpose |
|---|---|---|
common.sh | Shared | Portable CLI detection |
inject-knowledge.sh | SessionStart | Context injection |
knowledge-capture.sh | UserPromptSubmit | Auto-capture + whisper |
session-checkpoint.sh | SessionEnd/PreCompact | Handoff + cloud sync |
verify.sh | Manual | Verify installation |
Post-Install Configuration
Add to ~/.zshrc:
# Profile injection (optional)
export KNOW_PROFILE_ID='your-profile-id'
# Cloud sync (required for cross-machine sync)
export PREFRONTAL_API_TOKEN='your-token'
Verify Installation
After install, run:
~/.claude/hooks/verify.sh
Troubleshooting
Know CLI not found?
# Check if know is installed
which know
# Or install via composer
composer global require conduit-ui/knowledge
Hooks not running?
- Restart Claude Code after installation
- Check
~/.claude/settings.jsonfor hooks configuration
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です