Toolverse
All skills

word

by Fergana-Labs

Create, read, edit, and manipulate Microsoft Word documents (.docx files). Use when users ask to work with Word files, create documents, read .docx files, or format text documents.

Installation

Pick a client and clone the repository into its skills directory.

Installation

Quick info

Category
Frontend
Views
105

About this skill

Create, read, edit, and manipulate Microsoft Word documents (.docx files). Use when users ask to work with Word files, create documents, read .docx files, or format text documents.

How to use

  1. Upewnij się, że masz zainstalowane Node.js i TypeScript na swoim systemie, a także biblioteki npm: docx i mammoth, które obsługują odczyt i zapis dokumentów Word.
  2. Aby odczytać istniejący dokument, użyj komendy ts-node src/tools/word-tool.ts read "/ścieżka/do/dokumentu.docx" — narzędzie wyodrębni całą treść tekstową i strukturę dokumentu.
  3. Do utworzenia nowego dokumentu przygotuj strukturę JSON zawierającą tytuł, akapity, nagłówki i ewentualnie tabele, następnie uruchom ts-node src/tools/word-tool.ts create "/ścieżka/do/nowego-dokumentu.docx" z danymi w formacie JSON.
  4. Struktura JSON powinna zawierać pola: title (tytuł dokumentu), paragraphs (lista akapitów), headings (nagłówki z poziomem), tables (tabele z nagłówkami i wierszami).
  5. Umiejętność automatycznie aktywuje się, gdy agent Claude rozpozna, że użytkownik chce pracować z plikami .docx, tworzyć dokumenty lub formatować tekst — nie musisz jej uruchamiać ręcznie.
  6. Wyniki operacji (odczytane treści, potwierdzenia utworzenia) są zwracane do agenta, który może je przetwarzać i prezentować użytkownikowi w czytelnej formie.

Related skills

keyword-research

by openclaw

Discovers high-value keywords with search intent analysis, difficulty assessment, and content opportunity mapping. Essential for starting any SEO or GEO content strategy.

Frontend
24138

react

by lobehub

React component development guide. Use when working with React components (.tsx files), creating UI, using @lobehub/ui components, implementing routing, or building frontend features. Triggers on React component creation, modification, layout implementation, or navigation tasks.

Frontend
2058

2d-games

by davila7

2D game development principles. Sprites, tilemaps, physics, camera.

Frontend
2674

shadcn-ui-setup

by maneeshanif

Install and configure Shadcn/ui component library with Radix UI primitives, Aceternity UI effects, set up components, and manage the component registry. Use when adding Shadcn/ui to a Next.js project or installing specific UI components for Phase 2.

Frontend
23167

browser-automation

by browserbase

Automate web browser interactions using natural language via CLI commands. Use when the user asks to browse websites, navigate web pages, extract data from websites, take screenshots, fill forms, click buttons, or interact with web applications. Triggers include \

Frontend
21175

shadcn-ui

by josechifflet

shadcn/ui component patterns for Next.js 16 applications. This skill should be used when adding UI components, customizing component styles, composing primitives, or integrating forms with react-hook-form. Covers installation, customization, composition patterns, and

Frontend
157206