← 返回 Skills 市场
Lark Openclaw Bridge
作者
tristanchenxm
· GitHub ↗
· v1.0.0
· MIT-0
235
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install memo-assistant
功能描述
Classifies and appends user memos to categorized Markdown files under ~/.memo when triggered by /private-secretary or /ps commands.
安全使用建议
This skill appears to do what it says (write classified memos to ~/.memo) but you should be cautious because it asks the agent to run shell commands and has an underspecified 'rearrange' operation that could cause wider file reads/writes. Before installing: (1) verify the skill source or ask the author for an explicit, auditable implementation of 'rearrange' (concrete commands), (2) limit or audit the agent's exec capability (prefer returning text for you to run instead of granting automatic exec), (3) back up ~/.memo, and (4) if you enable autonomous invocation, prefer running it in a restricted/sandboxed environment or only after reviewing each command the agent will run. If you are unsure, do not grant the skill broad exec/shell access.
功能分析
Type: OpenClaw Skill
Name: lark-openclaw-bridge2
Version: 1.0.0
The skill uses the 'exec' tool to run shell commands that append user-provided content to local files in ~/.memo/. The use of unvetted variables ({{category}} and {{content}}) directly within a printf shell command in SKILL.md creates a high risk of command injection if the AI agent fails to sanitize the input. While the stated purpose is a benign memo assistant, the lack of input validation for shell execution is a significant security vulnerability.
能力评估
Purpose & Capability
Name and description claim a local memo classifier/writer and the instructions only require creating/appending files under ~/.memo — this is coherent with the stated purpose.
Instruction Scope
The SKILL.md explicitly instructs the agent to use the exec tool to run shell commands that append to ~/.memo/{category}.md, which is a direct and reasonable way to implement the feature. However the 'rearrange' capability is underspecified (it says 're-classifies and reorganizes all memos under ~/.memo' but provides no concrete commands or limits). That vagueness gives the agent broad discretion to read and modify many files under the user's home directory, and an exec-based workflow could be abused to run other shell commands if the agent deviates or is compromised.
Install Mechanism
Instruction-only skill with no install spec or external downloads — lowest risk from installation perspective.
Credentials
No environment variables, credentials, or config paths are requested; the only filesystem access implied is to ~/.memo which matches the described purpose.
Persistence & Privilege
always:false and user-invocable:true (normal). The skill allows autonomous model invocation by default (platform default) — combine that with exec usage and the vague 'rearrange' behavior to assess risk before enabling autonomous runs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memo-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/memo-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
lark-openclaw-bridge2 v1.0.0 – Initial release
- Introduces a personal memo assistant triggered by `/private-secretary` or `/ps` commands.
- Automatically classifies user memos into categories (Tech, Work, Life, Inspiration, Others) and appends them to category-specific Markdown files in `~/.memo`.
- Supports reclassification and reorganization of all memos with the "rearrange" command.
- Formats each entry with timestamp, category, and original content in Markdown.
- Uses shell commands to manage memo storage and organization securely.
元数据
常见问题
Lark Openclaw Bridge 是什么?
Classifies and appends user memos to categorized Markdown files under ~/.memo when triggered by /private-secretary or /ps commands. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 235 次。
如何安装 Lark Openclaw Bridge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memo-assistant」即可一键安装,无需额外配置。
Lark Openclaw Bridge 是免费的吗?
是的,Lark Openclaw Bridge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Lark Openclaw Bridge 支持哪些平台?
Lark Openclaw Bridge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Lark Openclaw Bridge?
由 tristanchenxm(@tristanchenxm)开发并维护,当前版本 v1.0.0。
推荐 Skills