← All skills

Word Document

Your agent can describe a document but not produce a real .docx; this builds one from structured blocks.

Documents

Creates a formatted Word document (.docx) from structured content you describe: reports, memos, proposals, invoices, meeting minutes, or any business document. Lay out sections, headings, bullet lists, tables, and emphasis as part of the document description.

Use when

You want a finished .docx report, proposal, memo, letter, resume, minutes, or record created from your content.

Not for

Editing, reading, or merging an existing .docx, PDF, slides, or spreadsheet, or adding letterhead, logos, footers, page numbers, or images.

What you can do

  • Create a sectioned report or memo with a title, headings, and body paragraphs.
  • Produce a business document such as a proposal, quote, invoice, statement of work, contract, or letter.
  • Produce a structured record such as meeting minutes, a certificate, or a resume, with tables for the structured fields.
  • Lay out content with bullet lists, numbered lists, tables, inline bold or italic emphasis, and page breaks.

What you get back

file (application/vnd.openxmlformats-officedocument.wordprocessingml.document)

Returns a downloadable .docx file via a short-lived link, valid up to 7 days. Fetch or forward it promptly; the link is not permanent.

Run it

Skills run through one gateway with your Faro token. Hand it an intent in plain language; Faro routes to the right sub-skill, runs it, and bills per call.

curl -X POST "https://skill.askfaro.com/skills/word-document/run" \
  -H "Authorization: Bearer $FARO_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{"intent":{"prompt":"Create a project proposal document with an executive summary and timeline"}}'

Example requests

  • Create a project proposal document with an executive summary and timeline
  • Generate a meeting minutes document from these notes
  • Make a simple invoice for consulting services in Word format