SKILLEX

CamiloAndresGTRUniandes / lucy-ai

lucy-agent

Lucy-ai's own agent ecosystem installer, updater, and verifier. Use this skill when: - Installing lucy-agent on a new OpenClaw instance - Updating lucy-agent in-place - Verifying the lucy-agent installation - Understanding the lucy-agent structure

Preview

What is lucy-agent?

lucy-agent is the installable ecosystem for Lucy-ai — a fully configured AI colleague with personality, skills, conventions, and gateway config fragment.

Repository: https://github.com/camiloandresgtruniandes/lucy-agent

Updating

cd ~/.openclaw/lucy-agent && ./update.sh
# Or pin to a specific version:
./update.sh --tag v1.0.0

Verification

cd ~/.openclaw/lucy-agent && ./verify.sh

What's included

  • Bundled skills: sdd, github-pr, pr-review, csharp-dotnet, tailwind-4, typescript, skill-creator
  • ClawHub skills: weather, browser-automation, acp-router (auto-installed)
  • Workspace seed: SOUL.md, IDENTITY.md, AGENTS.md, USER.md, TOOLS.md, HEARTBEAT.md
  • Config fragment: agent defaults (skills, model, thinking level)

Conflict handling

lucy-agent is idempotent and careful:

  • If a workspace file was modified by the user, it prompts before overwriting
  • If a skill was modified by the user, it prompts before overwriting
  • Re-running install.sh on an existing installation does a git pull (not a fresh clone)

Security

SKILL.md