← 返回 Skills 市场
gora050

Veeva Vault

作者 Vlad Ursul · GitHub ↗ · v1.0.3 · MIT-0
cross-platform ⚠ suspicious
164
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install veeva-vault
功能描述
Veeva Vault integration. Manage data, records, and automate workflows. Use when the user wants to interact with Veeva Vault data.
安全使用建议
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.
功能分析
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).
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install veeva-vault
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /veeva-vault 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug veeva-vault
版本 1.0.3
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Veeva Vault 是什么?

Veeva Vault integration. Manage data, records, and automate workflows. Use when the user wants to interact with Veeva Vault data. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 Veeva Vault?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install veeva-vault」即可一键安装,无需额外配置。

Veeva Vault 是免费的吗?

是的,Veeva Vault 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Veeva Vault 支持哪些平台?

Veeva Vault 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Veeva Vault?

由 Vlad Ursul(@gora050)开发并维护,当前版本 v1.0.3。

💬 留言讨论