← 返回 Skills 市场
124
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install hita-mind-knowledge
功能描述
hita 开发的 AI Agent 记忆与知识管理系统。包含 Mind Module(8大分类记忆)和 Knowledge Manager(3层知识库)两个互补模块。Mind Module 存储偏好、决策、教训;Knowledge Manager 存储技巧、方法、规则。适用于 AI Agent 的长期知识积累。触...
使用说明 (SKILL.md)
Hita-Mind & Knowledge
AI Agent 记忆与知识管理系统,让 AI 拥有"记忆"和"知识"。
组成
| 模块 | 作用 | 存储 |
|---|---|---|
| hita-mind-module | AI 的记忆 | 偏好、决策、教训、习惯 |
| hita-knowledge-manager | AI 的知识 | 技巧、方法、规则、经验 |
模块说明
hita-mind-module(记忆模块)
基于 8 大分类体系的记忆系统。
- decisions / preferences / patterns / causality
- contacts / feedback / projects / daily
hita-knowledge-manager(知识模块)
三层知识库系统(L1/L2/L3),智能分层存储。
- L1 热数据:完整内容,50条上限
- L2 温数据:摘要+标签,200条上限
- L3 冷数据:元数据索引,无上限
使用方式
# 记忆模块
cd hita-mind-module && node index.js list
# 知识模块
cd hita-knowledge-manager && node index.js list
关于
由 hita 开发。
安全使用建议
This package appears internally consistent and implements a local JSON-based memory and knowledge CLI — it does not contact external services or ask for credentials. Before installing, consider: 1) review the included files yourself (they will write to and read from memory-store.json and knowledge-store.json inside the skill directories); 2) avoid storing sensitive secrets in those JSON files; 3) run the code in a sandbox or with limited permissions if you are unsure about the source (the repository owner is unknown); 4) if you plan to let an agent invoke this autonomously, be aware it can write persistent local data (the skill is not always:true, but autonomous invocation is allowed by default).
能力评估
Purpose & Capability
Name/description describe an AI memory & knowledge system and the package contains two CLI modules (mind and knowledge) that read/write local JSON stores — this matches expected capabilities. No unrelated credentials, binaries, or surprising dependencies are requested.
Instruction Scope
SKILL.md and module-specific SKILL.md instruct the agent to run local node CLI commands (list, add, search, context, compress). Runtime instructions reference only local files (module index.js and store JSON) and do not instruct reading unrelated system files, environment variables, or sending data externally.
Install Mechanism
No install spec provided (instruction-only skill) and the code has no external download/install steps. package.json lists no dependencies; modules are pure Node.js files. No high-risk install URLs or archive extraction are present.
Credentials
The skill requires no environment variables, no credentials, and no config paths. All persistent data is stored in local JSON files inside the skill directories; this is proportional to a local memory/knowledge manager.
Persistence & Privilege
Skill is not marked always:true and uses only its own local JSON stores. It does persistent writes (store JSON) which are expected for a memory/knowledge skill; it does not modify other skills or system-wide configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install hita-mind-knowledge - 安装完成后,直接呼叫该 Skill 的名称或使用
/hita-mind-knowledge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Hita-Mind & Knowledge skill.
- Introduces an AI Agent memory and knowledge management system.
- Features Mind Module for managing preferences, decisions, and lessons across 8 categories.
- Includes Knowledge Manager for storing skills, methods, and rules in a 3-layer hierarchical database.
- Supports long-term knowledge accumulation for AI Agents.
- Provides command line usage examples and trigger keywords for interaction.
元数据
常见问题
Hita-Mind & Knowledge 是什么?
hita 开发的 AI Agent 记忆与知识管理系统。包含 Mind Module(8大分类记忆)和 Knowledge Manager(3层知识库)两个互补模块。Mind Module 存储偏好、决策、教训;Knowledge Manager 存储技巧、方法、规则。适用于 AI Agent 的长期知识积累。触... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 124 次。
如何安装 Hita-Mind & Knowledge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install hita-mind-knowledge」即可一键安装,无需额外配置。
Hita-Mind & Knowledge 是免费的吗?
是的,Hita-Mind & Knowledge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Hita-Mind & Knowledge 支持哪些平台?
Hita-Mind & Knowledge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Hita-Mind & Knowledge?
由 hita126(@hita126)开发并维护,当前版本 v1.0.0。
推荐 Skills