Notre avis
Affiche les sessions d'assistant IA actuellement actives (Claude Code, Cursor, Codex, Gemini) en vérifiant les processus et l'âge des fichiers.
Points forts
- Vue d'ensemble rapide des sessions en cours
- Détection basée sur les processus et les horodatages
- Commande simple sans argument
Limites
- Nécessite l'outil omnisess installé séparément
- Ne détecte que les sessions modifiées dans les 2 dernières minutes
- Non compatible avec tous les assistants IA (ex. Gemini non listé)
Quand vous voulez savoir rapidement quels outils d'IA sont ouverts et actifs sur votre machine.
Si vous avez besoin d'informations détaillées sur les processus ou si omnisess n'est pas installé.
Analyse de sécurité
SûrThe skill only displays active AI coding sessions using a read-only command. It does not perform destructive operations, exfiltrate data, or disable security measures. The binary is from a known public repository, and the skill provides clear installation instructions without automatically fetching or executing untrusted code.
Aucun point d'attention détecté
Exemples
Show active AI coding sessionsWhat sessions are active right now?Is claude running?name: active description: | Show currently active AI coding sessions (Claude Code, Cursor, Codex, Gemini). A session is active if the underlying process is alive and the session file was modified within the last 2 minutes. Use this skill when asked about active sessions, running sessions, what is currently open, or which AI tools are in use right now. Trigger phrases: "active sessions", "running sessions", "what's open", "current sessions", "is claude running", "what sessions are active", "show active". allowed-tools: Bash argument-hint: "" version: 1.0.0
omnisess active
Show currently active AI coding sessions.
Usage
omnisess active
Instructions
- Check that the
omnisessbinary is available:
if ! command -v omnisess &>/dev/null; then
echo "omnisess not found. Install it with:"
echo " go install github.com/psacc/omnisess@latest"
exit 1
fi
- Run the command:
omnisess active "$@"
Notes
A session is considered active when:
- The underlying process (claude, cursor, etc.) is alive in the process table
- The session file was modified less than 2 minutes ago
Example output
claude:5c3f2742 ~/prj/myapp (process alive, modified 47s ago)
Priorisation de Tâches
Productivite
Priorise vos tâches avec les frameworks Eisenhower, ICE et RICE.
Generateur de Rapport Hebdomadaire
Productivite
Generez des rapports de statut hebdomadaires structures et concis.
Rapport de Daily Standup
Productivite
Génère des rapports de daily standup structurés et concis.