AI Skill Hub 推荐使用:AI浏览器自动化 是一款优质的Agent工作流。AI 综合评分 7.5 分,在同类工具中表现稳健。如果你正在寻找可靠的Agent工作流解决方案,这是一个值得深入了解的选择。
通过自然语言执行任务的Chrome浏览器自动化代理
AI浏览器自动化 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
通过自然语言执行任务的Chrome浏览器自动化代理
AI浏览器自动化 是一套完整的 AI Agent 自动化工作流方案。通过可视化的节点编排,将复杂的多步骤任务拆解为清晰的自动化流程,实现全程无人值守的智能处理。支持与数百种外部服务和 API 无缝集成,适合构建数据处理管线、业务自动化和 AI 辅助决策系统。
# 方式一:npm 全局安装 npm install -g pie-ai-agent # 方式二:npx 直接运行(无需安装) npx pie-ai-agent --help # 方式三:项目依赖安装 npm install pie-ai-agent # 方式四:从源码运行 git clone https://github.com/WiseriaAI/pie-ai-agent cd pie-ai-agent npm install npm start
# 命令行使用
pie-ai-agent --help
# 基本用法
pie-ai-agent [options] <input>
# Node.js 代码中使用
const pie_ai_agent = require('pie-ai-agent');
const result = await pie_ai_agent.run(options);
console.log(result);
# pie-ai-agent 配置说明 # 查看配置选项 pie-ai-agent --config-example > config.yml # 常见配置项 # output_dir: ./output # log_level: info # workers: 4 # 环境变量(覆盖配置文件) export PIE_AI_AGENT_CONFIG="/path/to/config.yml"
Browser-automation agent for Chrome — natural-language tasks executed through native tool calling, scoped Skills, CDP keyboard control, and a sandboxed, prompt-injection-resistant execution model.
English · 简体中文
Install · Configure · Privacy · Changelog · Roadmap · Architecture · Archive
---
Pie ships in two end-user channels and one source-build channel. Pick whichever fits.
Requires a Chromium-based browser with side-panel support — Chrome 114+, Edge, Brave, Arc, etc.
For users who prefer to install the same artifact without the Web Store (e.g. an offline, self-managed, or policy-restricted setup):
1. Download the latest pie-x.y.z.zip from the Releases page 2. Unzip it to a directory you'll keep around (Chrome reads from this directory at runtime — don't delete it after install) 3. Open chrome://extensions 4. Enable Developer mode (top right) 5. Click Load unpacked and select the unzipped directory 6. Pin Pie to the toolbar; click the icon to open the side panel
Chrome derives the extension ID from the unpacked directory's path, and your sessions / encrypted API keys / Skills are scoped to that ID in chrome.storage.local. To carry them across releases, upgrade in place — don't unzip the new release to a different folder.
1. Open chrome://extensions and find Pie's card. Note the unpacked directory path (shown under the card, or via Details → "Source") 2. Delete the contents of that directory, but keep the directory itself 3. Unzip the new pie-x.y.z.zip into that same directory 4. Click the ↻ reload icon on Pie's card
⚠️ Do not click Remove on the old card. Remove drops the extension's chrome.storage.local along with the encrypted API keys and chat history. If you already removed it, re-add provider keys from Settings; chat history can't be recovered.
Web Store users (Option 1) skip this section — Chrome auto-updates the extension and storage carries over automatically.
If you want HMR, are sending a PR, or just don't trust prebuilt binaries:
git clone https://github.com/WiseriaAI/pie-ai-agent.git
cd Pie
pnpm install
pnpm build
Then load the generated dist/ directory as an unpacked extension (steps 3–6 above). For the inner dev loop see Development below.
Install from the Chrome Web Store — click Add to Chrome, then pin Pie to the toolbar. Chrome keeps it up to date automatically.
Your key is encrypted before it lands in chrome.storage.local. The encryption key itself is generated locally on first run and never leaves the device.
高质量的AI工作流自动化工具
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ Apache 2.0 — 宽松开源协议,可商用,需保留版权声明和 NOTICE 文件,含专利授权条款。
总体来看,AI浏览器自动化 是一款质量良好的Agent工作流,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | pie-ai-agent |
| 原始描述 | 开源AI工作流:Browser-automation agent for Chrome — natural-language tasks executed through na。⭐16 · TypeScript |
| Topics | ai-agentbrowser-automationtypescript |
| GitHub | https://github.com/WiseriaAI/pie-ai-agent |
| License | Apache-2.0 |
| 语言 | TypeScript |
收录时间:2026-06-06 · 更新时间:2026-06-06 · License:Apache-2.0 · AI Skill Hub 不对第三方内容的准确性作法律背书。
选择 Agent 类型,复制安装指令后粘贴到对应客户端