用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vellum-ai/vellum-assistant --skill followups命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Use when the user wants to build, scaffold, ship, or edit a Vellum plugin that bundles multiple surfaces (hooks, tools, skills, and more) into one installable package.
Perform a one-time migration from memory v1, to memory v2, which was introduced in 0.8.0.
Migrate from ChatGPT, Claude, OpenClaw, Hermes, Manus, and other AI assistants into Vellum by inspecting their data exports, conversation archives, files, prompts, custom instructions, memory, saved memories, tools, GPTs, workflows, integrations, and relationships, then mapping as much as safely possible into Vellum primitives. Handles single-source and multi-source migrations with a unified, deduplicated inventory.
基于 SOC 职业分类
| name | followups |
| description | Track sent messages awaiting responses across communication channels |
| compatibility | Designed for Vellum personal assistants |
| metadata | {"emoji":"📨","vellum":{"display-name":"Followups","category":"messaging"}} |
Track messages sent on external channels (email, Slack, WhatsApp, etc.) that are awaiting a response.
Each follow-up moves through these states:
When expected_response_hours is set, the follow-up automatically becomes overdue after that window. If a contact_id is provided, the contact's importance score can inform grace period decisions.
Follow-ups can be resolved in two ways:
followup_list with overdue_only: true to find conversations that need attention.reminder_schedule_id to link a recurring reminder schedule to a follow-up.