Hita-Mind & Knowledge

v1.0.0

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

0· 117·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for hita126/hita-mind-knowledge.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Hita-Mind & Knowledge" (hita126/hita-mind-knowledge) from ClawHub.
Skill page: https://clawhub.ai/hita126/hita-mind-knowledge
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install hita-mind-knowledge

ClawHub CLI

Package manager switcher

npx clawhub@latest install hita-mind-knowledge
Security Scan
VirusTotalVirusTotal
Pending
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Scan Findings in Context
[no_injection_signals] expected: Static pre-scan reported no injection signals. The codebase is local-only and contains no network, child_process, or obfuscated code patterns in the visible files.
Assessment
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).

Like a lobster shell, security has layers — review code before you run it.

latestvk97b60gk581djz8bca7m00jbq18441f5
117downloads
0stars
1versions
Updated 3w ago
v1.0.0
MIT-0

Hita-Mind & Knowledge

AI Agent 记忆与知识管理系统,让 AI 拥有"记忆"和"知识"。

组成

模块作用存储
hita-mind-moduleAI 的记忆偏好、决策、教训、习惯
hita-knowledge-managerAI 的知识技巧、方法、规则、经验

模块说明

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 开发。

Comments

Loading comments...