session-manager
v1.7.8List, search, inspect, and safely delete Codex sessions across projects.
By Girish AttriLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install session-manager for Codex
codex plugin marketplace add devgirishattri/agent-plugins
codex plugin marketplace upgrade girishattri-plugins
codex plugin add session-manager@girishattri-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the girishattri-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “session-manager” remain stable.
- Codex:
session-manager@agent-plugin-marketplace→session-manager@girishattri-plugins
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/devgirishattri/agent-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex/plugins/session-manager/.
Plugin files
├── .codex-plugin/plugin.json├── skills/session-delete/SKILL.md├── skills/session-list/SKILL.md├── skills/session-search/SKILL.md└── skills/session-stats/SKILL.md
Included Skills4
Permanently delete one local Codex session by name, ID, or project query, or bulk-delete the current project's sessions with --all. Use only for user-requested deletion and require a separate explicit final confirmation before any destructive command.
List local Codex sessions for the current project or all projects. Use when the user asks to list sessions or inspect recent Codex sessions.
Search local Codex sessions by name, session ID, or project path.
Show read-only analytics over local Codex session data: per-project session counts, sizes, and last activity, plus totals and the largest sessions. Use when the user asks how much session data exists or which projects/sessions are biggest.
Plugin manifests1
{
"name": "session-manager",
"version": "1.7.8",
"description": "List, search, inspect, and safely delete Codex sessions across projects.",
"author": {
"name": "Girish Attri",
"email": "[email protected]"
},
"homepage": "https://github.com/devgirishattri/agent-plugins",
"repository": "https://github.com/devgirishattri/agent-plugins",
"license": "MIT",
"keywords": [
"session",
"cleanup",
"management",
"maintenance"
],
"skills": "./skills/",
"interface": {
"displayName": "Session Manager",
"shortDescription": "List, search, and safely delete Codex sessions.",
"longDescription": "Utilities for inspecting local Codex sessions, including project-wide listing, search, analytics, and explicit-confirmation deletion through native Codex state management.",
"developerName": "Girish Attri",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://github.com/devgirishattri/agent-plugins",
"defaultPrompt": [
"List my recent Codex sessions.",
"Find sessions for this project.",
"Delete an old Codex session."
],
"composerIcon": "./assets/icon.svg",
"logo": "./assets/icon.svg",
"brandColor": "#2563EB",
"screenshots": []
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[session-manager on Agent Plugins Marketplace](https://pluginsmp.com/plugins/session-manager)