← 返回 Skills 市场
325
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install memori-extension
功能描述
Memory augmentation and LLM call interception using the Memori Python library with optional Zhipu API integration.
安全使用建议
This skill appears coherent, but follow these precautions before enabling external features: 1) Test in local-only mode by leaving ZHIPUAI_API_KEY unset—this keeps all work on your machine. 2) Review the Memori and zhipuai packages (origin, maintainers) before pip installing. 3) If you do supply ZHIPUAI_API_KEY, understand that full conversation text (including system prompts and assistant responses) may be transmitted to Zhipu's servers. 4) Protect the local database and tech_terms file with appropriate file permissions and backups; the skill can append terms to the configured file. 5) If you need higher assurance, run the skill in a sandbox environment and inspect traffic to confirm only intended API calls occur.
功能分析
Type: OpenClaw Skill
Name: memori-extension
Version: 1.0.2
The skill is transparent about its operations, explicitly detailing local file read/write (SQLite database, tech terms file) and optional external API calls to Zhipu AI if an API key is provided. The `SKILL.md` and `README.md` provide clear security and privacy notices, warning users about data transmission if the Zhipu AI API is enabled. The Python code (`memori_extension.py`) implements these features as described, only making external calls when `ZHIPUAI_API_KEY` is set. There is no evidence of intentional malicious behavior such as unauthorized data exfiltration, credential theft, backdoors, or prompt injection designed to subvert the agent's purpose. All risky capabilities are clearly documented and opt-in.
能力评估
Purpose & Capability
Name/description match the implementation: the bundle wraps the Memori Python library for local memory operations and exposes an optional Zhipu client that is only activated when ZHIPUAI_API_KEY is set. Required binaries (python3) and the declared Python dependency (memori) are appropriate.
Instruction Scope
SKILL.md and the code explicitly describe file reads/writes (local SQLite DB and optional tech terms file) and clearly document that conversation text is sent to Zhipu only if the ZHIPUAI_API_KEY env var is provided. The code also persists added tech terms when persist=True. There are no instructions to read unrelated system files or to exfiltrate secrets beyond the controlled Zhipu API call.
Install Mechanism
This is an instruction-only skill with included Python wrapper code; installation is via pip for memori (and optionally zhipuai). No downloads from untrusted URLs or extract/install steps are present in the manifest.
Credentials
No required credentials are declared. The only sensitive environment variable is ZHIPUAI_API_KEY (optional) which directly maps to the optional external augmentation feature. Other environment variables control local file paths and terms and are proportionate to the functionality.
Persistence & Privilege
The skill does not request always:true or other elevated persistence. It reads/writes its own local DB and optional config file; it does not modify other skills or global agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memori-extension - 安装完成后,直接呼叫该 Skill 的名称或使用
/memori-extension触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
**Security & privacy information added for file/database operations and external API calls.**
- Added a comprehensive "Security & Privacy Notice" section, detailing data flow, local file/database usage, and when/what is sent to external APIs.
- Documented all supported environment variables, clarifying privacy impact of each.
- Provided explicit recommendations for safe use and cautions regarding enabling Zhipu API integration.
- Clarified local-only operation (no external data transmission) unless API keys are provided.
- Highlighted file/database access patterns and best practices for privacy-conscious deployments.
v1.0.1
- Renamed the skill and module from "memori-zhipu" to "memori-extension".
- Added detailed documentation on optional Zhipu API integration and corresponding environment variables.
- Introduced configuration options for customizing technical terms via environment variables or a separate config file.
- Updated metadata and file structure to reflect new naming and environment variable requirements.
- Expanded usage instructions and configuration examples for enhanced clarity.
v1.0.0
- Initial release of the memori-extension skill.
- Provides memory augmentation and LLM call interception using the Memori Python library.
- Includes APIs for searching, storing, and augmenting memory, as well as an LLM interception utility.
- Requires the memori Python package (install via pip).
- Optional integration with Zhipu API for enhanced augmentation.
- Licensed under Apache License Version 2.0.
元数据
常见问题
memori-extension 是什么?
Memory augmentation and LLM call interception using the Memori Python library with optional Zhipu API integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 325 次。
如何安装 memori-extension?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memori-extension」即可一键安装,无需额外配置。
memori-extension 是免费的吗?
是的,memori-extension 完全免费(开源免费),可自由下载、安装和使用。
memori-extension 支持哪些平台?
memori-extension 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 memori-extension?
由 ian-at(@ian-at)开发并维护,当前版本 v1.0.2。
推荐 Skills