Openclaw Ability Export
Analysis
This instruction-only skill is transparent, but it can expose private agent memory and overwrite persistent agent configuration files, so users should review it carefully before use.
Findings (3)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
文件已存在时,**覆盖写入**(非追加) ... 导入会直接覆盖同名已有文件,操作不可逆。
The import workflow instructs the agent to overwrite existing workspace configuration files and states that the operation is irreversible.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
导入流程 ... 将选中的 section 内容写入 workspace 根目录对应文件 ... AGENTS.md ... SOUL.md ... MEMORY.md
The skill writes sections from an imported ability package into files that define future agent rules, personality, identity, tools, and long-term memory.
默认导出 | 导出全部五个核心文件 ... `MEMORY.md` | 长期记忆与偏好记录 ... 发送到聊天
Export includes MEMORY.md by default and sends the generated Markdown package into the chat.
