← 返回
未分类 中文

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...
使用 Augment Code(Auggie CLI)通过 Edith 智能眼镜或 OpenClaw 分析、生成和修改代码。当用户请求构建、编码、调试等操作时触发。
samdickson22 samdickson22 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 314
下载
💾 0
安装
1
版本
#latest

概述

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 auggie is not installed: tell the user to run npm 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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 10:45 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 682 📥 330,136
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 197 📥 68,073
ai-agent

ChatGPT Import

samdickson22
导入并嵌入ChatGPT对话记录至OpenClaw记忆搜索库,便于归档和检索历史聊天。
★ 2 📥 1,257