Agent Plugins Marketplace
← All plugins

cc-print

v1.1.3

Export Claude Code or Codex conversations to terminal-styled PNG, SVG, PDF or HTML, with syntax highlighting, dark and light themes, and range selection (last N exchanges, from or until a topic).

CodexClaude Code

By Guillaume LebedelLicense: MIT0 GitHub starsUpdated 1 hour ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add glebedel/glstack-plugins
codex plugin marketplace upgrade glstack-plugins
codex plugin add cc-print@glstack-plugins

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

Compatibility: the page URL and API slug “cc-print” remain stable.

  • Codex: cc-print@agent-plugin-marketplace → cc-print@glstack-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/glebedel/glstack-plugins

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

Plugin files

plugins/productivity/cc-print/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/productivity/cc-print/.codex-plugin/plugin.json
{
  "name": "cc-print",
  "version": "1.1.3",
  "description": "Export Claude Code or Codex conversations to terminal-styled PNG, SVG, PDF or HTML, with syntax highlighting, dark and light themes, and range selection (last N exchanges, from or until a topic).",
  "author": {
    "name": "Guillaume Lebedel",
    "url": "https://github.com/glebedel"
  },
  "homepage": "https://github.com/glebedel/glstack-plugins",
  "repository": "https://github.com/glebedel/glstack-plugins",
  "interface": {
    "displayName": "CC Print",
    "shortDescription": "Export Claude Code or Codex conversations to terminal-styled PNG, SVG, PDF or HTML, with syntax highlighting, dark…",
    "longDescription": "Export Claude Code or Codex conversations to terminal-styled PNG, SVG, PDF or HTML, with syntax highlighting, dark and light themes, and range selection (last N exchanges, from or until a topic).",
    "developerName": "Guillaume Lebedel",
    "category": "Productivity",
    "capabilities": [
      "Interactive"
    ],
    "websiteURL": "https://github.com/glebedel/glstack-plugins",
    "defaultPrompt": [
      "Use CC Print to run this workflow."
    ]
  },
  "license": "MIT",
  "keywords": [
    "print",
    "export",
    "conversation",
    "transcript",
    "screenshot",
    "png",
    "pdf",
    "terminal"
  ],
  "skills": "./.codex/skills/"
}
plugins/productivity/cc-print/.claude-plugin/plugin.json
{
  "name": "cc-print",
  "description": "Export Claude Code or Codex conversations to terminal-styled PNG, SVG, PDF or HTML, with syntax highlighting, dark and light themes, and range selection (last N exchanges, from or until a topic).",
  "version": "1.1.3",
  "author": {
    "name": "Guillaume Lebedel",
    "url": "https://github.com/glebedel"
  },
  "homepage": "https://github.com/glebedel/glstack-plugins",
  "repository": "https://github.com/glebedel/glstack-plugins",
  "license": "MIT",
  "keywords": [
    "print",
    "export",
    "conversation",
    "transcript",
    "screenshot",
    "png",
    "pdf",
    "terminal"
  ]
}

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

[cc-print on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cc-print)