What problem does it solve?
This Skill solves the problem of standing up and maintaining a working Lucy-ai OpenClaw environment, including installing bundled skills, seeding workspace templates, linking the required config fragment, and validating everything is wired correctly.
Core Features & Use Cases
- One-command lifecycle management: Install lucy-agent on a new OpenClaw instance, update in place, and uninstall cleanly.
- Agnostic workspace seeding: Seeds
AGENTS.md, TOOLS.md, MEMORY.md, and related templates while enforcing project-agnostic content boundaries.
- Skill ecosystem install: Installs bundled skills from
skills/ when SKILL.md exists, and optionally installs ClawHub skills.
- Config fragment alignment: Ensures
config/agent-fragment.json5 is the runtime source for the SDD agent profiles (used via $include in openclaw.json).
- Post-install verification: Runs
verify.sh to check skill presence, agnostic constraints, SDD orchestrator sync, and config profile integrity.
Quick Start
Use the lucy-agent skill to install everything in one step: run the installer with your preferred flags, for example ask the AI to execute curl -fsSL https://raw.githubusercontent.com/CamiloAndresGTRUniandes/lucy-ai/main/install.sh | bash -s -- --accept-defaults --skip-workspace.