word

This skill allows you to work with Microsoft Word documents using Node.js tools.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "word" with this command: npx skills add fergana-labs/claude_agent_desktop/fergana-labs-claude-agent-desktop-word

Word Document Tool

This skill allows you to work with Microsoft Word documents using Node.js tools.

Capabilities

  • Read existing Word documents and extract text content

  • Create new Word documents with formatted text, headings, paragraphs, and tables

  • Modify existing documents by appending content

  • Extract document structure and formatting

When to Use

Invoke this skill when the user:

  • Mentions Word documents, .docx files, or document creation

  • Asks to read, create, modify, or format text documents

  • Needs to generate reports, letters, or formatted documents

  • Wants to extract text from existing Word files

How to Use

The Word tool is implemented as a TypeScript script at src/tools/word-tool.ts . You can invoke it using the Bash tool:

Reading a Document

ts-node src/tools/word-tool.ts read "/path/to/document.docx"

Creating a Document

ts-node src/tools/word-tool.ts create "/path/to/new-document.docx" '{"title":"My Document","paragraphs":["First paragraph","Second paragraph"]}'

JSON Structure for Creating Documents

When creating documents, use this JSON format:

{ "title": "Document Title", "paragraphs": ["Paragraph 1", "Paragraph 2"], "headings": [{"text": "Section 1", "level": 1}], "tables": [{"headers": ["Col1", "Col2"], "rows": [["A", "B"]]}] }

Implementation

Uses the docx and mammoth npm libraries for reading and writing Word documents.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

excel

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

powerpoint

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

ai-news-pipeline-new

Run a self-contained Chinese and international AI news workflow inside the current workspace. Use when the user wants to collect RSS news, filter domestic an...

Registry SourceRecently Updated
440Profile unavailable
Automation

word-document-organizer

智能整理Word文档,自动格式化、生成目录、统一样式,支持学术/商务/极简模板

Registry SourceRecently Updated
2230Profile unavailable