← Back to Skills Marketplace
useens

Skill

by useens · GitHub ↗ · v3.2.0 · MIT-0
cross-platform ⚠ suspicious
306
Downloads
0
Stars
2
Active Installs
2
Versions
Install in OpenClaw
/install moltcare-open
Description
Install and configure the MoltCare Agent Framework - a four-layer configuration system (SOUL/AGENTS/USER/MEMORY) with three-layer trigger architecture (Exact...
Usage Guidance
This package is largely what it says: it installs templates that OpenClaw will auto-load each session and it adds a weekly cron trigger. Before installing: 1) Review all assets (AGENTS.md, SOUL.md, etc.) to confirm you accept the behavioral rules (especially 'act first, ask later' / PUA escalation). 2) Back up your existing ~/.openclaw/workspace — the installer copies files into that folder root and could overwrite things. 3) Inspect scripts/install.sh and avoid running any remote curl | bash commands from the README; prefer running the included, local install.sh after review. 4) If you do not want persistent behavior, do not install or remove the added files and crontab entry after testing (crontab -l | grep '检查token优化' to find/remove). 5) If you want tighter control, install in a sandbox account or test environment first and confirm the agent's actions match your expectations. If you want, I can (a) produce a diff of what install.sh will change given your HOME value, or (b) highlight any lines in the assets that you should edit to reduce autonomous behavior.
Capability Analysis
Type: OpenClaw Skill Name: moltcare-open Version: 3.2.0 The MoltCare-Open skill bundle is a comprehensive configuration framework for OpenClaw agents, focusing on task persistence, multi-expert decision-making, and token cost optimization. While it introduces high-autonomy behaviors (e.g., 'Act first, ask later' and 'PUA' pressure escalation levels in SOUL.md and AGENTS.md), it includes explicit safety guardrails that prohibit the agent from accessing credentials, modifying permissions, or executing destructive commands like 'rm -rf'. The installation script (install.sh) sets up a standard workspace and a cron job for weekly token audits, but contains no hidden payloads, obfuscation, or data exfiltration logic.
Capability Assessment
Purpose & Capability
The name and description match what the files and install.sh do: copy template docs into ~/.openclaw/workspace, create a memory dir, and optionally configure a weekly cron trigger. There are no unrelated env vars, binaries, or mysterious remote credential requests.
Instruction Scope
SKILL.md and assets instruct the agent to auto-load files from the workspace root, read and write memory files, run token-audit triggers, and use OpenClaw tools (read/edit/exec/memory_search). These actions are consistent with a configuration framework. However the content also prescribes behavioral policies (PUA 'act first, ask later', pressure escalation, automatic persistent recording rules) that change agent behavior beyond mere template installation and could cause the agent to take more autonomous actions than some users expect.
Install Mechanism
There is no remote installer executed by the provided scripts: scripts/install.sh only copies bundled assets into the user's home and sets a cron job. That's low-risk. BUT the README suggests an alternate install via curl https://raw.githubusercontent.com/... | bash which is a high-risk pattern; if users follow that, they would execute remote code arbitrarily. The included install.sh itself is local and readable.
Credentials
The skill does not request environment variables, credentials, or unusual config paths. It writes to ~/.openclaw/workspace and ~/.openclaw/workspace/memory and adds a crontab entry — these are proportional for a workspace/template installer. Note: the assets reference locations of credential files in documentation (e.g., ~/.config/openclaw/credentials, ~/.env) as reminders; the skill does not directly access them, but placing files in the auto-loaded workspace can cause the agent to read user-provided content you put there.
Persistence & Privilege
The installer is persistent: it copies multiple policy/behavior documents into ~/.openclaw/workspace which OpenClaw will auto-load each session, and it installs a weekly cron entry that writes to a workspace trigger file. That persistent, auto-loaded content will change agent behavior on every session (including the PUA problem-solving rules). Combined with normal autonomous invocation, this increases the potential for the agent to perform actions the user didn't anticipate. The skill does not alter other skills or system-wide settings beyond the user's workspace and crontab.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install moltcare-open
  3. After installation, invoke the skill by name or use /moltcare-open
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v3.2.0
**MoltCare-Open v3.2.0 – Major update with token optimization and new audit features** - Added layered task execution and daily token optimization audit, reducing OpenClaw’s routine token usage. - Introduced new config/assets files: BEST_PRACTICES.md, CONFIG_CHECKLIST.md, IDENTITY.md, TOKEN_AUDIT.md, TOOLS.md, and token-audit-template.md. - Updated AGENTS.md and documentation to include cost-efficient L0–L3 task layering and automatic audit scheduling. - Installation and file-loading instructions clarified: templates must now be in the workspace root for auto-loading; memory/audit templates are loaded on demand. - Weekly token audit is now auto-configured (cron job); manual trigger supported. - Revised SKILL.md and install script to reflect new templates, audit workflow, and best practices guidance.
v3.1.0
Initial release: Three-layer trigger architecture with PUA problem-solving framework
Metadata
Slug moltcare-open
Version 3.2.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 2
Frequently Asked Questions

What is Skill?

Install and configure the MoltCare Agent Framework - a four-layer configuration system (SOUL/AGENTS/USER/MEMORY) with three-layer trigger architecture (Exact... It is an AI Agent Skill for Claude Code / OpenClaw, with 306 downloads so far.

How do I install Skill?

Run "/install moltcare-open" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Skill free?

Yes, Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Skill support?

Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Skill?

It is built and maintained by useens (@useens); the current version is v3.2.0.

💬 Comments