AI Skill Hub 推荐使用:开源AI工作流 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
开源AI工作流 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 克隆仓库 git clone https://github.com/making-mike/uxruler cd uxruler # 查看安装说明 cat README.md # 按 README 完成环境依赖安装后即可使用
# 查看帮助 uxruler --help # 基本运行 uxruler [options] <input> # 详细使用说明请查阅文档 # https://github.com/making-mike/uxruler
# uxruler 配置说明 # 查看配置选项 uxruler --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export UXRULER_CONFIG="/path/to/config.yml"
UX RULER is an open source UX process for humans and agents. It turns a mission or product idea into a conversational discovery flow: simple questions, focused research, real usage signals when available, clear findings, product decisions, metrics, UX evaluation, and compact repo files.
The installable skill lives in uxruler/.
Use Codex's skill installer with the public skill folder:
Use $skill-installer to install this skill:
https://github.com/making-mike/uxruler/tree/main/uxruler
Then restart Codex to pick up new skills.
After installation, start with:
Use $uxruler as an open source UX process for humans and agents. Use simple language. Ask me only for missing context first, then inspect any real usage or repo-connected data available to the agent, research and verify the market, audience, alternatives, and user need, and present clear findings, recommendations, metrics, and any compact repo file. Once we decide the mission or product direction, create or update compact PRODUCT.md and ROADMAP.md. If you change product files, explain what changed, what decision it supports, what is now measurable, what is still missing, and 2 to 3 concrete next options.
For an empty repo or blank project start, use:
Use $uxruler on this empty repo. Use simple language. Help me define the project mission first: inspect what little context is available, offer 2 to 3 draft product directions, ask me to choose or refine one, then turn the chosen direction into audience, user need, first metric, compact PRODUCT.md, and compact ROADMAP.md when ready.
Install as a personal Claude Code skill:
REPO="https://github.com/making-mike/uxruler.git"
TMP_DIR="$(mktemp -d)"
git clone --depth 1 "$REPO" "$TMP_DIR/uxruler"
mkdir -p ~/.claude/skills
rm -rf ~/.claude/skills/uxruler
cp -R "$TMP_DIR/uxruler/uxruler" ~/.claude/skills/
rm -rf "$TMP_DIR"
Restart Claude Code after installing.
For a project-local skill that can be committed with a product repo:
REPO="https://github.com/making-mike/uxruler.git"
TMP_DIR="$(mktemp -d)"
git clone --depth 1 "$REPO" "$TMP_DIR/uxruler"
mkdir -p .claude/skills
rm -rf .claude/skills/uxruler
cp -R "$TMP_DIR/uxruler/uxruler" .claude/skills/
rm -rf "$TMP_DIR"
git add .claude/skills/uxruler
该项目提供了一个开源的AI工作流,用户可以使用它来设计和优化AI用户体验,但需要注意的是该项目的文档和支持可能不够完善
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,开源AI工作流 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | uxruler |
| 原始描述 | 开源AI工作流:Open source UX skill for AI agents。⭐6 · HTML |
| Topics | workflowhtml |
| GitHub | https://github.com/making-mike/uxruler |
| License | MIT |
| 语言 | HTML |
收录时间:2026-05-23 · 更新时间:2026-05-30 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端