← 返回 Skills 市场
jo-minjun

Smart Memory Query

作者 조민준 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
400
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install smart-memory-query
功能描述
Enforce proactive, query-optimized memory_search usage. Must run memory_search when (1) prior context is referenced, (2) a new task starts, or (3) a proper n...
安全使用建议
This skill is coherent and lightweight: it only instructs the agent how and when to call memory_search and requests no credentials or installs. The main thing to consider before installing is the always: true setting — the skill will be loaded for every agent session and may cause the agent to run additional memory_search queries automatically (which can increase compute, latency, and the surface area for any data pulled from your memory store). If you are concerned about cost, noise, or privacy, either disable or request a version without always: true, or limit when the skill may be activated. Also review how your memory_search implementation handles sensitive data so automated searches do not inadvertently surface secrets.
功能分析
Type: OpenClaw Skill Name: smart-memory-query Version: 1.0.0 The skill bundle is benign. It provides instructions in SKILL.md for an AI agent on how to proactively and effectively use its internal `memory_search` function. The instructions focus on query optimization (e.g., splitting intent, using 2-4 tokens per query) and defining triggers for when to perform a memory search. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts to subvert the agent's core purpose or security.
能力评估
Purpose & Capability
Name and description match the SKILL.md: the skill exists solely to enforce when and how to call memory_search. It does not request unrelated binaries, environment variables, or config paths.
Instruction Scope
Runtime instructions are narrowly focused on building and issuing small, targeted memory_search calls based on clear triggers (prior context, new tasks, proper nouns). The instructions do not ask the agent to read unrelated files, access other system state, or transmit results to arbitrary external endpoints.
Install Mechanism
Instruction-only skill with no install spec or code files; nothing is written to disk or fetched at install time.
Credentials
The skill requires no environment variables, credentials, or config paths, which matches its stated purpose of shaping memory_search behavior.
Persistence & Privilege
The skill sets always: true which forces it to be included in every agent run. That is explainable given the skill's aim to enforce proactive searches, but it does increase the skill's runtime presence and the number of memory_search calls the agent may make. Consider whether you want this behavior globally enabled.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install smart-memory-query
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /smart-memory-query 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release
元数据
Slug smart-memory-query
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Smart Memory Query 是什么?

Enforce proactive, query-optimized memory_search usage. Must run memory_search when (1) prior context is referenced, (2) a new task starts, or (3) a proper n... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 400 次。

如何安装 Smart Memory Query?

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

Smart Memory Query 是免费的吗?

是的,Smart Memory Query 完全免费(开源免费),可自由下载、安装和使用。

Smart Memory Query 支持哪些平台?

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

谁开发了 Smart Memory Query?

由 조민준(@jo-minjun)开发并维护,当前版本 v1.0.0。

💬 留言讨论