Convert a specified file to docx format, or export the last response/whole conversation to export/docx.
Scanned 9/19/2026
Install to Claude Code
npx -y skills add eliranwong/biblemate-agentic-workspace --skill docx --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Docx?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/eliranwong-docx)More formats (shields.io, HTML) on the badges page.
---
name: docx
description: Convert a specified file to docx format, or export the last response/whole conversation to export/docx.
---
# Word Document Conversion & Export Skill
## Overview
This standalone skill enables any agent to perform file conversions to Word (`.docx`) format, or export conversation dialogue to the designated export directory.
## Guidelines & Objectives
When executing this skill:
- Always run the python converter script located at `.agents/skills/docx/docx_converter.py` to perform the conversion or export.
- Execute the script using: `python3 .agents/skills/docx/docx_converter.py "<query>"` where `<query>` is the input prompt or arguments containing the file path or export directives (e.g. `whole`, `conversation`).
- Present the exact output of the script to the user, confirming the paths and file status of the output.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!