← all publishers

vellum-ai

@vellum-ai source repo

156 published skills · page 2 of 2

  1. LLM Provider Setup · vellum-ai
    Set 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.
    0
    installs
  2. Stripe Link Wallet · vellum-ai bundle
    Agent 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
    0
    installs
  3. Vellum Browser Use · vellum-ai
    Browse the web using `assistant browser` CLI commands
    0
    installs
  4. Vercel Token Setup · vellum-ai bundle
    Set up a Vercel API token for publishing apps using browser automation
    0
    installs
  5. Windows Automation · vellum-ai
    Automate 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.
    0
    installs
  6. CLI Testing · vellum-ai
    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.
    0
    installs
  7. Assistant Migration · vellum-ai bundle
    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.
    0
    installs
  8. Headless Claude Code · vellum-ai
    Reference 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
    0
    installs
  9. Memory Corpus Ingest · vellum-ai bundle
    Ingest 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.
    0
    installs
  10. Conversation Launcher · vellum-ai
    Offer 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.
    0
    installs
  11. Guardian Verify Setup · vellum-ai
    Set up channel verification for phone, Telegram, Slack, Discord, or email channels via outbound verification flow
    0
    installs
  12. Vellum Self Knowledge · vellum-ai
    Answer questions about Vellum, its config, billing, and hosting from live sources of truth
    0
    installs
  13. Vellum Skills Catalog · vellum-ai
    Discover bundled skills and search/install community skills from the skills.sh registry
    0
    installs
  14. Chat Complex Documents · vellum-ai bundle
    Chat 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.
    0
    installs
  15. Restaurant Reservation · vellum-ai
    Book reservations on OpenTable or Resy with explicit confirmations
    0
    installs
  16. Vellum Workspace Theme · vellum-ai
    Customize 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.
    0
    installs
  17. Deploy Fullstack Vercel · vellum-ai
    Build and deploy a full-stack app (React frontend + Python/FastAPI backend) or a Vellum app to Vercel as a serverless demo with seeded data
    0
    installs
  18. Vellum Github App Setup · vellum-ai bundle
    Create 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.
    0
    installs
  19. Vellum Terminal Sessions · vellum-ai bundle
    Manage persistent tmux terminal sessions: create, read, write to, list, and close named shell sessions. For Claude Code or Codex, use the ACP skill instead.
    0
    installs
  20. E2e · vellum-ai
    Run end-to-end tests via the CI workflow.
    0
    installs
  21. Vellum OAUTH Integrations · vellum-ai bundle
    Act on behalf of your user in any third-party software that supports OAuth 2.0
    0
    installs
  22. Vellum Client Capabilities · vellum-ai
    Truthful 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.
    0
    installs
  23. Vellum Memory V2 Migration · vellum-ai bundle
    Perform a one-time migration from memory v1, to memory v2, which was introduced in 0.8.0.
    0
    installs
  24. Vellum Memory V3 Migration · vellum-ai bundle
    One-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.
    0
    installs
  25. Vellum Pr Readiness · vellum-ai
    Prepare 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.
    0
    installs
  26. Vellum Change Review · vellum-ai
    Review 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.
    0
    installs
  27. Vellum Boundary Guard · vellum-ai
    Check 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.
    0
    installs
  28. Vellum Test Selection · vellum-ai
    Select 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.
    0
    installs
  29. Vellum Skill Authoring · vellum-ai
    Author 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.
    0
    installs
  30. Vellum Conversation Management · vellum-ai
    Manage conversation threads (rename, list, search, export)
    0
    installs
  31. Vellum User Facing Copy · vellum-ai
    Review 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.
    0
    installs
  32. Acp · vellum-ai bundle
    Set up, authenticate, and run external coding agents (Claude Code, Codex) via the Agent Client Protocol
    0
    installs
  33. Vellum Migration Checklist · vellum-ai
    Validate 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.
    0
    installs
  34. Vellum Feature Flag Rollout · vellum-ai
    Guide 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.
    0
    installs
  35. Contacts · vellum-ai bundle
    Manage contacts, communication channels, access control, and invite links
    0
    installs
  36. Schedule · vellum-ai bundle
    Reminders, automations, and recurring page, dashboard, or status monitoring (cron, RRULE, or fire-at)
    0
    installs
  37. Settings · vellum-ai bundle
    Manage assistant voice and system settings
    0
    installs
  38. Subagent · vellum-ai bundle
    Spawn and manage autonomous background agents for parallel work
    0
    installs
  39. Followups · vellum-ai bundle
    Track sent messages awaiting responses across communication channels
    0
    installs
  40. Messaging · vellum-ai bundle
    Read, search, send, and manage messages across Gmail, Outlook, Telegram, and other platforms
    0
    installs
  41. Playbooks · vellum-ai bundle
    Trigger-action automation rules for handling incoming messages
    0
    installs
  42. Sequences · vellum-ai bundle
    Create and manage automated email drip sequences
    0
    installs
  43. Visualize · vellum-ai
    Render 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.
    0
    installs
  44. Workflows · vellum-ai bundle
    Delegate a big or high-stakes job to a fleet of parallel subagents, orchestrated deterministically; runs unattended and reports back
    0
    installs
  45. Transcribe · vellum-ai bundle
    Transcribe audio and video files using the configured speech-to-text provider
    0
    installs
  46. App Builder · vellum-ai bundle
    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. 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).
    0
    installs
  47. App Control · vellum-ai bundle
    Drive a specific named macOS app via raw input bypassing the Accessibility tree
    0
    installs
  48. Phone Calls · vellum-ai bundle
    Make outgoing phone calls, receive incoming calls, and pull up past call transcripts
    0
    installs
  49. Computer Use · vellum-ai bundle
    Control a connected desktop
    0
    installs
  50. Image Studio · vellum-ai bundle
    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.
    0
    installs
  51. Document Editor · vellum-ai bundle
    Use 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.
    0
    installs
  52. Media Processing · vellum-ai bundle
    Ingest and process media files (video, audio, image)
    0
    installs
  53. Skill Management · vellum-ai bundle
    Create, 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.
    0
    installs
  54. Screen Annotation · vellum-ai bundle
    Point at things on the screen the user is showing you
    0
    installs
  55. Conversation Groups · vellum-ai bundle
    Organize conversations into custom sidebar groups — list groups, create new ones, and file conversations into them
    0
    installs
  56. System Storage Cleanup · vellum-ai
    Handle disk pressure, critically low storage, safe storage limits, and storage cleanup mode by inspecting disk usage and proposing safe cleanup steps.
    0
    installs