원클릭으로
playbooks
Trigger-action automation rules for handling incoming messages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Trigger-action automation rules for handling incoming messages
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Spawn external coding agents via the Agent Client Protocol (ACP)
Build and edit small, personal visual tools and artifacts — dashboards, trackers, calculators, data visualizations, charts, simple landing pages, and slide decks the user wants for THEMSELVES. This is the right skill whenever the user asks to "visualize this," "make a chart," or "build an artifact" for their own use, or to edit an app they already built here. Do NOT reach for a ui_show dynamic_page to fake an artifact — build a real persistent app here. NOT for complex, multi-user, or shippable products — those go to a real project folder with a coding agent (see Scope below).
Create images from a text description, or edit photos and graphics the user provides (remove backgrounds or watermarks, retouch, restyle, in-paint). Can produce multiple variants when the user wants options to choose from.
Read, search, send, and manage messages across Gmail, Outlook, Telegram, and other platforms
Manage assistant voice and system settings
Use when the user wants to build, scaffold, ship, or edit a Vellum plugin that bundles hooks, tools, and skills into one installable package.
| name | playbooks |
| description | Trigger-action automation rules for handling incoming messages |
| compatibility | Designed for Vellum personal assistants |
| metadata | {"emoji":"📖","vellum":{"display-name":"Playbooks","category":"productivity"}} |
Playbooks are trigger-action automation rules that tell the assistant how to handle incoming messages matching a pattern.
Each playbook has:
auto -- execute immediately without askingdraft -- prepare a response for user review (default)notify -- alert the user onlyplaybook_create specifying trigger and action.playbook_list, optionally filtering by channel or category.playbook_update or remove them with playbook_delete.Playbooks are stored as memory items with semantic retrieval, enabling fuzzy matching of incoming messages against trigger patterns.