能力标签
WrongStack
⚙️
Agent工作流

WrongStack

基于 TypeScript · 无代码搭建完整 AI 自动化流程
⭐ 46 Stars 🍴 4 Forks 💻 TypeScript 📄 MIT 🏷 AI 7.5分
7.5AI 综合评分
aitypescriptcode-generation
✦ AI Skill Hub 推荐

经 AI Skill Hub 精选评估,WrongStack 获评「推荐使用」。这款Agent工作流在功能完整性、社区活跃度和易用性方面表现出色,AI 评分 7.5 分,适合有一定技术背景的用户使用。

📚 深度解析

WrongStack 是一套完整的 AI Agent 自动化工作流方案。随着 AI 能力的不断提升,基于 Agent 的自动化工作流正在成为提升个人和团队效率的核心方式。区别于传统的 RPA 自动化(模拟鼠标键盘操作),AI Agent 工作流通过理解任务意图、动态规划执行路径,能够处理更复杂的非结构化任务。

WrongStack 工作流的设计遵循"最小配置,最大复用"原则:核心逻辑已经封装好,用户只需配置自己的 API Key 和业务参数即可快速上手。工作流内置错误处理和重试机制,在网络波动或 API 限速等情况下仍能稳定运行,适合作为生产环境的自动化基础设施。

在实际部署时,建议先在测试环境中运行 3-5 次,验证各个环节的输出结果符合预期,再部署到生产环境。AI Skill Hub 评分 7.5 分,是同类 Agent 工作流中的精选推荐。

📋 工具概览

WrongStack 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

GitHub Stars
⭐ 46
开发语言
TypeScript
支持平台
Windows / macOS / Linux
维护状态
轻量级项目,按需更新
开源协议
MIT
AI 综合评分
7.5 分
工具类型
Agent工作流
Forks
4

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

WrongStack 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。

📌 核心特色
  • 可视化 Agent 工作流编排,无需编写复杂代码
  • 支持多步骤自动化任务链,实现全流程无人值守
  • 与外部 API、数据库和第三方服务无缝集成
  • 内置错误处理与自动重试机制,保障稳定运行
  • 提供可复用的自动化模板,快速在同类场景部署
🎯 主要使用场景
  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:npm 全局安装
npm install -g wrongstack

# 方式二:npx 直接运行(无需安装)
npx wrongstack --help

# 方式三:项目依赖安装
npm install wrongstack

# 方式四:从源码运行
git clone https://github.com/WrongStack/WrongStack
cd WrongStack
npm install
npm start
📋 安装步骤说明
  1. 访问 GitHub 仓库获取工作流文件
  2. 在对应平台(Dify / Flowise / Make 等)中找到「导入工作流」功能
  3. 上传工作流文件
  4. 按照提示配置必要的环境变量和 API Key
  5. 运行测试确认流程正常后投入使用
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 命令行使用
wrongstack --help

# 基本用法
wrongstack [options] <input>

# Node.js 代码中使用
const wrongstack = require('wrongstack');

const result = await wrongstack.run(options);
console.log(result);
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# wrongstack 配置说明
# 查看配置选项
wrongstack --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export WRONGSTACK_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 82/100 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

WrongStack

Built on the wrong stack. Shipped anyway.

A CLI AI coding agent that runs in your terminal. It reads your code, edits files, runs commands, and reasons through bugs — while you stay in control of every permission. It drives autonomous goal loops, parallel subagent fan-out, multi-agent Director orchestration, and collaborative debugging; guides Spec-Driven Development cycles; and ships with 36 built-in tools, 16 bundled skills, 7 first-party plugins (prompt library, GitHub cloud sync, git, security, skills, plan, observability), 10 more in the official @wrongstack/plugins collection, and ~110 providers from models.dev — all with AES-256-GCM encrypted secrets and per-tool permission policies.

Provider catalog comes from models.dev — no hardcoded provider lists, no hardcoded pricing, no hardcoded model names. API keys are encrypted at rest with a per-machine key. Every developer-level config lives under ~/.wrongstack/; the only thing you'd ever commit to a repo is .wrongstack/AGENTS.md.

Features

`--no-features` minimal kernel

Flips off MCP, plugins, memory tools, models.dev fetch, and skill discovery. What's left: kernel (Container + Pipeline + EventBus + RunController, 505 lines) + agent (525 lines) + 36 tools + permission policy + curated system prompt. The minimal-viable WrongStack runs offline with no network calls at startup. Provider family must be declared explicitly in config when using this mode.

---

What's new in 0.9.20

- Collaborative debugging goes live in the TUI. The fleet monitor (Ctrl+F) now renders a dedicated ⚡ COLLAB SESSION banner during a Director.spawnCollab() run: live per-stage counters (🐛 bugs · 📐 plans · ⚖️ evaluations), a color-coded overall verdict chip (approve / needs_revision / reject), and an inline timeline of bug.found → refactor.plan → critic.evaluation → session done events with elapsed-time stamps. The TUI listens directly to the collab FleetBus events, detects each agent's role from its subagent id, and caps the timeline buffer so long runs stay bounded.

- AGENTS.md documents the collab pipeline + fleet commands. New reference sections cover the three-agent bug-hunter → refactor-planner → critic pipeline, the fleet_emit event contract, the relevant code references, and the full Ctrl+F / Ctrl+G / /fleet * command table.

What's new in 0.9.19

- Security audit — findings F-01 → F-07 remediated. A full security-check pass closed: an arbitrary file write in the diff tool (a/b refs were pushed into git diff argv unguarded, so { a: "--output=<path>" } clobbered files with no confirmation — now validated as commit-ish), tool-registry wrap/unregister now enforce plugin trust tiers (external plugins can't silently downgrade a builtin), the subagent auto-approve guard now fails closed (denies edit/replace/all mcp__*, not just bash/write), symlink-resolving containment checks on read/edit/write, SSRF-guarded redirects in the search tool, session-log scrubbing of user/model turn text, and IPv6 IMDS parity in MCP transport validation. 26 new regression tests; pnpm audit reports 0 advisories across 591 deps. See security-report/ and CHANGELOG.md.

- Collaborative debugging — three agents on one problem, in parallel. Director.spawnCollab() runs BugHunter, RefactorPlanner, and Critic simultaneously on a shared immutable file snapshot. Findings flow through the FleetBus (bug.found → refactor.plan → critic.evaluation); the Director routes results between agents via a shared scratchpad and returns a structured CollabDebugReport. Subagents emit structured signals through the new fleet_emit tool, and each spawned worker now gets a memorable scientist nickname (Turing, Shannon, Gauss, …) instead of AGENT#N.

- Tougher streaming. Truncated tool-call argument streams (JSON that ends mid-object) are now salvaged by completePartialObject instead of dropping the call.

What's new in 0.9.7

  • Four new bundled skills — bundled set grows 12 → 16. Added testing (vitest patterns, mocking, coverage, unit/integration/e2e), observability (structured logging, traces, metrics, redaction), api-design (REST patterns, error codes, pagination, auth), and docker-deploy (multi-stage builds, non-root user, image scanning).
  • All bundled skills standardized. Every skill now follows one structure — Overview → Rules → Patterns (Do / Don't) → Skills in scope — so they read consistently and compose predictably. Highlights: react-modern hook table expanded and a duplicate section removed, typescript-strict gained a Workflow section (tsconfig → per-file → CI gate), refactor-planner moved its dependency-graph example into Patterns, and audit-log documents the JSONL session-event structure.
  • docs/skills.md now reflects 16 bundled skills, with AGENTS.md and the skill-gen docs synced to the standardized layout.

What's new in 0.9.4

  • /autophase, /goal, and /sdd no longer crash when paths are unconfigured. All three slash commands now guard opts.paths before use and return a clear error message rather than throwing when the paths layer hasn't been wired into the command context.
  • TUI settings overlay reflects persisted values on open. The TUI's /settings overlay now calls getSettings (wired to loadAutonomySetting) on mount so the mode and delay fields show the actual saved values instead of always starting from defaults.
  • saveSettings return type is now async-compatible. saveSettings in RunTuiOptions returns string | null | Promise<string | null> so the async persistAutonomySetting implementation in the CLI executor no longer causes a type mismatch.

What's new in 0.9.2

  • /settings works in the TUI — now with a real overlay. The old menu blocked on readline, which can't run under Ink (Ink owns stdin) — so in the TUI it hung invisibly and every keypress redrew the status bar into the chat history. Two fixes: (1) the builtin /settings is now argument-driven and non-blocking (/settings, /settings delay <seconds>, /settings mode <off|suggest|auto>, /settings defaults) — works in REPL + headless; (2) the TUI registers a keyboard-driven overlay (↑/↓ field · ←/→ change · Enter save · Esc cancel) for autonomy mode and auto-proceed delay, matching the /model and /autonomy pickers.
  • WebUI can list saved providers. A new providers.saved WebSocket message returns every saved provider (id, family, baseUrl) with its stored keys as { label, maskedKey, isActive, createdAt }. Only masked key values cross the wire — raw secrets stay server-side.

What's new in 0.9.1

  • Corruption guard pre-commit hook. A new scripts/guard-against-corruption.mjs runs on every commit and blocks two patterns of damage: the known worktreeMonitorToggle corruption fragment in any staged file, and suspicious mass-changes (>20 files by default, tunable via GUARD_MAX_FILES, override with --force). Auto-wired through postinstall so a fresh pnpm install activates the guard with zero setup.
  • /settings interactive menu. New slash command opens a terminal picker for the two most-asked-for runtime knobs: auto-proceed delay (seconds the agent waits in auto autonomy before continuing) and default autonomy mode (off / suggest / auto). Persisted to ~/.wrongstack/config.json.
  • Three security tightenings. Mutating auto-permission tools now require user confirmation (a remote WS client can no longer trigger network-side-effect tools without a prompt). bash and exec redact secret-bearing CLI flags (--token=…, TOKEN=…, --github-token=…, …) before registering the process, so /ps and crash dumps never leak. config.json rollback on POSIX refuses to write when the calling euid does not own the file.
  • Windows build memory fix. build, typecheck, and test:coverage now prepend cross-env NODE_OPTIONS=--max-old-space-size=4096 so the monorepo's typecheck and coverage passes stop OOM'ing on Windows.

What's new in 0.9.0

  • AutoPhase autonomous workflow. /autophase start [title] breaks a project into ordered phases (Discovery → Design → Implementation → Testing → Deployment) and runs them autonomously, with a live phase/task view in the web UI. Run /autophase for the full subcommand list.
  • TUI input stays put. Fixed a regression where resizing or new output could push the input box to the top of the screen and erase committed history; the input and status bar now stay pinned to the bottom and /help lists every command in full.
  • Leaner compaction accounting. Context-compaction load is now reported against the full-request estimate (no more confusing "~1.3× overhead" figures), and no-op compactions are skipped.

For earlier release notes, see CHANGELOG.md.

Requirements

  • Node.js ≥ 22.0.0
  • pnpm ≥ 9.0.0 (recommended) or npm

Install

```bash npm install -g wrongstack

First run — interactive setup wizard

wrongstack init

First-run setup

Three ways to configure:

  1. wrongstack init — interactive wizard, saves to ~/.wrongstack/config.json
  2. Automatic picker — just run wrongstack with no config; saves after selection
  3. CLI flagswrongstack --provider <id> --model <id> — skips all interactivity

Add a key later: wrongstack auth groq (prompts, encrypts, stores).

Quick start

```bash

Examples

See examples/ for 6 categories of working examples:

#ExampleWhat it demonstrates
01[Basic usage](examples/01-basic/)Single-shot, REPL, session resume, YOLO
02[Tool usage](examples/02-tools/)File editing, code search, git, tests
03[Multi-provider](examples/03-providers/)Switching providers, custom endpoints
04[MCP integration](examples/04-mcp/)Connecting MCP servers, using MCP tools
05[Multi-agent](examples/05-multi-agent/)Director fleet, delegation, subagents
06[Real-world workflows](examples/06-real-world/)Refactoring, testing, debugging, audits

No config? Interactive picker launches automatically:

wrongstack # provider list → model list → save prompt → REPL wrongstack --tui # same, then enters TUI

Configuration

Environment variables

VariableDescription
<PROVIDER>_API_KEYAPI key for the provider (e.g. ANTHROPIC_API_KEY, OPENAI_API_KEY)
WRONGSTACK_FETCH_ALLOW_PRIVATESet to 1 to allow localhost / private IPs in the fetch tool
WRONGSTACK_BASH_ENV_PASSTHROUGHSet to 1 to disable the bash-tool env allowlist (legacy unsafe mode — see SECURITY.md)

Config file (`~/.wrongstack/config.json`)

{
  "version": 1,
  "provider": "anthropic",
  "model": "claude-opus-4-7",
  "providers": {
    "anthropic": { "apiKey": "enc:v1:<iv>:<tag>:<ciphertext>" }
  },
  "features": {
    "mcp": true,
    "plugins": true,
    "memory": true,
    "modelsRegistry": true,
    "skills": true
  },
  "plugins": []
}

apiKey-like fields are auto-encrypted on first contact. Plaintext keys in older config files get migrated transparently on boot.

Or piggy-back on the CLI process

wrongstack --webui ```

CLI flags

--provider <id>      Override provider (e.g. anthropic, openai, groq)
--model <id>         Override model
--cwd <path>         Project root (default: process.cwd())
--resume <id>        Resume a saved session
--tui                Use the Ink TUI instead of readline REPL
--no-tui             Force-disable the TUI (overrides --tui)
--no-banner          Suppress the startup banner
--no-features        Minimal kernel — no MCP, plugins, memory, models.dev, skills
--yolo               Auto-allow all tool calls (don't ask for confirmation)
--director           Enable Director-based fleet orchestration (LLM-driven subagent planning)
--goal "<task>"      Boot directly into goal mode — GOAL preamble injected, TUI auto-enabled
--ask "<text>"       Submit one turn verbatim on TUI boot (no preamble)
--alt-screen         TUI only: render into a separate screen buffer (no native scrollback)
--verbose / -v       Log level → debug
--trace              Log level → trace
--log-level <lvl>    Explicit log level
--help / --version   Standard

Plugin ecosystem — `@wrongstack/plugins`

Ten ready-to-use plugins ship in one package, each available via a subpath export (@wrongstack/plugins/<name>):

PluginToolsNotes
auto-docauto_doc, auto_doc_previewJSDoc / TSDoc comment generation
git-autocommitgit_autocommit, git_stage, git_status_summaryConventional-commit messages
shell-checkshellcheck_run, shellcheck_scanShellCheck wrapper
cost-trackercost_summary, cost_reset, cost_exportToken usage + cost per model via provider.response events
file-watcherwatch_start, watch_stop, watch_listEmits file-watcher:changed events
web-searchweb_search, web_fetchCached DuckDuckGo + URL→markdown
json-pathjsonpath_query, jsonpath_mutateJSONPath-style queries and mutations
croncron_schedule, cron_list, cron_cancelRecurring actions via beforeIteration / afterIteration hooks
template-enginerender_template, template_variables{{var}} / {{#if}} / {{#each}} expansion + system-prompt contributor
semver-bumpsemver_bump, changelog_updateConventional-commit-driven version bumps

All plugins type-check under strict + noUncheckedIndexedAccess, use the real plugin API (api.onEvent not pipeline mutation), register AgentExtension for iteration hooks, and ship Record<string, unknown> typings on every tool execute.

Built-in (first-party) plugins

Seven plugins ship enabled by default and load before any user plugin — they wire core infrastructure and claim bare slash-command names (only official first-party plugins may do so; external plugins stay namespaced). Opt a specific one out with { "name": "wstack-git", "enabled": false } in config.plugins, or disable all with features.plugins: false.

Built-in pluginSlash commandsWhat it adds
wstack-prompts/prompts list\|view\|add\|delete\|edit\|extendPersonal prompt library with LLM-powered enhancement
wstack-sync/sync status\|enable\|disable\|push\|pull\|categoriesGitHub cloud sync for settings, skills, prompts, memory, and history — token encrypted via the secret vault, no git CLI needed
wstack-git/commit, /gitcheck, /pushLLM-written conventional commits, pre-commit sanity check, push
wstack-security/security scan\|audit\|reportSecurity scanning surface
wstack-skills/skill, /skill-gen, /skill-install, /skill-update, /skill-uninstallSkill discovery, generation, and lifecycle
wstack-plan/plan show\|add\|start\|done\|remove\|clearPer-session strategic roadmap (chip in the TUI status bar)
wstack-observability/metrics, /healthPrometheus metrics + health snapshot

Cloud sync (/sync) pushes/pulls user-selected ~/.wrongstack categories — settings, skills, prompts, memory, history — to a private GitHub repo over the REST API. State lives in ~/.wrongstack/sync.json (token encrypted) + sync-state.json; pick categories with /sync categories.

Manage from CLI or REPL:

wstack plugin list
wstack plugin install telegram
wstack plugin official
wstack plugin disable telegram
wstack plugin enable telegram
wstack plugin remove telegram
telegram and lsp are bundled aliases for @wrongstack/telegram and @wrongstack/plug-lsp.

Packages

PackagePurpose
@wrongstack/coreKernel, agent, types, registries, plugin contract
@wrongstack/runtimeDefault runtime implementations, host composition helpers, extension pack contracts
@wrongstack/providersAnthropic/OpenAI/OpenAI-compatible/Google wire adapters + SSE
@wrongstack/tools36 built-in tools (incl. SQLite codebase index)
@wrongstack/mcpMCP server registry + reconnection logic
@wrongstack/cliREPL, subcommands, slash commands, terminal renderer
@wrongstack/tuiInk-based TUI (lazy-loaded behind --tui)
@wrongstack/plug-lspLSP plugin (wrongstack-lsp-setup binary)
@wrongstack/telegramTelegram plugin: send/read/notifications, /telegram:* slash commands
@wrongstack/webuiStandalone web UI — webui binary, also via wrongstack --webui
@wrongstack/pluginsOfficial plugin collection — 10 plugins via subpath exports
🇨🇳 中文文档镜像 AI 翻译 2026-06-01
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

WrongStack 是一款运行在终端(Terminal)中的 CLI AI 编程 Agent。它不仅能读取代码、编辑文件、执行命令并推理 Bug,还能在保持用户对权限完全控制的前提下,驱动自主目标循环(Autonomous Goal Loops)、并行子 Agent 分发(Parallel Subagent Fan-out)以及多 Agent Director 编排。它支持 Spec-Driven Development 周期,通过强大的协作调试能力,帮助开发者高效交付代码。

⚡ 功能介绍

WrongStack 提供丰富的 AI 能力,支持通过 Director 进行多 Agent 协作。你可以通过 `--no-features` 模式启动一个极简内核,仅保留核心的 Container、Pipeline、EventBus 和 RunController,实现无网络调用的离线运行。此外,最新版本 0.9.20 引入了 TUI 协作调试功能,通过实时监控看板展示 Bug 发现、重构计划及 Critic 评估的完整生命周期,让调试过程透明可见。

📋 环境依赖

运行 WrongStack 需要满足以下环境要求:Node.js 版本需 ≥ 22.0.0;包管理工具推荐使用 pnpm (≥ 9.0.0),同时也支持使用 npm 进行安装。

🛠 安装步骤(Docker/pip/源码)

你可以通过 npm 全局安装 WrongStack:执行 `npm install -g wrongstack`。首次运行时,系统会启动交互式设置向导 `wrongstack init` 来保存配置。此外,你也可以通过 CLI 参数直接指定 Provider 和 Model 来跳过交互,或使用 `wrongstack auth <provider>` 命令来加密存储 API Key。

🚀 使用教程

WrongStack 支持多种使用模式。你可以通过 REPL 模式进行单次交互或会话恢复(Session Resume),也可以使用 YOLO 模式快速执行。项目提供了丰富的 `examples/` 目录,涵盖了基础用法、工具调用(如文件编辑、Git 操作、测试执行)以及多 Provider 切换等 6 个类别的实战案例,方便开发者快速上手。

⚙️ 配置说明(含 MCP / env)

配置可以通过交互式向导、自动选择器或 CLI Flags(如 `--provider` 和 `--model`)完成。对于高级用户,可以通过环境变量进行配置,例如设置 `ANTHROPIC_API_KEY` 或 `OPENAI_API_KEY` 来授权。此外,通过 `WRONGSTACK_FETCH_ALLOW_PRIVATE=1` 可以允许 fetch 工具访问本地或私有 IP,确保开发环境的灵活性。

🔌 API 说明

除了直接使用 CLI,你还可以通过 `wrongstack --webui` 命令“搭便车”启动 Web UI 界面。在 CLI 参数方面,支持使用 `--cwd` 指定项目根目录,使用 `--resume <id>` 恢复已保存的会话,以及使用 `--tui` 开启 Ink TUI 交互界面,或通过 `--no-tui` 强制禁用 TUI 以适配特定环境。

🔄 工作流/模块

WrongStack 拥有强大的插件生态系统 `@wrongstack/plugins`,内置了如 `auto-doc`(自动生成 JSDoc/TSDoc)和 `git-autocommit` 等插件。其核心架构由 `@wrongstack/core`(内核与 Agent 逻辑)、`@wrongstack/runtime`(运行时实现)以及 `@wrongstack/providers`(支持 Anthropic、OpenAI、Google 等多种模型供应商)共同组成,构建了完整的模块化工作流。

🎯 aiskill88 AI 点评 A 级 2026-05-31

WrongStack是一个有趣的AI编码代理项目,值得关注

📚 实用指南(长尾问题)
适合谁
  • 需要 WrongStack 解决具体问题的开发者与运营人员
最佳实践
  • 先在测试环境跑通最小用例,再接入生产数据
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
部署方案
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
WrongStack 中文教程WrongStack 安装报错怎么办WrongStack 与同类工具对比WrongStack 最佳实践WrongStack 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要 WrongStack 解决具体问题的开发者与运营人员
⭐ 最佳实践
  • 先在测试环境跑通最小用例,再接入生产数据
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)

👥 适合人群

自动化工程师和运维人员项目经理和业务分析师希望减少重复性工作的专业人士数字化转型团队

🎯 使用场景

  • 自动化日常重复性工作,将精力集中于创造性任务
  • 构建数据采集 → 处理 → 输出的完整自动化管线
  • 实现跨平台、跨系统的数据流转和业务协同

⚖️ 优点与不足

✅ 优点
  • +MIT 协议,可免费商用
  • +大幅减少重复性人工操作
  • +可视化流程,清晰直观
  • +可扩展性强,支持复杂场景
⚠️ 不足
  • 初始配置和调试需投入一定时间
  • 强依赖外部服务的稳定性
  • 复杂场景需具备一定技术基础
⚠️ 使用须知

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。

🔗 相关工具推荐

📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

WrongStack 是一款TypeScript开发的AI辅助工具。开源AI工作流:A CLI AI coding agent that runs in your terminal.。⭐46 · TypeScript 主要应用场景包括:自动化代码编写。
💡 AI Skill Hub 点评

AI Skill Hub 点评:WrongStack 的核心功能完整,质量良好。对于自动化工程师和运维人员来说,这是一个值得纳入个人工具库的选择。建议先在非生产环境试用,再逐步推广。

⬇️ 获取与下载
⬇ 下载源码 ZIP

✅ MIT 协议 · 可免费商用 · 直接从 aiskill88 服务器下载,无需跳转 GitHub

📚 深入学习 WrongStack
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 WrongStack
原始描述 开源AI工作流:A CLI AI coding agent that runs in your terminal.。⭐46 · TypeScript
Topics aitypescriptcode-generation
GitHub https://github.com/WrongStack/WrongStack
License MIT
语言 TypeScript
🔗 原始来源
🐙 GitHub 仓库  https://github.com/WrongStack/WrongStack 🌐 官方网站  http://wrongstack.com/

收录时间:2026-05-31 · 更新时间:2026-06-01 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。