
from Lucy AI (lucy-agent)18
Installer and updater for the Lucy-agent ecosystem: bootstraps a collection of skills, workspace seeds, and verification tools for OpenClaw.
Lucy Agent provides an installable ecosystem for the Lucy-ai agent: a one-command installer, update and verification scripts, bundled skill seeds, and workspace configuration fragments to wire an OpenClaw instance with a consistent set of skills and defaults. It simplifies initial setup and ongoing maintenance of a Lucy-powered workspace.
Use this skill when provisioning a new OpenClaw instance, when you want to install Lucy-ai's recommended skills and workspace files, or when you need to verify or update an existing Lucy-agent installation. Typical triggers: fresh machine setup, reproducible workspace seeding, or upgrading the Lucy toolchain.
This skill is focused on OpenClaw agent runtimes (Lucy-ai / OpenClaw). The installer produces standard workspace files and skills compatible with typical OpenClaw agents and skills (Claude Code-style skill layouts).
Lucy-agent is an installer/updater for the lucy-ai ecosystem on OpenClaw, providing bundled skills, workspace seeds, and a config fragment. The SKILL.md prominently instructs curl|bash installation from GitHub, which is a significant security concern. The bundled scripts (check-content-boundaries.sh, common.sh, install-pre-commit-hook.sh) are well-written with proper error handling, but the core install.sh and update.sh referenced in SKILL.md are not bundled. Scripts ran in sandbox with expected failures (no git repo context, need flags).
The curl|bash install pattern is the main security concern. The actual bundled scripts are defensive and well-structured. The skill is niche — only useful for lucy-ai ecosystem users. Two of three scripts failed in sandbox but for expected reasons (missing git context, missing required flags).