omnistudio-omniscript-generate

Generate and validate Salesforce OmniStudio OmniScript metadata for deployment.

Updated Jun 17, 2026
One-click install
npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill omnistudio-omniscript-generate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: omnistudio-omniscript-generate
Source: https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG/tree/main/.agents/skills/omnistudio-omniscript-generate
Command: npx skills add https://github.com/angryracoon/ARIEF-VISEO-DEV-ORG --skill omnistudio-omniscript-generate

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sf, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill removes the guesswork and manual effort from designing, validating, and preparing Salesforce OmniStudio OmniScripts for deployment. It helps you turn business process requirements into structured, reviewable guided experiences with the right dependencies and guardrails.

Core Features & Use Cases

  • OmniScript Generation: Design multi-step guided flows with appropriate steps, inputs, display elements, actions, and logic.
  • Validation and Scoring: Evaluate OmniScripts against a 120-point rubric covering structure, data integration, error handling, performance, user experience, and security.
  • Deployment Readiness: Check for duplicate Type/SubType/Language combinations, verify prerequisite dependencies, and prepare metadata for deployment.
  • Use Case: Build a service intake OmniScript that prefills account data, validates required fields, calls server-side logic, and produces deployment-safe metadata for the target org.

Quick Start

Provide the OmniScript Type, SubType, Language, purpose, and target org, and I will generate the metadata plan, validation assessment, and deployment guidance.

Frequently Asked Questions about omnistudio-omniscript-generate

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

FAQPage Schema
How do I generate deployment-ready metadata for Salesforce OmniStudio OmniScripts?

You can generate deployment-ready OmniScript metadata by providing the Type, SubType, Language, and target org. The process validates PropertySetConfig settings, checks active Integration Procedure and DataRaptor references, and ensures deployment-safe activation handling.

What is the best way to validate OmniScript structure and configuration before deployment?

Validating OmniScript structure involves evaluating it against a 120-point rubric covering data integration, error handling, performance, and security. This verifies prerequisite dependencies, checks duplicate Type, SubType, and Language values, and ensures accurate PropertySetConfig settings.

Do I need the sf CLI to validate and deploy OmniStudio OmniScripts?

Yes, the sf CLI is required as a dependency to validate and deploy OmniStudio OmniScripts. The Skill uses it to verify accurate Integration Procedure and DataRaptor references, check duplicate combinations, and manage deployment-safe activation.

Can I use this to map dependencies for multi-step guided forms in Salesforce?

Yes, you can map dependencies for multi-step guided forms in Salesforce. The Skill designs guided digital experiences by mapping active Integration Procedure and DataRaptor references, evaluating element selection, and verifying PropertySetConfig settings.

Why does my OmniScript deployment fail due to duplicate Type, SubType, or Language combinations?

OmniScript deployment fails due to duplicate Type, SubType, and Language combinations because these values must be unique. The Skill performs duplicate checks and deployment readiness validation to prevent these conflicts and ensure deployment-safe activation handling in the target org.