← Back to Skills Marketplace
hita126

Hita-Mind & Knowledge

by hita126 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
124
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install hita-mind-knowledge
Description
hita 开发的 AI Agent 记忆与知识管理系统。包含 Mind Module(8大分类记忆)和 Knowledge Manager(3层知识库)两个互补模块。Mind Module 存储偏好、决策、教训;Knowledge Manager 存储技巧、方法、规则。适用于 AI Agent 的长期知识积累。触...
README (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 开发。

Usage Guidance
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).
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install hita-mind-knowledge
  3. After installation, invoke the skill by name or use /hita-mind-knowledge
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug hita-mind-knowledge
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Hita-Mind & Knowledge?

hita 开发的 AI Agent 记忆与知识管理系统。包含 Mind Module(8大分类记忆)和 Knowledge Manager(3层知识库)两个互补模块。Mind Module 存储偏好、决策、教训;Knowledge Manager 存储技巧、方法、规则。适用于 AI Agent 的长期知识积累。触... It is an AI Agent Skill for Claude Code / OpenClaw, with 124 downloads so far.

How do I install Hita-Mind & Knowledge?

Run "/install hita-mind-knowledge" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Hita-Mind & Knowledge free?

Yes, Hita-Mind & Knowledge is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Hita-Mind & Knowledge support?

Hita-Mind & Knowledge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Hita-Mind & Knowledge?

It is built and maintained by hita126 (@hita126); the current version is v1.0.0.

💬 Comments