How this skill is triggered — by the user, by Claude, or both
Slash command
/know:verifyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Quick health check for whisper loop installation.
Quick health check for whisper loop installation.
~/.claude/hooks/verify.sh
============================================
Know Plugin Verification
============================================
Machine: your-machine
1. Know CLI
[OK] Found: /path/to/know
2. Hook Scripts
[OK] common.sh
[OK] inject-knowledge.sh
[OK] knowledge-capture.sh
[OK] session-checkpoint.sh
3. Settings
[OK] Hooks: SessionStart, UserPromptSubmit, SessionEnd, PreCompact
4. Environment
[OK] Cloud sync enabled
5. Knowledge Base
[OK] 1234 entries
============================================
Passed: 9 | Failed: 0 | Warned: 0
============================================
| Issue | Solution |
|---|---|
| Know CLI not found | composer global require conduit-ui/knowledge |
| Hook missing | Re-run /know:install |
| Cloud sync disabled | Set PREFRONTAL_API_TOKEN in ~/.zshrc |
| Settings missing | Check ~/.claude/settings.json |
# Check know version
know --version
# Check local entry count
know stats
# Test semantic search
know search "test query" --semantic --limit=1
npx claudepluginhub conduit-ui/marketplace --plugin knowVerifies plugin installation health: checks versions, hooks, data directory, model config, and reports issues. Run via /cco-doctor or when plugin malfunctions.
Runs health checks on a learning-loop installation, presents issues with severity, and offers per-fix remediation with auto-runnable or manual options. Re-runs each check after fixing to confirm resolution.
Diagnoses Claude Code hooks setup by checking active hooks, file permissions, dependencies (jq, python3, node), env vars, settings.json integration, and recent activity logs.