sivtr Environment Check
SkillDev toolsVerify sivtr environment and diagnose issues. Run when sivtr commands fail or return empty results.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the sivtr Environment Check skill
What this skill tells your AI
The instructions your AI receives, as published by ariestar/sivtr in .claude/skills/SKILL.md and read by ahel’s review.
Diagnose why sivtr commands may not be working as expected.
Steps
1. Check binary
sivtr --version
If this fails, sivtr is not installed or not in PATH. Install with:
cargo install sivtr
2. Run diagnostics
sivtr doctor
This checks: binary version, config file, session log directory, shell hooks, provider sessions, clipboard.
3. Check shell hooks
If sivtr doctor shows hooks not installed:
sivtr init show
Install the hook for the current shell:
sivtr init bash # or zsh, powershell, nushell
Then restart the terminal (or source the profile).
4. Verify provider data
If provider searches return empty:
sivtr doctor
The "provider sessions" section shows how many sessions each provider has. If zero:
- The provider (Codex, Claude Code, Pi, OpenCode) may not have been used in this workspace
- The session data may be in a non-standard location
5. Check config
sivtr config show
If missing:
sivtr config init
Common Issues
| Symptom | Fix |
|---|---|
sivtr not found | Install: cargo install sivtr |
| No terminal results | sivtr init bash + restart terminal |
| No AI session results | Provider may not have sessions in this workspace |
| Clipboard fails | sivtr doctor checks clipboard access |
| Stale results | sivtr clear --all resets session logs |
Signals
- GitHub stars
- 267
- Forks
- 20
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
skills-ariestar- Source
- github.com/ariestar/sivtr