Agent Plugins Marketplace
All plugins

openai-office-skills

v1.0.1

Official OpenAI skills for PDF, Word, PowerPoint, and Excel files.

CodexClaude Code4 Skills

License: MIT1.1k GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Aug 28, 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add openai-office-skills@agent-plugin-marketplace

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

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/fcakyon/claude-codex-settings

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

Plugin files

plugins/openai-office-skills/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/doc/SKILL.md
├── skills/pdf/SKILL.md
├── skills/slides/SKILL.md
└── skills/spreadsheet/SKILL.md

Included Skills4

docskills/doc/SKILL.md

Use when the task involves reading, creating, or editing `.docx` documents, especially when formatting or layout fidelity matters; prefer `python-docx` plus the bundled `scripts/render_docx.py` for visual checks.

pdfskills/pdf/SKILL.md

Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as `reportlab`, `pdfplumber`, and `pypdf` for generation and extraction.

slidesskills/slides/SKILL.md

Create and edit presentation slide decks (`.pptx`) with PptxGenJS, bundled layout helpers, and render/validation utilities. Use when tasks involve building a new PowerPoint deck, recreating slides from screenshots/PDFs/reference decks, modifying slide content while preserving editable output, adding charts/diagrams/visuals, or diagnosing layout issues such as overflow, overlaps, and font substitution.

spreadsheetskills/spreadsheet/SKILL.md

Use when tasks involve creating, editing, analyzing, or formatting spreadsheets (`.xlsx`, `.csv`, `.tsv`) with formula-aware workflows, cached recalculation, and visual review.

Plugin manifests2

plugins/openai-office-skills/.codex-plugin/plugin.json
{
  "name": "openai-office-skills",
  "version": "1.0.1",
  "description": "Official OpenAI skills for PDF, Word, PowerPoint, and Excel files.",
  "license": "MIT"
}
plugins/openai-office-skills/.claude-plugin/plugin.json
{
  "name": "openai-office-skills",
  "version": "1.0.1",
  "description": "Official OpenAI skills for PDF, Word, PowerPoint, and Excel files.",
  "license": "MIT"
}

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

[openai-office-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/openai-office-skills)