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

Docx Tool

skill-evrenverse-docx-tool-docx-tool · by evrenverse

Inspect, search, read, edit, comment, accept supported tracked changes in, convert, and export Microsoft Word DOCX documents with the docx-tool CLI. Use when an agent must work with DOCX paragraphs, tables, cells, content controls, checkboxes, comments, images, or revisions while keeping reads bounded, using one-based addresses, applying edits transactionally, and verifying the output.

No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add skill-evrenverse-docx-tool-docx-tool

✓ 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-evrenverse-docx-tool-docx-tool)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo 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 Tool? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

DOCX Tool

Use docx-tool instead of writing a one-off Word-processing script.

Prepare

  1. Run command -v docx-tool.
  2. If missing and this repository is available, run uv tool install ..

Otherwise run uv tool install git+https://github.com/evrenverse/docx-tool.

  1. Run docx-tool --version.
  2. Run docx-tool capabilities --json and docx-tool doctor --json.
  3. Use docx-tool schema when constructing structured input.
  4. Work on a copy unless the user explicitly wants an in-place edit.

Inspect before editing

  1. Run docx-tool info --json.
  2. Use find, read --paragraphs, or read --table --cells.
  3. Remember that all DOCX addresses are one-based.
  4. Avoid an unscoped full read when bounded content is enough.

Edit and verify

  1. Prefer one write or batch operation for related edits.
  2. Treat any failed operation as a failed transaction; the CLI writes nothing.
  3. Read every changed paragraph or table cell back with --json.
  4. Report the output path and any round-trip limitation.

Use comment only for an entire ordinary body paragraph. Inspect revisions before accept-changes; that command aborts if unsupported change markup remains. Do not use this CLI to rewrite a digitally signed DOCX.

Read [references/cli.md](references/cli.md) when exact syntax, operation schemas, or LibreOffice requirements are needed.

Source & license

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

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.