LX Agent Optimizer
Analysis
The skill is coherent and not overtly malicious, but it gives the agent broad ongoing access to private context and persistent self-modification, so it needs careful review before installation.
Findings (5)
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.
Safe to do freely: - Read files, search web, check calendars - Update memory, logs, TOOLS.md - Run scheduled checks - Organize workspace
This explicitly authorizes broad file, calendar, memory, scheduling, and workspace actions without asking the user, but does not define safe paths, sensitive-data exclusions, or approval boundaries.
Run `python3 /Users/paolo/.openclaw/workspace/skills/calendar-morning/scripts/today_events.py`
The skill instructs the agent to run a helper script outside the provided artifact set; that script is not included for review and is tied to a specific author's local path.
"name": "Weekly Self-Improvement", "schedule": { "kind": "cron", "expr": "0 9 * * 1" }, "sessionTarget": "main", "text": "⏰ Weekly improvement: read improvement_log.md, review last week's problems, add 2-3 new lessons, send brief report to user."The scheduled main-session cron is disclosed and user-directed, but it creates ongoing autonomous activity that reads and writes self-improvement state.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
Apple Calendar today events | Run `python3 /Users/paolo/.openclaw/workspace/skills/calendar-morning/scripts/today_events.py` on Paolo's Mac mini; under the hood it uses `/usr/bin/osascript` + Calendar.app
This directs use of local Calendar.app account access through a hardcoded personal machine path, but the skill metadata does not declare calendar credentials, required config, or account-access boundaries.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Every Monday 9:00 AM: 1. Read improvement_log.md for history 2. Review last 7 days of conversations 3. Identify 2-3 concrete problems 4. Write specific, actionable lessons ... Lesson mentioned 3x in log → move to TOOLS.md or SOUL.md ... record in MEMORY.md
The skill tells the agent to mine recent conversation history and persist derived lessons into long-term behavior files, with no strong validation, review, retention, or rollback controls.
