BeClaude

openai-doc

New
Community RegistryDocumentationby OpenAI

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. Originally from OpenAI's curated skills catalog.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/openai-doc.md https://raw.githubusercontent.com/trailofbits/skills-curated/main/SKILL.md
3
Invoke in Claude Code
/openai-doc
documentationpython

Frequently Asked Questions

What is openai-doc?

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. Originally from OpenAI's curated skills catalog.

How to install openai-doc?

To install openai-doc, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /openai-doc.

What is openai-doc best for?

openai-doc is a community categorized under Documentation. It is designed for: documentation, python. Created by OpenAI.