One-click install
npx skills add https://github.com/CamiloAndresGTRUniandes/lucy-ai --skill lucy-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: lucy-agent
Source: https://github.com/CamiloAndresGTRUniandes/lucy-ai/tree/main
Command: npx skills add https://github.com/CamiloAndresGTRUniandes/lucy-ai --skill lucy-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about lucy-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I install a complete agent ecosystem on an OpenClaw instance?

Install an agent ecosystem on OpenClaw by running an idempotent installer script that provisions workspace templates, bundled skills, and config fragments. It executes auditable shell commands to ensure deterministic agent operations.

How do I keep workspace templates project-agnostic when seeding an agent environment?

Keep workspace templates project-agnostic by enforcing content boundaries during the seeding of AGENTS.md, TOOLS.md, and MEMORY.md files. Post-install verification checks validate that agnostic constraints remain intact.

How do I align SDD agent profiles with OpenClaw config fragments?

Align SDD agent profiles by ensuring config/agent-fragment.json5 serves as the runtime source via $include in openclaw.json. Verification workflows validate that locked agnostic templates and SDD profiles remain consistent.

Can I update agent skills in place without breaking existing workspace configurations?

Update agent skills in place using idempotent file synchronization that prevents configuration drift. The lifecycle management process applies updates cleanly and runs verification checks to confirm skill presence and config integrity.

What does post-install verification check for in an agent ecosystem deployment?

Post-install verification checks skill presence, agnostic constraint enforcement, SDD orchestrator synchronization, and config profile integrity. Running verify.sh validates that the complete agent deployment is wired correctly.

Do I need to manually install ClawHub skills alongside bundled agent skills?

You do not need to manually install ClawHub skills because the ecosystem installer handles both bundled skills from the skills/ directory and optional ClawHub skill provisioning automatically.