AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Docx

skill-rylaispirit-rylai-codex-hermes-skills-docx · by Rylaispirit

Create, inspect, edit, and verify Microsoft Word .docx documents with python-docx. Use when Codex or Hermes must produce a Word report, convert simple Markdown into DOCX, replace text in an existing document, inspect document structure and metadata, or render a DOCX to PDF with an optional local LibreOffice installation.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-rylaispirit-rylai-codex-hermes-skills-docx

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-rylaispirit-rylai-codex-hermes-skills-docx)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Docx? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Rylai DOCX

This is an original Rylai Codex-Hermes workflow. Use the open-source python-docx package for document work and LibreOffice only when local rendering is useful.

Runtime

  • Required for the bundled script: Python 3 and python-docx.
  • Optional: LibreOffice (soffice) for PDF rendering.
  • Resolve scripts/docx_tool.py relative to this skill folder.
  • Do not install packages unless the user approves installation.
  • Set new or modified document author metadata to Rylai unless the user

explicitly requests another author.

Workflow

  1. Inspect source files and identify the requested document structure.
  2. Keep instructions out of the final document body.
  3. Create a new output path instead of overwriting the user's source.
  4. Reopen the saved DOCX to verify that it is readable.
  5. For layout-sensitive work, render to PDF with LibreOffice and inspect the

result.

Bundled CLI

Create a styled DOCX from simple Markdown:

python scripts/docx_tool.py create input.md output.docx --title "Report"

Supported Markdown includes headings, paragraphs, bullet lists, numbered
lists, block quotes, simple emphasis, inline code, and pipe tables.

Inspect structure and metadata:

```bash
python scripts/docx_tool.py inspect output.docx
python scripts/docx_tool.py inspect output.docx --tex

Replace text while keeping the source unchanged:

```bash
python scripts/docx_tool.py replace input.docx output.docx \
  --set "{{client}}=Rylai Studio" \
  --set "{{date}}=2026-08-09"

Render to PDF when LibreOffice is available:

```bash
python scripts/docx_tool.py render output.docx rendered

## Quality Rules

- Preserve the visual conventions of an existing document unless the user
  asks for a redesign.
- Use real heading styles instead of visually enlarged body paragraphs.
- Keep tables readable and avoid squeezing too many columns onto one page.
- Verify metadata, paragraph count, table count, and extracted text with the
  `inspect` command.
- Report that visual verification was skipped when LibreOffice is unavailable.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Rylaispirit](https://github.com/Rylaispirit)
- **Source:** [Rylaispirit/rylai-codex-hermes-skills](https://github.com/Rylaispirit/rylai-codex-hermes-skills)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.