中文 核心文件管理
PassAudited by VirusTotal on May 8, 2026.
Overview
Type: OpenClaw Skill Name: chinese-core-files-management Version: 1.0.0 This skill bundle provides a framework and utility commands for an OpenClaw agent to manage its internal configuration and memory files (e.g., identity.md, soul.md, memory.md) located in `~/.openclaw/workspace/`. The SKILL.md file defines organizational rules, language preferences, and standard bash commands (ls, cp, wc) for file maintenance and backup. There is no evidence of malicious intent, data exfiltration, or unauthorized execution; the skill is strictly focused on the structured management of the agent's own workspace.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
The agent may inspect, back up, and edit local OpenClaw workspace Markdown files.
The skill explicitly requires read and write access to core files and optionally uses exec for validation and backup commands. This is aligned with file management, but it is still local mutation authority.
| `read` | 读取核心文件 | 必需 | ... | `write` | 修改核心文件 | 必需 | ... | `exec` | 验证文件状态、备份 | 可选 |
Use it only for intended core-file maintenance, ask to see planned changes or diffs, and keep backups before writes.
Incorrect or unwanted edits could change what the agent remembers about the user or future workflows.
The skill manages files that hold user context and long-term memory. Edits to these files can persist and influence later agent behavior or expose private workspace details if mishandled.
| 4 | **user.md** | 用户上下文 | 用户信息、偏好、基础设施 | ... | 5 | **memory.md** | 长期记忆 | 重要事件、关键配置、工作流程 |
Avoid storing secrets in these files, review memory/user changes carefully, and keep a restorable backup.
A bad edit to agents.md or bootstrap.md could make future OpenClaw sessions behave differently than expected.
The skill can manage persistent files that define agent operating rules and startup sequence. This is disclosed and purpose-aligned, but changes can affect future agent behavior.
| 3 | **agents.md** | 逻辑与程序手册 | 规格、工作区规则、心跳、红线 | ... | **bootstrap.md** | 机器启动序列 | 不是灵魂 — 仅机器启动顺序 |
Require explicit review for changes to agents.md and bootstrap.md, and confirm backups exist before applying edits.
