email-setup
SolidSet up this assistant's own `[name].vellum.me` domain and email address (one-time setup)
AI & Automation 648 stars
94 forks Updated today MIT
Install
Quality Score: 91/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
You are setting up your own custom domain and email address. This is a one-time operation — once you have a domain and email, you do not need to run this again.
## Prerequisites
Only proceed if the user explicitly asks you to create or set up **your own** (the assistant's) email address — e.g., "set up your email", "create your email address", "I want you to have your own email". Generic email requests like "send an email", "check my email", or "set up email" are about the **user's personal email** and should be handled by the Messaging skill, not this one. Do NOT proactively run this skill.
## Step 1: Check if Domain & Email Already Exist
```bash
assistant domain status --json
assistant email status --json
```
If both commands show an active domain and email address, tell the user the existing address and stop.
If an email exists but no domain, the email was set up under the legacy shared domain — it still works. Ask the user if they want to keep it or migrate to a custom subdomain.
## Step 2: Register Your Domain
Each assistant gets its own subdomain (e.g. `mybot.vellum.me`). This must be registered before creating an email address.
```bash
assistant domain register <subdomain>
```
For `<subdomain>`, use your assistant name (lowercased, alphanumeric, hyphens allowed). Check your identity from `IDENTITY.md` to determine your name. If you don't have a name yet, ask the user what subdomain they'd like.
If the domain is already registered, `domain status` will show i...
Details
- Author
- vellum-ai
- Repository
- vellum-ai/vellum-assistant
- Created
- 4 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
messaging
Read, search, send, and manage messages across Gmail, Outlook, Telegram, and other platforms
648 Updated today
vellum-ai AI & Automation Solid
guardian-verify-setup
Set up channel verification for phone, Telegram, Slack, or email channels via outbound verification flow
648 Updated today
vellum-ai AI & Automation Solid
cli-testing
Manually test a running Vellum assistant end-to-end purely from the CLI — no desktop app or web UI. Hatch an instance, send messages, watch the reply, and tear it down. Use when verifying assistant behavior, reproducing a bug, or smoke-testing a change without the macOS/web clients.
648 Updated today
vellum-ai