wick 是 AI Skill Hub 本期精选n8n工作流之一。综合评分 8.0 分,整体质量较高。我们强烈推荐将其纳入你的 AI 工具库,帮助提升工作效率。
wick 是一款基于 Go 开发的开源工具,专注于 ai、ai-agent、low-code 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
wick 是一款基于 Go 开发的开源工具,专注于 ai、ai-agent、low-code 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:go install(推荐) go install github.com/yogasw/wick@latest # 方式二:从源码编译 git clone https://github.com/yogasw/wick cd wick go build -o wick . # 方式三:下载预编译二进制 # 访问 Releases 页面下载对应平台二进制文件 # https://github.com/yogasw/wick/releases
# 查看帮助 wick --help # 基本运行 wick [options] <input> # 详细使用说明请查阅文档 # https://github.com/yogasw/wick
// n8n 工作流配置步骤 // 1. 在 n8n 中点击 "Import Workflow" // 2. 粘贴 JSON 文件内容或上传文件 // 3. 配置必要的 Credentials: // - Settings → Credentials → New // - 选择对应服务类型填写 API Key // 4. 激活工作流 (Toggle ON) // 5. 通过 Webhook 或定时触发器运行
Build internal tools and AI agents in Go — or just download and run Claude / Codex / Gemini as a Slack + Telegram + web agent host. No copy-pasting. You own the code.
Two ways to use wick:
---
docker run -d \ -p 9425:9425 \ -v wick-agent-data:/root/.wick-agent \ ghcr.io/yogasw/wick-agent:latest all ```
The binary supports two modes — pick one:
| Mode | Command | Best for |
|---|---|---|
| **System tray** | wick-agent (no args) | Desktop — right-click menu, icon shows state, auto-start on login |
| **Headless** | wick-agent server | Remote server / Docker — no GUI, logs to stdout |
Then in the web UI (/tools/agents):
default is created automatically)Every Bash command the agent runs goes through the Command Gate — whitelist globs or escalate to interactive 4-mode approval (Approve once / This session / Always / Block), audited to JSONL.
---
```bash
go install github.com/yogasw/wick@latest
wick init my-app cd my-app wick dev # http://localhost:9425
> The `install.sh` / `install.ps1` scripts above install `wick-agent` (the runtime binary), **not** the `wick` CLI used for scaffolding. For development you need `go install`.
Open `my-app/` in Claude Code and prompt what you need:
add a tool called "base64" that encodes and decodes text add a background job that syncs data from our API every 30 minutes add a connector for GitHub with list_repos and create_issue operations ```
Claude writes real Go files in your repo — you own everything. git diff to review, git revert to undo.
| Type | Audience | Entry point | URL |
|---|---|---|---|
| Tool | Humans (web UI) | Register(r tool.Router) | /tools/{key} |
| Job | Scheduler | Run(ctx) (string, error) | /jobs/{key} |
| Connector | LLMs via MCP | Operations() | /mcp |
| Agents | Slack / Telegram / Web | built-in | /tools/agents |
高质量的开源n8n工作流项目
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,wick 在n8n工作流赛道中表现稳健,质量优秀。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | wick |
| 原始描述 | 开源n8n工作流:Build internal tools and AI agents in Go — or just download and run Claude / Cod。⭐6 · Go |
| Topics | aiai-agentlow-codego |
| GitHub | https://github.com/yogasw/wick |
| License | MIT |
| 语言 | Go |
收录时间:2026-06-17 · 更新时间:2026-06-17 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端