用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/neo4j-labs/neo4j-agent-integrations --skill gcp-memory-bank命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | gcp_memory_bank |
| description | Persist and recall long-term user facts using Vertex AI Memory Bank. |
Use the code_execution tool to run the client script. It prints one JSON object to stdout; base your reply only on that JSON.
Hard rules:
Run the exact command shown. Do NOT edit, patch, or modify the script. If it errors, report the error JSON verbatim and stop — no workarounds, no local files.
Report success only if the JSON has "status": "success". Default user_id is user_001 unless the turn specifies another.
python3 /workspace/.agent/skills/gcp_memory_bank/gcp_vertex_client.py --action add_memory --user_id <USER_ID> --fact "<FACT>"
python3 /workspace/.agent/skills/gcp_memory_bank/gcp_vertex_client.py --action get_memories --user_id <USER_ID> --query "<SEARCH TEXT>"
Omit --query to list all facts for the user.