by WiseriaAI
Browser-automation agent for Chrome — natural-language tasks executed through native tool calling, scoped Skills, CDP keyboard control, and a confirm-before-act security model. BYOK across 8 LLM providers (Claude, GPT, Gemini, DeepSeek + 4 China-region).
# Add to your Claude Code skills
git clone https://github.com/WiseriaAI/pie-ai-agentLast scanned: 8/5/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-05T06:27:54.620Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}pie-ai-agent is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by WiseriaAI. Browser-automation agent for Chrome — natural-language tasks executed through native tool calling, scoped Skills, CDP keyboard control, and a confirm-before-act security model. BYOK across 8 LLM providers (Claude, GPT, Gemini, DeepSeek + 4 China-region). It has 182 GitHub stars.
Yes. pie-ai-agent passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/WiseriaAI/pie-ai-agent" and add it to your Claude Code skills directory (see the Installation section above).
pie-ai-agent is primarily written in TypeScript. It is open-source under WiseriaAI on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh pie-ai-agent against similar tools.
No comments yet. Be the first to share your thoughts!
https://github.com/user-attachments/assets/87d3744c-a69b-4c65-9d27-56ba2ca459ba
Pie is an AI assistant that uses your browser, not just chats in it. It opens in Chrome's side panel and stays there while you work. Describe a task in everyday language and Pie figures out the steps and carries them out on the page in front of you — reading, clicking, typing, switching tabs — so you don't have to click through it yourself.
It's free and open source. Bring your own model key from any of 11 providers, or subscribe to Pie and skip the setup.
/command, or just record yourself doing it once and let Pie build
the Skill for you.Pie needs an AI model to think. Pick whichever suits you — you can switch any time, or keep several side by side.
Supported BYOK providers: Anthropic Claude · OpenAI · Google Gemini · OpenRouter · DeepSeek · MiniMax · GLM (Zhipu) · Bailian · Mimo (Xiaomi) · Moonshot (Kimi — international & China) · StepFun. Local models via Ollama are on the roadmap.
Full policy: PRIVACY.md.
Works in any Chromium browser with side-panel support — Chrome 114+, Edge, Brave, and others.
Some Chromium browsers accept the side-panel API but never render the panel (Arc is the one we've tested). There Pie opens in its own window instead: right-click any page and choose Open Pie in a separate window. The choice is remembered, so the toolbar icon uses that window from then on — and you can change it any time under Settings → Preferences.
Install from the Chrome Web Store, click Add to Chrome, and pin Pie to the toolbar. Chrome keeps it updated automatically.
For an offline or self-managed install of the same build:
pie-x.y.z.zip from the Releases pagechrome://extensions, turn on Developer modeUpgrading: to keep your chats and saved keys, unzip the new release into the same folder and click ↻ reload on Pie's card. Don't click Remove — that erases everything stored on your device, including your encrypted keys and chat history.
git clone https://github.com/WiseriaAI/pie-ai-agent.git
cd Pie
pnpm install
pnpm build
Then load the generated dist/ folder as an unpacked extension (steps 3–5 above).
Pie Link is the optional companion that lets Pie use local Skills, run local scripts, and hand tasks off to local AI coding tools like Claude Code, Codex, and Cursor.
On Windows:
pie-link-setup-<version>.exe from the
Releases page.To uninstall, go to Settings → Apps → Installed apps → Pie Link → Uninstall
(or run unins000.exe in the install folder). This removes the local sandbox
account, firewall rules, registry keys, and files.
If the connection ever misbehaves — for example the panel says connected but nothing works — run
pie doctorfrom a terminal ("%ProgramFiles%\Pie Link\pie.exe" doctor). It checks the install path, the Visual C++ runtime, the sandbox facility, and the native-messaging registry keys (including a stale per-user HKCU key that can silently shadow the installer's machine key), and prints how to fix each one.
pnpm install
pnpm dev # dev server with hot reload
pnpm test # run tests
pnpm build # production build to dist/
Pie is a Manifest V3 extension built with React 19, TypeScript, and Vite.
Architecture notes and contributor guidance live in
docs/ARCHITECTURE.md and CLAUDE.md.
See docs/ROADMAP.md. Highlights:
Apache License, Version 2.0 — © 2026 Pie Project Contributors.