skaile.store

@admin/word@0.1.0-SNAPSHOT

word

mcp-server uncategorized
Version: 0.1.0-SNAPSHOT All 4 versions →
Claimed

A stateful Word (.docx) engine an agent edits in place - not a file it regenerates. Opens an existing .docx behind a handle and mutates it through addressable Blocks (paragraphs, headings, tables) instead of the 'emit a whole new file' pattern that discards a document's template, headers, footers, page numbering and images on every edit. Every Block gets an opaque id plus its own computed Number (resolved by walking numId/ilvl through the style chain, never guessed from run text), so 'the last table' or 'section 13.2' addresses one Block, not the whole document. Named styles are the primary text operation - an undefined style name fails STYLE_NOT_FOUND with the document's real style inventory rather than a fuzzy match or an invented style; direct formatting (bold/size/color/font) is reachable only through one explicitly-named escape hatch. document.save backs up, writes to temp, verifies against the source by Part list and uncompressed content (never file size, which zip recompression alone shifts by design), then atomically renames - a failed verification leaves the original untouched. 14 tools across document lifecycle, outline/addressing, text, style, tables, Revision/Comment reading, and Template discovery.

Install

Add this asset to a Skaile workspace:

npx skaile-cli install mcp-server:@admin/word#0.1.0-SNAPSHOT

Source

This version is pinned to an immutable upstream commit. Asset bytes are fetched directly from the repository — the Catalog never stores them.

Commit
2e8f369f36

Files (1)

Show file list 1 file
  • mcp/docx/MCP.md c84c960f502c…

Integrity

Composite content hash over the pinned file set.

ef4426b14f76c8236f7d28e14cd85d255492c6bdcf61ba7170197fb458c90e3b

Files are fetched directly from the source repository at the pinned commit and verified against per-file hashes at install time.

Security

No security assessments for this commit. This does not mean the asset is safe — it has not been scanned.

Manifest

View manifest source

Requires

No declared dependencies.