sivtr Environment Check

SkillDev tools

Verify sivtr environment and diagnose issues. Run when sivtr commands fail or return empty results.

Available today. Use it from your connected AI after setup.

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

SymptomFix
sivtr not foundInstall: cargo install sivtr
No terminal resultssivtr init bash + restart terminal
No AI session resultsProvider may not have sessions in this workspace
Clipboard failssivtr doctor checks clipboard access
Stale resultssivtr 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