AI Skill Hub 推荐使用:pai-pro 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
pai-pro 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
pai-pro 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g pai-pro # 方式二:npx 直接运行(无需安装) npx pai-pro --help # 方式三:项目依赖安装 npm install pai-pro # 方式四:从源码运行 git clone https://github.com/Utopai-Research/pai-pro cd pai-pro npm install npm start
# 命令行使用
pai-pro --help
# 基本用法
pai-pro [options] <input>
# Node.js 代码中使用
const pai_pro = require('pai-pro');
const result = await pai_pro.run(options);
console.log(result);
# pai-pro 配置说明 # 查看配置选项 pai-pro --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export PAI_PRO_CONFIG="/path/to/config.yml"
PAI-Pro is a local-first AI filmmaking workspace built around four things:
Use Claude Code or Codex to install PAI-Pro for you. Paste this into your agent:
Clonehttps://github.com/Utopai-Research/pai-pro, read the setup docs in README.md and docs/setup.md, then install PAI-Pro for my current agent. Ask me for myPAI_KEY, use Docker unless I ask for local development, and start the app when setup is complete.
| Choose | Commands |
|---|---|
| <img src="https://cdn.jsdelivr.net/npm/simple-icons/icons/anthropic.svg" alt="Anthropic" width="16" height="16" /> **[Claude Code][claude-code-url]** | Docker: docker compose up --build<br />Local: if ports are busy, run ./scripts/stop.sh first; then ./scripts/setup --agent claude and ./scripts/start.sh |
| <img src="https://cdn.jsdelivr.net/gh/glincker/thesvg@main/public/icons/openai/light.svg" alt="OpenAI" width="16" height="16" /> **[Codex][codex-url]** | Docker: PAI_DEFAULT_AGENT_ID=codex docker compose up --build<br />Local: if ports are busy, run ./scripts/stop.sh first; then ./scripts/setup --agent codex and PAI_DEFAULT_AGENT_ID=codex ./scripts/start.sh |
Open Docker at <http://localhost:7588> or local at <http://localhost:7443>.
PAI_KEY gives each production one service for image, image pro, video, and voice, without separate provider keys for each step. Use the <a href="https://pai-pro.utopaistudios.com/keys" target="_blank" rel="noopener noreferrer">PAI Pro Developer Platform</a> to manage keys, tasks, balance, and credits. It also supports less restrictive video moderation via asset preupload and helps support this project. Paid generations are staged first; for BYOK and exact payloads, see API Service.
| Capability | Quality | Time | # of references | Estimated price |
|---|---|---|---|---|
[generate_image](server/cli/generate_image.js) | Great | ~10-30s | 16 imgs | $0.07 / $0.10 / $0.15 for 1K / 2K / 4K |
[generate_image_pro](server/cli/generate_image_pro.js) | Best | ~3-6 min | 32 imgs | $0.26 / $0.45 / $0.77 for 1K / 2K / 4K |
[generate_video](server/cli/generate_video.js) | Best | ~3-6 min | 9 imgs / 3 vids / 3 auds | $0.08/s / $0.20/s / $0.44/s for 480p / 720p / 1080p |
[generate_voice](server/cli/generate_voice.js) | Good | ~5-15s | N/A | $0.01 per 500 input characters, rounded up |
pai-pro是一个创新性的AI工作流项目
该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。
总体来看,pai-pro 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | pai-pro |
| 原始描述 | 开源AI工作流:Local AI filmmaking studio — skills, canvas, timeline — driven from your coding 。⭐43 · JavaScript |
| Topics | ai-filmmakingjavascriptdocker |
| GitHub | https://github.com/Utopai-Research/pai-pro |
| License | NOASSERTION |
| 语言 | JavaScript |
收录时间:2026-05-31 · 更新时间:2026-06-02 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端