Agent Plugins Marketplace
All plugins

clp

v0.4.0

Compress, search, and decompress Claude Code and Codex session log archives with CLP.

CodexClaude Code

By YScope0 GitHub starsUpdated 4 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 24, 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 clp for Codex and Claude Code

Installs for the current user
codex plugin marketplace add y-scope/coding-agent-integration
codex plugin marketplace upgrade yscope
codex plugin add clp@yscope

Paste and run these commands in a terminal with Codex. They add and refresh the yscope catalog, then install this plugin.

Compatibility: the page URL and API slug “clp” remain stable.

  • Codex: clp@agent-plugin-marketplaceclp@yscope

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/y-scope/coding-agent-integration

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/clp/.

Plugin files

plugins/clp/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/clp/.codex-plugin/plugin.json
{
  "name": "clp",
  "version": "0.4.0",
  "description": "Compress, search, and decompress Claude Code and Codex session log archives with CLP.",
  "author": {
    "name": "YScope"
  },
  "keywords": [
    "yscope",
    "clp",
    "clp-s",
    "logs",
    "jsonl",
    "compression",
    "claude-code",
    "codex"
  ],
  "skills": "./skills-codex/",
  "interface": {
    "displayName": "CLP",
    "shortDescription": "Compress and search Claude Code and Codex session logs with CLP.",
    "longDescription": "Use CLP to compress selected Claude Code or Codex JSONL session logs, search regular CLP archive directories with KQL, and decompress local archive directories.",
    "developerName": "YScope",
    "category": "Productivity",
    "capabilities": [
      "Search",
      "Write"
    ],
    "defaultPrompt": [
      "Search my coding-agent session logs with CLP.",
      "Compress my latest Codex or Claude session log.",
      "Decompress a CLP archive directory."
    ],
    "brandColor": "#1888FA"
  }
}
plugins/clp/.claude-plugin/plugin.json
{
  "name": "clp",
  "displayName": "CLP",
  "version": "0.4.0",
  "description": "Compress, search, and decompress Claude Code and Codex session log archives with CLP.",
  "skills": "./skills-claude/",
  "author": {
    "name": "YScope"
  },
  "keywords": [
    "yscope",
    "clp",
    "clp-s",
    "logs",
    "jsonl",
    "compression",
    "claude-code",
    "codex"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[clp on Agent Plugins Marketplace](https://pluginsmp.com/plugins/clp)