vellum-ai
- 156 skills
- 0 followers
- 1 day ago last updated
- ▌ LLM Provider Setup · vellum-aiSet up a new LLM provider connection, discover valid model ids, create and validate a model profile — securely and end-to-end via CLI. Covers managed vs BYO keys, secure credential collection, model discovery, profile creation, and live verification.
- ▌ Stripe Link Wallet · vellum-ai bundleAgent wallet on the Stripe Link CLI (link-cli). Connect the wallet, then buy, purchase and pay for things on the user's behalf via approved spend requests, one-time-use cards, and 402 / Machine Payment Protocol (MPP) payments
- ▌
- ▌ Vercel Token Setup · vellum-ai bundleSet up a Vercel API token for publishing apps using browser automation
- ▌ Windows Automation · vellum-aiAutomate native Windows apps and system interactions with PowerShell, documented COM APIs, and Microsoft UI Automation through the Windows host executor. Use for launching or inspecting desktop apps, opening Windows Settings, controlling scriptable Microsoft Office apps, and interacting with native UI when no direct CLI or API is available.
- ▌ CLI Testing · vellum-aiManually 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.
- ▌ Assistant Migration · vellum-ai bundleMigrate 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.
- ▌ Headless Claude Code · vellum-aiReference guide for running Claude Code in third-party headless, container, and CI environments. Covers auth strategies, interactive mode pitfalls, tmux orchestration, root user workarounds, and git auth without SSH agents or keychains
- ▌ Memory Corpus Ingest · vellum-ai bundleIngest a large dataset into memory as a skimmed map. Cold-store the raw files under a workspace imports directory, census them into a slice plan, skim each slice into compact map pages that point back at the raw files, ingest the map with the memory ingest CLI, and author a drill-in retrieval skill so the corpus stays searchable on demand. For recording archives, transcript collections, document dumps, and any corpus too large to hold in memory directly.
- ▌ Conversation Launcher · vellum-aiOffer the user several spin-off conversations as clickable buttons on a single persistent card. Each click spawns a fresh seeded conversation in the sidebar; the user keeps their place in the current conversation. Use when you want to branch into N focused threads (research directions, draft choices, pending replies, triage of N items) without losing the current context. Not for single-destination pivots — just reply inline.
- ▌ Guardian Verify Setup · vellum-aiSet up channel verification for phone, Telegram, Slack, Discord, or email channels via outbound verification flow
- ▌ Vellum Self Knowledge · vellum-aiAnswer questions about Vellum, its config, billing, and hosting from live sources of truth
- ▌ Vellum Skills Catalog · vellum-aiDiscover bundled skills and search/install community skills from the skills.sh registry
- ▌ Chat Complex Documents · vellum-ai bundleChat with and search your complex documents — ask questions, extract tables and fields, and get answers grounded in the source. Connects the hosted Unstructured Transform MCP server to parse, structure, and enrich PDFs, Word/Excel/PowerPoint, images, scanned files, emails, and 60+ other formats into clean, AI-ready text for search, Q&A, and summarization without building a custom parsing pipeline.
- ▌ Restaurant Reservation · vellum-aiBook reservations on OpenTable or Resy with explicit confirmations
- ▌ Vellum Workspace Theme · vellum-aiCustomize the app's visual theme — author design-token overrides (accent, background, surfaces, text, message-bubble colors) in the workspace ui/theme.json, validated by the assistant runtime and applied live to connected clients. Covers the token slots, the all-or-none override groups, the contrast floor, and reading back validation issues.
- ▌ Deploy Fullstack Vercel · vellum-aiBuild and deploy a full-stack app (React frontend + Python/FastAPI backend) or a Vellum app to Vercel as a serverless demo with seeded data
- ▌ Vellum Github App Setup · vellum-ai bundleCreate and configure a GitHub App so the assistant can push commits, open PRs, and comment under its own bot identity. Use when the user wants the assistant to have its own GitHub identity, or when setting up git push access for the first time.
- ▌ Vellum Terminal Sessions · vellum-ai bundleManage persistent tmux terminal sessions: create, read, write to, list, and close named shell sessions. For Claude Code or Codex, use the ACP skill instead.
- ▌
- ▌ Vellum OAUTH Integrations · vellum-ai bundleAct on behalf of your user in any third-party software that supports OAuth 2.0
- ▌ Vellum Client Capabilities · vellum-aiTruthful answers about what the Vellum client apps can and cannot do on the user's device. Device location and GPS are unavailable in every client and there is no location permission prompt to approve, so location requests are answered by asking for a typed city or address instead.
- ▌ Vellum Memory V2 Migration · vellum-ai bundlePerform a one-time migration from memory v1, to memory v2, which was introduced in 0.8.0.
- ▌ Vellum Memory V3 Migration · vellum-ai bundleOne-time migration of an existing memory-v2 concept corpus into the memory-v3 section-grain "wiki" — topical articles with a stand-alone lead and queryable sections — with loss-proof staging, assistant-reviewed authoring, and a retrieval-eval gate before cutover.
- ▌ Vellum Pr Readiness · vellum-aiPrepare Vellum Assistant branches for review by checking git hygiene, PR scope, tests, docs, migrations, Linear linking, and companion repo needs. Use before creating a pull request, splitting work into PRs, or asking whether a branch is ready.
- ▌ Vellum Change Review · vellum-aiReview Vellum Assistant code changes for correctness, repo-specific quality rules, security risks, and missing validation. Use when reviewing diffs, preparing a PR, finishing implementation work, or when the user asks for a code review, quality pass, or pre-merge check in this repository.
- ▌ Vellum Boundary Guard · vellum-aiCheck Vellum Assistant architecture and package boundaries. Use when editing imports, moving code, adding endpoints, touching assistant/gateway/client/skill boundaries, or reviewing architecture-sensitive changes.
- ▌ Vellum Test Selection · vellum-aiSelect focused verification commands for Vellum Assistant changes. Use when deciding what tests, typechecks, lints, or smoke checks to run after editing this repository, especially before commits and pull requests.
- ▌ Vellum Skill Authoring · vellum-aiAuthor and review first-party Vellum skills in the repository. Use when editing files under skills/, assistant bundled skills, skill manifests, tool definitions, SKILL.md files, or first-party skill portability and isolation behavior.
- ▌ Vellum Conversation Management · vellum-aiManage conversation threads (rename, list, search, export)
- ▌ Vellum User Facing Copy · vellum-aiReview Vellum Assistant user-facing copy, examples, docs, CLI output, UI strings, and assistant-facing release notes. Use when editing text users may read, including README files, SKILL.md files, CLI messages, route errors, update bulletins, and client UI labels.
- ▌ Acp · vellum-ai bundleSet up, authenticate, and run external coding agents (Claude Code, Codex) via the Agent Client Protocol
- ▌ Vellum Migration Checklist · vellum-aiValidate Vellum Assistant database and workspace migrations. Use when adding, editing, reviewing, or testing migrations, release-note migrations, persisted schemas, workspace file formats, or data backfills.
- ▌ Vellum Feature Flag Rollout · vellum-aiGuide Vellum Assistant feature flag changes and rollout hygiene. Use when adding, editing, reviewing, or documenting assistant feature flags, rollout-gated behavior, or platform flag follow-up work.
- ▌ Contacts · vellum-ai bundleManage contacts, communication channels, access control, and invite links
- ▌ Schedule · vellum-ai bundleReminders, automations, and recurring page, dashboard, or status monitoring (cron, RRULE, or fire-at)
- ▌
- ▌
- ▌
- ▌ Messaging · vellum-ai bundleRead, search, send, and manage messages across Gmail, Outlook, Telegram, and other platforms
- ▌
- ▌
- ▌ Visualize · vellum-aiRender a polished visual inline in the chat as part of your answer — a diagram, a chart, an interactive explainer, or a UI mockup. Load it proactively whenever an explanation would land better as a picture than as prose. Do not wait to be asked.
- ▌ Workflows · vellum-ai bundleDelegate a big or high-stakes job to a fleet of parallel subagents, orchestrated deterministically; runs unattended and reports back
- ▌ Transcribe · vellum-ai bundleTranscribe audio and video files using the configured speech-to-text provider
- ▌ App Builder · vellum-ai bundleBuild 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. A one-off diagram, chart, or explainer that just accompanies an answer belongs to the visualize skill (ui_show visual), not an app. NOT for complex, multi-user, or shippable products — those go to a real project folder with a coding agent (see Scope below).
- ▌ App Control · vellum-ai bundleDrive a specific named macOS app via raw input bypassing the Accessibility tree
- ▌ Phone Calls · vellum-ai bundleMake outgoing phone calls, receive incoming calls, and pull up past call transcripts
- ▌
- ▌ Image Studio · vellum-ai bundleCreate 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.
- ▌ Document Editor · vellum-ai bundleUse whenever the user wants to write or draft an article, blog post, essay, report, or any long-form content. Creates the content in a rich text editor instead of dumping it in chat, so it can be streamed, reviewed, edited, and exported.
- ▌
- ▌ Skill Management · vellum-ai bundleCreate, edit, and delete custom managed skills in the user's workspace. Use whenever the user wants to author a new skill from a description, scaffold a SKILL.md, or remove a skill they no longer need.
- ▌
- ▌ Conversation Groups · vellum-ai bundleOrganize conversations into custom sidebar groups — list groups, create new ones, and file conversations into them
- ▌ System Storage Cleanup · vellum-aiHandle disk pressure, critically low storage, safe storage limits, and storage cleanup mode by inspecting disk usage and proposing safe cleanup steps.