From velen
Use when the user wants to inspect company or customer data that lives behind Velen, resolve org or source context, validate or execute ad hoc read-only SQL against a Velen-connected source, or inspect published insights. Do not use for local databases, direct credentials, or write operations that bypass Velen access controls.
How this skill is triggered — by the user, by Claude, or both
Slash command
/velen:askThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use `velen` when you need auditable terminal access to a company's Velen-connected data. Prefer it over ad hoc credentials because auth, org access, and source capability checks are enforced by the CLI and server.
Use velen when you need auditable terminal access to a company's Velen-connected data. Prefer it over ad hoc credentials because auth, org access, and source capability checks are enforced by the CLI and server.
This skill is for read-only analysis through Velen-managed access.
--org <slug> on org-scoped commands rather than relying on persisted local state.velen must be available in the environment.velen auth login is required.Follow these steps in order. Do not skip steps.
command -v velen.velen is missing, install it with npm install -g @wordbricks/velen.velen auth whoami.velen auth login and complete browser authorization.velen schema commands or velen schema command <path> before proceeding.velen org current.velen org list.velen org current is unresolved, do not run org-scoped commands without an org slug.velen --org <slug> ... for investigations and one-off checks.velen org use <slug> only when the user wants to persist local state or when repeated commands justify the change.velen --org <slug> insight get <PUBLIC_ID>.velen --org <slug> insight list.velen --org <slug> source list, narrow by the most relevant product name or provider when possible, prefer exact source-key or source-name matches first, then obvious prefix matches, and report ambiguity before querying if multiple queryable sources still fit.velen --org <slug> source list and choose a source where queryable is true.velen --org <slug> source show <source_key> to confirm provider, org, status, and query support before writing SQL.velen schema command source show, velen schema command query execute, or velen schema command query validate.velen --org <slug> query validate --source <source_key> ....select 1, a row count, or a bounded aggregate via velen --org <slug> query execute --source <source_key> ....--file <path.sql> or --stdin for multi-line SQL.--max-rows, --max-bytes, --cell-max-chars, --page-size, and --fields when they materially reduce payload size.requestId or Request ID when available.--org <slug> for org-scoped commands once the slug is known.--request-id <id> when a multi-step investigation needs stable trace correlation.velen auth login, velen org list, or velen --org <slug> source list.Request ID, include it in the summary so the run can be traced or escalated.references/command-patterns.md for concrete command sequences, scenario patterns, and recovery moves.npx claudepluginhub wordbricks/skills --plugin velenExecutes read-only SOQL queries against a connected Salesforce org via sf data query CLI under T1 least-privilege scope. Returns sanitized JSON with structured audit envelope. Use for live record evidence like pipeline counts, field values, or aggregate queries.
Provides observability patterns, compliance considerations, VQL/VAPIL guidance, and error handling for Veeva Vault enterprise deployments. Trigger: 'veeva observability'.
Guides Salesforce Data Cloud (2025) integration patterns and architecture: data ingestion from 200+ sources, harmonization, identity resolution, real-time activation, zero-copy querying.