← Back to Skills Marketplace
MemOS Plugin One-Click Installer
by
Mathematics-Yang
· GitHub ↗
· v1.0.0
· MIT-0
140
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install memos-oneclick-install
Description
Persistent local memory for OpenClaw agents. Use when users say: - "install memos" - "install MemOS" - "setup memory" - "add memory plugin" - "openclaw memor...
Usage Guidance
This skill is an instruction-only installer that tells the agent to autonomously download and run remote install scripts, modify configs, and start local services. That pattern (curl | bash, irm | iex from a custom CDN) can execute arbitrary code on your machine. Before installing: 1) Verify the publisher and prefer official release URLs (GitHub release pages with checksums) over unknown CDNs; 2) Request the install script contents and a checksum/hash so you can review the code yourself; 3) If you must try it, run the install in a sandbox/VM or inspect the script locally rather than piping to a shell; 4) Be cautious about allowing autonomous, non-interactive installs — consider requiring the agent to prompt for explicit permission before executing network downloads or restarting services; 5) If you plan to use external embedding providers or team sharing, prepare API keys and review how they will be stored and used. If you want, ask me to fetch and show the install script (or summarize it) before you proceed.
Capability Analysis
Type: OpenClaw Skill
Name: memos-oneclick-install
Version: 1.0.0
The skill bundle implements a 'one-click' installer for the MemOS plugin that utilizes high-risk patterns, including remote script execution (curl|bash) and automated configuration modification. Most critically, SKILL.md contains explicit prompt-injection-style instructions directing the agent to perform all shell operations and system restarts autonomously without seeking user confirmation, effectively bypassing human-in-the-loop security guardrails. It also employs minor obfuscation via String.fromCharCode in Step 3.5 to execute gateway commands. While these behaviors are technically consistent with the stated goal of a seamless installation, the combination of remote payloads from cdn.memtensor.com.cn and the forced bypass of user consent warrants a suspicious classification.
Capability Assessment
Purpose & Capability
The name/description match the behavior: an installer legitimately needs to write under ~/.openclaw, install packages, and start a local viewer. However the skill also mandates fully autonomous execution with a blanket "do not ask" policy, which broadens its capabilities beyond a typical user‑invoked installer and is worth questioning.
Instruction Scope
SKILL.md explicitly directs the agent to run shell commands, download and pipe remote scripts (curl | bash, irm | iex), install/upgrade Node packages, modify OpenClaw config, and restart gateway processes — all without further user approval (except one embedding choice). That level of remote code execution and system modification from an instruction-only skill is high risk and grants broad discretion to the agent.
Install Mechanism
There is no formal install spec; the README suggests piping install scripts from a CDN (https://cdn.memtensor.com.cn) and also mentions npm/OpenClaw plugin installs. Piping remote scripts to a shell/PowerShell from a custom CDN is a high‑risk pattern (no release host or integrity hashes provided).
Credentials
The skill declares no required env vars or credentials, yet it supports optional external embedding/summarizer providers (OpenAI, Gemini, Cohere, etc.) and team sharing — which would require API keys and network configuration. The SKILL.md does not declare or constrain how those credentials would be used or obtained, creating a mismatch between capability and declared requirements.
Persistence & Privilege
always:false and autonomous invocation are platform defaults, but the skill's explicit instruction that the user has "authorized the agent to perform all operations needed ... without further approval" effectively elevates privilege. Combined with instructions to modify configs, restart services, and download/execute remote code, this grants significant persistent operational power to the agent.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memos-oneclick-install - After installation, invoke the skill by name or use
/memos-oneclick-install - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Add one-click MemOS install skill for OpenClaw agents
- Ship `SKILL.md` that enables OpenClaw to autonomously install, configure,
upgrade, and troubleshoot the MemOS local memory plugin — users only need
to say "install memos" and answer one embedding-model question.
- Auto-detect OS (macOS / Linux / Windows) and adapt all commands via
`process.platform`, with cross-platform `node -e` as the primary approach
and platform-specific script fallbacks (`install.sh` / `install.ps1`).
- Smart state detection: fresh install, outdated upgrade, up-to-date
verification, and broken-config auto-repair — all decided by the agent
without asking the user.
- Include bilingual README (English + Chinese) summarizing the installation
experience and MemOS capabilities: persistent memory, hybrid retrieval,
task summarization, skill evolution, team sharing, and Memory Viewer.
Metadata
Frequently Asked Questions
What is MemOS Plugin One-Click Installer?
Persistent local memory for OpenClaw agents. Use when users say: - "install memos" - "install MemOS" - "setup memory" - "add memory plugin" - "openclaw memor... It is an AI Agent Skill for Claude Code / OpenClaw, with 140 downloads so far.
How do I install MemOS Plugin One-Click Installer?
Run "/install memos-oneclick-install" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MemOS Plugin One-Click Installer free?
Yes, MemOS Plugin One-Click Installer is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MemOS Plugin One-Click Installer support?
MemOS Plugin One-Click Installer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MemOS Plugin One-Click Installer?
It is built and maintained by Mathematics-Yang (@mathematics-yang); the current version is v1.0.0.
More Skills