Our review
Shows currently active AI coding sessions (Claude Code, Cursor, Codex, Gemini) by checking live processes and recent file modifications.
Strengths
- Quick overview of running AI sessions
- Uses both process table and file timestamps for accuracy
- Simple to use with no arguments
Limitations
- Requires omnisess to be installed separately
- Only shows sessions modified within the last 2 minutes
- May not detect all AI tools not supported by omnisess
When you need a quick status of which AI coding assistants are currently active on your system.
When you need cross-machine monitoring or detailed process information.
Security analysis
SafeThe 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.
No concerns found
Examples
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)
Task Prioritizer
Productivity
Prioritizes your tasks using Eisenhower, ICE, and RICE frameworks.
Weekly Status Report Generator
Productivity
Generate structured and concise weekly status reports.
Daily Standup Report
Productivity
Generates structured and concise daily standup reports.