像素AI工作流 是 AI Skill Hub 本期精选Agent工作流之一。综合评分 7.5 分,整体质量较高。我们推荐使用将其纳入你的 AI 工具库,帮助提升工作效率。
像素AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
像素AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:cargo install(推荐) cargo install pixtuoid # 方式二:从源码编译 git clone https://github.com/IvanWng97/pixtuoid cd pixtuoid cargo build --release # 二进制在 ./target/release/pixtuoid
# 查看帮助 pixtuoid --help # 基本运行 pixtuoid [options] <input> # 详细使用说明请查阅文档 # https://github.com/IvanWng97/pixtuoid
# pixtuoid 配置说明 # 查看配置选项 pixtuoid --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export PIXTUOID_CONFIG="/path/to/config.yml"
<p align="center"> <img src="docs/images/sprite-banner.png" alt="pixtuoid sprites" width="500" /> </p>
<p align="center"> <em>Your AI coding agents, visualized as pixel-art coworkers in a terminal office.</em> </p>
<p align="center"> <sub><em><b>pix</b>el + <b>tu</b>i + (agent-)<b>oid</b></em></sub> </p>
<p align="center"> <a href="https://github.com/IvanWng97/pixtuoid/stargazers"><img src="https://img.shields.io/github/stars/IvanWng97/pixtuoid?style=flat-square" alt="Stars" /></a> <a href="https://github.com/IvanWng97/pixtuoid/releases"><img src="https://img.shields.io/github/v/release/IvanWng97/pixtuoid?label=version&style=flat-square" alt="Version" /></a> <a href="LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License" /></a> <a href="https://github.com/IvanWng97/pixtuoid/actions/workflows/ci.yml"><img src="https://img.shields.io/github/actions/workflow/status/IvanWng97/pixtuoid/ci.yml?style=flat-square&label=CI" alt="CI" /></a> <a href="https://codecov.io/gh/IvanWng97/pixtuoid"><img src="https://img.shields.io/codecov/c/github/IvanWng97/pixtuoid?style=flat-square" alt="Coverage" /></a> <a href="https://claude.ai/code"><img src="https://img.shields.io/badge/Built%20with-Claude%20Code-blueviolet?style=flat-square&logo=anthropic" alt="Built with Claude Code" /></a> <a href="https://buymeacoffee.com/IvanWng97"><img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?style=flat-square&logo=buy-me-a-coffee&logoColor=black" alt="Buy Me a Coffee" /></a> </p>
<p align="center"> <img src="docs/images/demo.gif" alt="pixtuoid animated demo" width="800" /> </p>
<p align="center"> <a href="https://ivanwng97.github.io/pixtuoid/"><strong>🖥︎ Live demo ↗</strong></a> · <a href="https://ivanwng97.github.io/pixtuoid/architecture">Architecture</a> · <a href="https://ivanwng97.github.io/pixtuoid/config">Configuration</a> · <a href="https://ivanwng97.github.io/pixtuoid/contributing">Contributing</a> </p>
---
| Feature | Description | |
|---|---|---|
| 🏢 | **Multi-agent office** | Each agent session gets a desk; overflow agents auto-fill new floors |
| 🛗 | **Multi-floor office** | PageUp/PageDown/↑↓/jk to navigate floors with slide transition |
| 🎭 | **Animated characters** | Typing, waiting (?), sleeping (z's), walking with A\*-routed pathfinding |
| 💡 | **Per-tool monitor glow** | Edit = blue, Bash = orange, Read = cyan — scannable at a glance |
| 🎨 | **Per-agent identity** | Deterministic shirt/hair/skin palette from session hash, 16 curated outfits |
| 🌧️ | **Weather effects** | Rain, storm, snow, fog, overcast, windy — cycles every 10 min + sunset golden hour |
| 📊 | **Tooltip stats** | Hover any agent to see session duration, tool call count, and active time % |
| 🏷️ | **Furniture tooltips** | Hover any item — desks, sofas, plants, vending machine, printer — to see its name |
| 🐾 | **Office pets** | A cat or dog (one per floor) roams desks, pantry, sofas; sleeps near idle agents. Click to pet — pixel-art hearts float up |
| ☕ | **Coffee run** | Idle agents visit the pantry, carry a cup back to their desk. Cup stays while you work; taken on exit |
| 💬 | **Pantry chitchat** | 2+ idle agents at the same waypoint trigger speech bubbles with dev-humor snippets |
| 🛡️ | **Hook-safe** | The shim always exits 0 — a stuck visualizer can never block your agent |
brew install IvanWng97/pixtuoid/pixtuoid
pixtuoid install-hooks
pixtuoid
In another terminal, start a supported coding agent (Claude Code, Codex, Antigravity, …). A character walks in from the elevator within a second.
Keyboard shortcuts: q quit · p pause · t themes · ? help · ↑↓/jk/PgUp/PgDn floors · click to pin tooltip
<details> <summary><strong>More install methods</strong></summary>
Press t to switch themes with live preview. Your choice persists across sessions. 6 built-in:
<p align="center"> <img src="docs/images/themes-composite.png" alt="6 themes: Normal, Cyberpunk, Dracula, Tokyo Night, Catppuccin, Gruvbox" width="800" /> </p>
Settings live in ~/.config/pixtuoid/config.toml — theme, desk cap, custom pet names, and sprite packs. CLI flags override the file (pixtuoid run --theme dracula). See docs/CONFIGURATION.md for the full key reference (defaults, system-managed keys) and the custom sprite-pack workflow — or browse it live at /config.
高质量的AI工作流项目
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
经综合评估,像素AI工作流 在Agent工作流赛道中表现稳健,质量良好。如果你已有明确的使用需求,可以直接上手体验;如果还在评估阶段,建议对比同类工具后再做决策。
| 原始名称 | pixtuoid |
| 原始描述 | 开源AI工作流:Terminal pixel-art office for AI coding agents。⭐134 · Rust |
| Topics | AI像素艺术Rust命令行界面 |
| GitHub | https://github.com/IvanWng97/pixtuoid |
| License | MIT |
| 语言 | Rust |
收录时间:2026-06-05 · 更新时间:2026-06-05 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端