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 116 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!
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, Arc, and others.
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).
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.