← Back to Skills Marketplace
zcz-user

Memory Focal System

by zcz-user · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ⚠ suspicious
71
Downloads
1
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memory-focal-system
Description
焦距记忆系统 - 智能记忆管理,支持消息分类、按需加载、自动标签、遗忘曲线。Token 优化 40-60%。
Usage Guidance
This package appears to implement a local memory manager and classifier (no network exfiltration is visible), but there are a few red flags you should address before enabling it: 1) Inspect the workspace path it writes to (~/.openclaw/workspace/memory-focal/) and confirm you are comfortable with conversation data being appended to data/raw/buffer.jsonl; disable auto_write in config.json if you want manual control. 2) Verify there are no unexpected files in ~/.openclaw/workspace/memory-focal/scripts — memory_manager adds that directory to Python's import path, which could cause it to import untrusted local modules. 3) Know that SKILL.md/README reference many scripts and features that are not present in the packaged files — ask the maintainer or check the GitHub repo for the full release before trusting advertised capabilities (e.g., auto-tagging, frequency trigger, forget-curve). 4) If you plan to enable LLM auto-tagging, only provide API keys to trusted providers and confirm the code that will use them. If you want stronger assurance, request the missing scripts or a complete release and re-run a code review; otherwise consider running the skill in a sandboxed environment and set "auto_write": false first.
Capability Analysis
Type: OpenClaw Skill Name: memory-focal-system Version: 1.0.0 The memory-focal-system is a utility designed to manage AI context and long-term memory through tiered local storage and keyword-based classification. The provided Python files (memory_manager.py and classifier.py) implement standard file I/O operations within the expected workspace directory (~/.openclaw/workspace/memory-focal) and lack any indicators of malicious intent, such as data exfiltration, unauthorized network calls, or command execution. The logic is transparent, well-documented, and aligns entirely with the stated purpose of optimizing token usage.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
The name/description (memory manager, token optimization, tagging, forgetting) align with the included memory_manager.py and classifier.py. However SKILL.md/README advertise many additional modules and CLI scripts (scripts/cli.py, frequency_trigger.py, auto_tag.py, forget_curve.py, storage_manager.py, etc.) and features (LLM auto-tag integration) that are not present in the packaged files. This mismatch suggests the distribution is incomplete or packaging/documentation drift rather than extra privileges; still, it's an inconsistency the user should be aware of.
Instruction Scope
SKILL.md promotes an 'automatic mode' that classifies and may auto-write user messages into local JSONL storage; config defaults enable auto_write and auto_classify. The code appends user messages to ~/.openclaw/workspace/memory-focal/data/raw/buffer.jsonl without any redaction or explicit user confirmation. The docs also reference LLM API keys for auto-tagging, but the included code does not implement external API calls — another doc/code mismatch. Automatic capture and persistent storage of conversation content is expected for a memory skill but is a privacy/scope concern and should be clearly consented to by the user.
Install Mechanism
No install spec (instruction-only) and the package contains only Python files; nothing is downloaded or executed from external URLs. This is lower risk from an install perspective.
Credentials
The skill declares no required environment variables or credentials. SKILL.md mentions optional LLM API keys (dashscope/openai) for auto-tagging, but these are optional and not declared as required in metadata; the packaged code does not show API-key usage. Absence of requested secrets is coherent with the provided code, but if you enable advertised auto-tagging later, you'll need to provide an API key — only do so to a trusted provider.
Persistence & Privilege
auto_write defaults to true and the module writes messages to an append-only JSONL under ~/.openclaw/workspace/memory-focal; that is expected for a memory skill but means the skill will persist user data locally. The code also inserts ~/.openclaw/workspace/memory-focal/scripts into sys.path before importing classifier — this is a modest risk: it can cause imports to resolve to user-writable workspace scripts (potentially loading unexpected local code) and is a packaging/clarity concern. meta.json sets auto_load:false but SKILL.md claims 'installs and works automatically' — conflicting behavior about persistence/activation.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install memory-focal-system
  3. After installation, invoke the skill by name or use /memory-focal-system
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
memory-focal-system v1.0.0 – Initial Release - Introduces focal memory mechanism with 4 adjustable modes for optimal context loading and token savings (40–60%). - Implements frequency-triggered memory promotion/demotion and multi-layer storage for efficient management. - Supports LLM-powered auto-tagging, semantic search, and cache optimization. - Integrates Ebbinghaus forgetting curve for smart memory cleanup and automatic archiving. - Provides CLI tools for memory add/search/stats, classification, tagging, and cleanup. - Features append-only JSONL storage format for data integrity and easy backup.
Metadata
Slug memory-focal-system
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Memory Focal System?

焦距记忆系统 - 智能记忆管理,支持消息分类、按需加载、自动标签、遗忘曲线。Token 优化 40-60%。 It is an AI Agent Skill for Claude Code / OpenClaw, with 71 downloads so far.

How do I install Memory Focal System?

Run "/install memory-focal-system" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Memory Focal System free?

Yes, Memory Focal System is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Memory Focal System support?

Memory Focal System is cross-platform and runs anywhere OpenClaw / Claude Code is available (linux, darwin, win32).

Who created Memory Focal System?

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

💬 Comments