Your Personal AI Assistant; easy to install, deploy on your own machine or on the cloud; supports multiple chat apps with easily extensible capabilities.
# Add to your Claude Code skills
git clone https://github.com/agentscope-ai/QwenPawGuides for using ai agents skills like QwenPaw.
Last scanned: 8/6/2026
{
"issues": [
{
"file": "README.md",
"line": 131,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://qwenpaw.agentscope.io/install.sh | bash\"",
"severity": "low"
}
],
"status": "PASSED",
"scannedAt": "2026-08-06T06:30:03.046Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}[Documentation] [中文] [日本語] [Русский]
Your personal AI assistant — deploy locally or in the cloud, extend with Skills & Plugins, connect across every channel.
| Never forgets | Three-layer memory — live working context, full verbatim history, and a self-evolving personal knowledge base powered by ReMe. Conversations and resources continuously become readable, editable, searchable, and linked Markdown memory. |
| Local or cloud, runs free | QwenPaw-Flash models (2B / 4B / 9B) trained for agent tasks. Built-in QwenPaw Local runtime — no API key, no cloud dependency. Also works with Ollama, LM Studio, or 14+ cloud providers. |
| Security built in | Kernel-level Sandbox, Tool Guard, File Guard, Skill Scanner, and Access Policy. Dangerous commands are blocked before they run. |
| Multi-agent & parallel | Spawn independent agents with their own memory and skills. Sub-agents at runtime. Agent Communication Protocol (ACP) for cross-system orchestration. |
| Coding Mode | Three-panel Web IDE with file tree, diff preview, and chat. Jump-to-definition, find-references, and structural code search built in. |
| Extensible | Skills for scheduling, documents, browser, news, and more. Plugin architecture with a marketplace. MCP integration for external tools. Combine them into purpose-built workflows. |
| Reachable anywhere | DingTalk, Lark, WeChat, Discord, Telegram, iMessage, QQ — one instance, all channels. Console, TUI, and desktop app for direct access. |
| Yours, not ours | Deploy locally — data stays on your machine. No third-party hosting, no data upload. |
[2026-07-24] v2.0.1 | PawApp mini-app platform, user-editable Agent Modes, Oh-My-Paw plugins, ReMe memory enhancements, desktop UX improvements, and more. v2.0.1 Release Notes →
[2026-07-10] v2.0.0 — QwenPaw 2.0 Official Release 🎉 | An AgentScope 2.0 based ground-up rewrite delivering the Agent OS architecture, Loop Engineering, Scroll Context, ReMe v0.4 Self-evolving Personal Knowledge Base, and a bundled Terminal UI.
| Highlight | What's new |
|---|---|
| Agent OS — Workspace | Three pillars per agent: Resources (transparent on disk), Governance (allow/deny/ask/sandbox), Sandbox (macOS / Linux / Windows). |
| Agent OS — Drivers | Protocol-neutral MCP / A2A / ACP connector layer with encrypted credentials and per-call policy gate. |
| Loop Engineering | Advanced agent loop templates (Coding Mode, Mission Mode, more to come) with composable approval gates. |
| Scroll Context | Every turn persisted; evicted turns indexed with on-demand recall — nothing summarized away. |
| ReMe v0.4 Self-evolving Personal Knowledge Base | Continuously turns conversations and resources into readable, editable, searchable, and linked Markdown memory. |
| Terminal UI (TUI) | Full-screen terminal chat — same agent, memory, and sessions as Console and channels. |
Built on Agent OS, we will be launching out-of-box QwenPaw applications — such as QwenPaw Creator and QwenPaw Insight — stay tuned. v2.0.0 Release Notes →
[2026-06-17] v1.1.12 — Models Page Overhaul & Simple Mode | Redesigned Models page with provider aggregation; new Simple Mode for streamlined navigation. v1.1.12 Release Notes →
[2026-06-11] AgentScope Platform is live — Free QwenPaw deployment, plugin sharing, and Skill marketplace. Try it now →
[2026-06-10] v1.1.11 — Free Model OAuth, Plugin Market, MCP Tool Whitelisting. v1.1.11 Release Notes →
If you prefer managing Python yourself (requires Python >= 3.11, < 3.14):
pip install qwenpaw
qwenpaw init --defaults
qwenpaw app
Then open the Console in your browser at **http://127.0.0
QwenPaw is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by agentscope-ai. Your Personal AI Assistant; easy to install, deploy on your own machine or on the cloud; supports multiple chat apps with easily extensible capabilities. It has 33,704 GitHub stars.
Yes. QwenPaw 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/agentscope-ai/QwenPaw" and add it to your Claude Code skills directory (see the Installation section above).
QwenPaw is primarily written in Python. It is open-source under agentscope-ai 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 QwenPaw against similar tools.
No comments yet. Be the first to share your thoughts!