# sessions > Manage active shell sessions. Use to list, create, or destroy shell sessions on compromised targets. - Author: Monopoly CW - Repository: veil-protocol/usf-7 - Version: 20260125012158 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/veil-protocol/usf-7 - Web: https://mule.run/skillshub/@@veil-protocol/usf-7~sessions:20260125012158 --- --- name: sessions description: Manage active shell sessions. Use to list, create, or destroy shell sessions on compromised targets. argument-hint: [list|create|destroy|info] --- # Session Management Manage sessions: $ARGUMENTS ## Actions - `list` - Show all active sessions - `create` - Create new session - `destroy` - Remove a session - `info` - Get session details - `cleanup` - Remove stale sessions - `stats` - Session statistics ## Execution ``` mcp__omega-nexus__omega_sessions( action="$ARGUMENTS", session_id=, target= ) ``` ## Output Display session information in table format.