بنقرة واحدة
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.