원클릭으로
document
Write, draft, or compose long-form text (blog posts, articles, essays, reports, guides)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write, draft, or compose long-form text (blog posts, articles, essays, reports, guides)
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Spawn external coding agents via the Agent Client Protocol (ACP)
Build interactive apps, dashboards, calculators, games, trackers, tools, landing pages, and data visualizations with Preact/TypeScript/CSS
Drive a specific named macOS app via raw input bypassing the Accessibility tree
Control the macOS desktop
Manage contacts, communication channels, access control, and invite links
Track sent messages awaiting responses across communication channels
| name | document |
| description | Write, draft, or compose long-form text (blog posts, articles, essays, reports, guides) |
| compatibility | Designed for Vellum personal assistants |
| metadata | {"emoji":"📄","vellum":{"display-name":"Document","activation-hints":["User asks to write, draft, or collaborate on long-form content — use the document editor for a better editing experience","When content will be iterated on, reviewed, or exported, prefer the document editor over inline markdown","When a file attachment contains a draft or document the user wants to iterate on, open it in the editor"]}} |
Create and edit long-form documents using the built-in rich text editor. Documents open in workspace mode with chat docked to the side.
surface_id for subsequent updates.surface_id. Supports replace (overwrite) and append (add to end) modes.document_create with a title (inferred from the request). Call the tool immediately, not after conversational preamble.# for titles, ## for sections), bold, italic, code blocks, tables, lists, blockquotes as appropriate.document_update MULTIPLE times, not just once. Break content into logical chunks (paragraphs, sections, or every 200-300 words). Call document_update with mode: "append" for EACH chunk separately. The user experiences real-time content appearing as you write.document_update with replace for full rewrites or append for additions.mode parameter on document_update defaults to append.