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