Agent Plugins Marketplace
All plugins

session-manager

v1.7.8

List, search, inspect, and safely delete Codex sessions across projects.

Codex4 Skills

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

Installs for the current user
codex plugin marketplace add devgirishattri/agent-plugins
codex plugin marketplace upgrade girishattri-plugins
codex plugin add session-manager@girishattri-plugins

Paste 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-marketplacesession-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-plugins

Clone 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/plugins/session-manager/
├── .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

session-deleteskills/session-delete/SKILL.md

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.

session-listskills/session-list/SKILL.md

List local Codex sessions for the current project or all projects. Use when the user asks to list sessions or inspect recent Codex sessions.

session-searchskills/session-search/SKILL.md

Search local Codex sessions by name, session ID, or project path.

session-statsskills/session-stats/SKILL.md

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

codex/plugins/session-manager/.codex-plugin/plugin.json
{
  "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": []
  }
}

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)