Edith Augment Code
/install edith-augment-code
Augment Code via Auggie CLI
Use 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.
Prerequisites
- Auggie CLI installed:
npm install -g @augmentcode/auggie - Logged in:
auggie login
When to use
Trigger this skill when the user asks to:
- Build, create, or scaffold something ("build me a landing page", "create a REST API")
- Analyze or review code ("analyze this codebase", "review this function")
- Debug or fix issues ("why is this failing", "fix the auth bug")
- Prototype or generate code ("prototype a todo app", "generate a React component")
- Get code suggestions or insights ("how should I structure this", "what's wrong with this approach")
How to use
Generate code or build something
Run auggie in print mode for one-shot tasks:
auggie --print "Build a simple Express API with /health and /users endpoints" 2>&1
Analyze the current project
auggie --print "Analyze this codebase and give me a summary of the architecture" 2>&1
Debug an issue
auggie --print "Look at the recent error in src/ws-relay.ts and suggest a fix" 2>&1
Get quiet/structured output
For clean responses without step details:
auggie --print --quiet "What dependencies does this project use and are any outdated?" 2>&1
Response formatting
When returning results to the user (especially through Edith glasses voice output):
- Summarize the key output concisely
- For code generation: describe what was created and where
- For analysis: give the top 3-5 findings
- For debugging: state the root cause and fix
- Keep it conversational and brief — this may be spoken aloud through glasses
Error handling
- If
auggieis not installed: tell the user to runnpm install -g @augmentcode/auggie - If not logged in: tell the user to run
auggie login - If the command times out: suggest breaking the task into smaller pieces
- Auggie may take 10-30 seconds for complex tasks — warn the user if it's a big request
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install edith-augment-code - 安装完成后,直接呼叫该 Skill 的名称或使用
/edith-augment-code触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Edith Augment Code 是什么?
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, debu... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。
如何安装 Edith Augment Code?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install edith-augment-code」即可一键安装,无需额外配置。
Edith Augment Code 是免费的吗?
是的,Edith Augment Code 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Edith Augment Code 支持哪些平台?
Edith Augment Code 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Edith Augment Code?
由 samdickson22(@samdickson22)开发并维护,当前版本 v1.0.0。