Use Augment Code (Auggie CLI) to analyze, generate, and modify code through Edith smart glasses or OpenClaw. Triggers when the user asks to build, code, debug, analyze, or prototype something.
npx @senso-ai/shipables install samdickson22/edith-augment-codeUse Augment Code's powerful context engine and agentic coding capabilities through OpenClaw. This skill wraps the auggie CLI to let users generate code, analyze projects, debug issues, and build prototypes — hands-free through Edith glasses or any OpenClaw channel.
npm install -g @augmentcode/auggieauggie loginTrigger this skill when the user asks to:
Run auggie in print mode for one-shot tasks:
auggie --print "Build a simple Express API with /health and /users endpoints" 2>&1
auggie --print "Analyze this codebase and give me a summary of the architecture" 2>&1
auggie --print "Look at the recent error in src/ws-relay.ts and suggest a fix" 2>&1
For clean responses without step details:
auggie --print --quiet "What dependencies does this project use and are any outdated?" 2>&1
When returning results to the user (especially through Edith glasses voice output):
auggie is not installed: tell the user to run npm install -g @augmentcode/auggieauggie login