officecli-word-form

Create and manipulate fillable Word forms with OpenXML and officecli.

1|Updated Jun 10, 2026
One-click install
npx skills add https://github.com/BaranziniLab/BiorOffice --skill officecli-word-form-baranzinilab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: officecli-word-form
Source: https://github.com/BaranziniLab/BiorOffice/tree/main/officecli/skills/officecli-word-form
Command: npx skills add https://github.com/BaranziniLab/BiorOffice --skill officecli-word-form-baranzinilab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires officecli, openpyxl, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This skill helps automate the creation of dynamic Word forms, providing fillable fields and document protection.

Core Features & Use Cases

  • Form Creation: Automatically create Word forms with various types of fillable fields.
  • Document Protection: Implement document protection features like read-only text and locked sections.
  • Use Case: Perfect for creating onboarding forms, HR intake questionnaires, compliance checklists, or contract templates.

Quick Start

Use this skill to generate a new Word form 'intake.docx' with required fields for employee information.

Frequently Asked Questions about officecli-word-form

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create fillable Word forms with document protection automatically?

Create dynamic Word forms with fillable fields and document protection by leveraging OpenXML manipulation and the officecli CLI to generate structured data controls and enforce user restrictions.

Can I lock specific sections and add checkboxes in a Word document using OpenXML?

Yes, you can implement content locking, read-only text, and checkbox selections within Word documents by manipulating OpenXML controls to enforce user restrictions on structured form sections.

Does officecli-word-form require openpyxl to handle Word form fields?

officecli-word-form requires the officecli CLI and openpyxl as dependencies to handle the integration of structured data controls and content locking when manipulating fillable form fields.

What is the best way to automate HR intake questionnaires or compliance checklists in Word?

Automate HR intake questionnaires or compliance checklists by generating dynamic Word documents with fillable form fields, checkbox selections, and document protection features like locked sections.

How to generate a new Word form with required fields for employee information?

Generate a new Word form like 'intake.docx' by using the officecli CLI to create fillable fields, integrate structured data controls, and apply document protection for employee information intake.

Why use OpenXML manipulation instead of manual form creation for Word documents?

OpenXML manipulation allows you to automatically create dynamic Word forms with fillable fields and apply document protection like read-only text, replacing manual form creation with enforced user restrictions.