← 返回 Skills 市场
shubhamsaboo

Google Vertex AI Memory Bank

作者 Shubham Saboo · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
256
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install vertexai-memory-bank
功能描述
Install and configure the OpenClaw Vertex AI Memory Bank plugin for persistent, cross-agent memory. Use when the user wants long-term memory, cross-session r...
安全使用建议
This skill appears to do what it says: set up a Vertex AI memory plugin. Before running the setup script: 1) Review the upstream repository and its package.json (postinstall/build scripts) so you know what code will run when npm install/build executes. 2) Avoid using a broad personal/project owner account interactively; prefer a service account with the minimum IAM roles required for enabling aiplatform and creating the reasoning engine (or review permissions first). 3) Understand that agent memories (including any sensitive data) will be stored in your GCP project — check retention/TTL, encryption, and privacy. 4) Test in a non-production project to observe costs and behavior. If you want higher assurance, manually perform each step (enable API, create reasoning engine, inspect plugin code) rather than running the script unreviewed.
功能分析
Type: OpenClaw Skill Name: vertexai-memory-bank Version: 1.0.0 The skill bundle automates the installation of a Vertex AI memory plugin by executing a shell script (scripts/setup.sh) that performs high-risk operations, including cloning a remote repository from GitHub, running 'npm install', and using 'gcloud' to generate access tokens for Google Cloud API calls. While these actions are consistent with the stated goal of configuring a cloud-based memory bank, the pattern of fetching and executing remote code and managing cloud credentials via shell scripts constitutes a significant security risk and potential supply chain vulnerability.
能力评估
Purpose & Capability
Name and description claim a Vertex AI memory plugin; the SKILL.md and setup script perform GCP/Vertex AI operations, install an npm plugin, and configure openclaw.json. Required tooling (gcloud, Node.js, npm) and enabling Vertex AI are consistent with that purpose.
Instruction Scope
Runtime instructions and the included setup.sh stay within the stated task: checking tools, creating a Vertex AI reasoning engine, cloning the plugin repo, building it, and advising how to configure/restart OpenClaw. The script uses gcloud auth tokens and creates resources in the user project (expected for this integration). It does not reference unrelated system paths or ask for unrelated secrets.
Install Mechanism
There is no packaged install spec; the setup script clones https://github.com/Shubhamsaboo/openclaw-vertexai-memorybank and runs npm install && npm run build. Cloning from GitHub is reasonable, but running npm install executes whatever package scripts exist in that repo — this is normal for installing plugins but carries the usual risk of executing arbitrary code from the upstream repo. The script does not validate git is installed (minor robustness issue).
Credentials
The skill declares no required env vars, which matches the bundle. However, the setup relies on gcloud application-default credentials (or interactive gcloud login) and uses gcloud auth print-access-token to call the Vertex AI REST API. That requires a Google identity with permissions to enable services and create reasoning engines (project-level privileges). This is expected for the stated task but is high-privilege relative to typical local tools — use least-privilege credentials (service account with limited roles) rather than a broad personal account.
Persistence & Privilege
always is false and the skill does not request permanent platform-wide inclusion. The script writes to ~/.openclaw/plugins and suggests edits to ~/.openclaw/openclaw.json — scoped to the user's home. The plugin will persist user/agent memories to Vertex AI (by design), so consider privacy and retention settings, but no unexpected privilege escalation is present in the package itself.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vertexai-memory-bank
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vertexai-memory-bank 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Vertex AI Memory Bank Plugin v1.0.0 initial release - Adds OpenClaw integration for Google's Vertex AI Memory Bank, enabling persistent, cross-agent memory. - Provides auto-recall/capture, workspace file sync, and shared memory features. - Includes guided setup via script: automates GCP, Vertex AI, and plugin configuration. - Supports manual installation and configuration for advanced users. - Adds CLI commands for searching, managing, and syncing memories. - Requires Node.js, npm, Google Cloud SDK, and a Vertex AI-enabled GCP project.
元数据
Slug vertexai-memory-bank
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Google Vertex AI Memory Bank 是什么?

Install and configure the OpenClaw Vertex AI Memory Bank plugin for persistent, cross-agent memory. Use when the user wants long-term memory, cross-session r... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 256 次。

如何安装 Google Vertex AI Memory Bank?

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

Google Vertex AI Memory Bank 是免费的吗?

是的,Google Vertex AI Memory Bank 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Google Vertex AI Memory Bank 支持哪些平台?

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

谁开发了 Google Vertex AI Memory Bank?

由 Shubham Saboo(@shubhamsaboo)开发并维护,当前版本 v1.0.0。

💬 留言讨论