← Back to Skills Marketplace
gora050

Veeva Vault

by Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
164
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install veeva-vault
Description
Veeva Vault integration. Manage data, records, and automate workflows. Use when the user wants to interact with Veeva Vault data.
Usage Guidance
Before installing or using this skill: (1) Understand that it routes Veeva data and auth through Membrane (an external SaaS) — confirm that is acceptable for your sensitive/regulatory data and check Membrane's privacy, security, and compliance posture. (2) Treat the npm install step as a supply‑chain action: prefer auditing the @membranehq/cli package, pin to a known-good version, and inspect its source on GitHub before running global install. (3) Review OAuth scopes and what the connector will be authorized to access; limit connection scope and rotate credentials after testing. (4) Consider testing in a non‑production/sandbox Vault first. (5) If you need organization approval for third‑party integrations or PHI/regulated data handling, get it before proceeding. These steps will reduce risk while allowing you to use the integration.
Capability Analysis
Type: OpenClaw Skill Name: veeva-vault Version: 1.0.3 The skill instructs the agent to perform high-risk actions including the global installation of an NPM package (@membranehq/cli) and the execution of shell commands for authentication and data management. While these capabilities are plausibly needed for the stated purpose of integrating with Veeva Vault via the Membrane platform, the reliance on shell execution and mandatory network access to a third-party service (getmembrane.com) for credential handling warrants a suspicious classification. Additionally, the _meta.json file contains an anomalous future-dated publication timestamp (April 2026).
Capability Assessment
Purpose & Capability
The name/description match the instructions: this is a Veeva Vault integration implemented by calling the Membrane CLI. The commands and actions described (connect, list actions, download documents, run queries) are consistent with interacting with Veeva Vault.
Instruction Scope
The SKILL.md instructs the agent (and user) to install and use the Membrane CLI and to authenticate via Membrane. All runtime actions are performed through Membrane connectors and actions. This is within scope for a connector-based Veeva integration, but it means Veeva data and auth flows are mediated by Membrane (an external service) rather than direct calls to Veeva — an important privacy/compliance implication for regulated data.
Install Mechanism
There is no platform install spec in the registry, but SKILL.md instructs the user to run `npm install -g @membranehq/cli@latest`. Installing an npm package globally from the registry with the `latest` tag is a supply‑chain risk (untrusted code runs locally). The package appears to be public and has a GitHub repo referenced, but the command is unpinned and can execute arbitrary code on install.
Credentials
The skill does not request environment variables, credentials, or system paths in the manifest. Authentication is delegated to Membrane's CLI interactive flow. No unexplained secrets are requested by the SKILL.md itself.
Persistence & Privilege
The skill is user-invocable, not always-enabled, and has no install scripts in the registry. It does not request persistent agent privileges. The main persistence concern is that the Membrane CLI will manage and persist credentials locally or in Membrane's account as part of normal use — this is expected but worth reviewing.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install veeva-vault
  3. After installation, invoke the skill by name or use /veeva-vault
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.3
Auto sync from membranedev/application-skills
v1.0.2
Revert refresh marker
v1.0.1
Refresh update marker
v1.0.0
Auto sync from membranedev/application-skills
Metadata
Slug veeva-vault
Version 1.0.3
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 4
Frequently Asked Questions

What is Veeva Vault?

Veeva Vault integration. Manage data, records, and automate workflows. Use when the user wants to interact with Veeva Vault data. It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install Veeva Vault?

Run "/install veeva-vault" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Veeva Vault free?

Yes, Veeva Vault is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Veeva Vault support?

Veeva Vault is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Veeva Vault?

It is built and maintained by Vlad Ursul (@gora050); the current version is v1.0.3.

💬 Comments