settings

Configure and persist Vellum assistant voice and system settings.

1.0k|158|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/vellum-ai/vellum-assistant --skill settings-vellum-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: settings
Source: https://github.com/vellum-ai/vellum-assistant/tree/main/assistant/src/config/bundled-skills/settings
Command: npx skills add https://github.com/vellum-ai/vellum-assistant --skill settings-vellum-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Configures and persists voice and system settings for the Vellum assistant, enabling you to tailor how it speaks and how you interact with it.

Core Features & Use Cases

  • Voice configuration: set the TTS voice, activation key, and conversation timeout.
  • System settings navigation: guide and adjust system permissions and privacy prompts.
  • In-app settings navigation: quickly reach the General, Models & Services, and Voice tabs.

Quick Start

Tell the assistant to update its voice, key bindings, and settings preferences.

Frequently Asked Questions about settings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure TTS voice settings for my assistant?

You can configure TTS voice settings by instructing the assistant to update its voice preferences. The system validates your inputs and updates the canonical services.tts configuration with per-user isolation and immediate effect.

Can I change the activation key and conversation timeout during runtime?

Yes, you can change the activation key and conversation timeout during runtime. The settings skill applies these updates immediately by validating inputs and writing to client settings with configuration persistence.

How do I navigate to the General, Models & Services, and Voice tabs?

You can navigate to the General, Models & Services, and Voice tabs using the in-app settings navigation feature. This system settings navigation quickly guides and adjusts your UI navigation preferences and privacy prompts.

Does updating system settings require onboarding to be complete?

No, updating system settings does not require onboarding to be complete. The settings skill applies voice and system configurations during both onboarding and runtime adjustments, updating client settings with immediate effect.

Why are my voice configuration changes not saving?

Voice configuration changes might not save if input validation fails. The settings skill validates all inputs before writing to client settings and updating the canonical services.tts configuration to ensure per-user isolation and persistence.