← Back to Skills Marketplace
lingmoon96-dev

file-archive-system

by lingmoon96-dev · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ⚠ suspicious
187
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install file-archive-system
Description
本地文件归档系统。把习惯、偏好、日程、每日记录和长期知识结构化存放到四层记忆目录,并通过 index.json 建立可检索索引。
README (SKILL.md)

File Archive System

将专属 AI 的记忆存储为本地结构化文件,便于检索、备份和多设备同步。

目录结构

personal-ai-memory/
├── identity/
├── working-memory/
├── short-term-logs/
├── long-term-memory/
├── archive/
└── index.json

推荐命令

python3 scripts/personal_ai_memory.py init
python3 scripts/personal_ai_memory.py reindex
python3 scripts/personal_ai_memory.py archive --keep-days 14

同步建议

  • 用 Git、iCloud Drive、Syncthing 或其他你已有的本地优先同步工具同步 personal-ai-memory/
  • 把同步范围限制在记忆目录,不要把整套工作区随意暴露到公共盘
Usage Guidance
This skill's description and instructions are coherent in intent (local archive), but it recommends running python3 scripts that are not included and does not declare python3 as a required binary. Before installing or invoking: 1) Do not run the recommended commands unless you have audited the actual 'scripts/personal_ai_memory.py' file — the skill bundle did not provide it. 2) If you obtain the script from the author, review its source to confirm it only reads/writes inside the personal-ai-memory directory and does not access other system files or send data externally. 3) Ensure you have python3 installed in a controlled environment (use a virtualenv or sandbox). 4) When syncing the memory folder, restrict the sync scope to that folder and avoid exposing your entire workspace or secrets. 5) Ask the publisher for the missing scripts or for updated metadata that declares required binaries and provides source — absence of those details is the main reason this is flagged as suspicious.
Capability Assessment
Purpose & Capability
The skill claims to create and manage a local memory directory and index.json — the SKILL.md content stays on that topic. However, the recommended commands call 'python3 scripts/personal_ai_memory.py', while the skill declares no required binaries and includes no code files. Either the skill should declare 'python3' as a required binary or include the referenced scripts; the current mismatch is inconsistent.
Instruction Scope
Instructions are narrowly scoped to a personal-ai-memory directory and syncing it. But they explicitly recommend executing local Python scripts (init, reindex, archive). Because those scripts are not included, the agent or user could end up running arbitrary code if obtained from elsewhere. The instructions do not tell the agent to gather extra system context, which is good, but they do permit execution of code outside the SKILL.md's text.
Install Mechanism
There is no install spec and no code files, so nothing is written to disk by the skill itself. This is low-risk from an installation standpoint. The only risk comes from following the SKILL.md's runtime commands that call out to external scripts.
Credentials
The skill requests no environment variables, credentials, or config paths — proportionate for a local archive utility. The SKILL.md's sync suggestions (Git, iCloud, Syncthing) are reasonable but advise limiting sync scope to the memory directory; this is appropriate guidance.
Persistence & Privilege
The skill is not marked always:true and does not request elevated persistence. Autonomous invocation is allowed (platform default), but that alone is not a red flag here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install file-archive-system
  3. After installation, invoke the skill by name or use /file-archive-system
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Sync local workspace skills into ClawHub tracking from the current OpenClaw workspace.
v1.0.0
Sync local workspace skills into ClawHub tracking from the current OpenClaw workspace.
Metadata
Slug file-archive-system
Version 1.0.1
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is file-archive-system?

本地文件归档系统。把习惯、偏好、日程、每日记录和长期知识结构化存放到四层记忆目录,并通过 index.json 建立可检索索引。 It is an AI Agent Skill for Claude Code / OpenClaw, with 187 downloads so far.

How do I install file-archive-system?

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

Is file-archive-system free?

Yes, file-archive-system is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does file-archive-system support?

file-archive-system is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created file-archive-system?

It is built and maintained by lingmoon96-dev (@lingmoon96-dev); the current version is v1.0.1.

💬 Comments