← Back to Skills Marketplace
Lark Openclaw Bridge
by
tristanchenxm
· GitHub ↗
· v1.0.0
· MIT-0
235
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memo-assistant
Description
Classifies and appends user memos to categorized Markdown files under ~/.memo when triggered by /private-secretary or /ps commands.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memo-assistant - After installation, invoke the skill by name or use
/memo-assistant - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Lark Openclaw Bridge?
Classifies and appends user memos to categorized Markdown files under ~/.memo when triggered by /private-secretary or /ps commands. It is an AI Agent Skill for Claude Code / OpenClaw, with 235 downloads so far.
How do I install Lark Openclaw Bridge?
Run "/install memo-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Lark Openclaw Bridge free?
Yes, Lark Openclaw Bridge is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Lark Openclaw Bridge support?
Lark Openclaw Bridge is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Lark Openclaw Bridge?
It is built and maintained by tristanchenxm (@tristanchenxm); the current version is v1.0.0.
More Skills