# Add to your Claude Code skills
git clone https://github.com/askie/grixLast scanned: 8/21/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-21T04:36:47.584Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how grix compares with popular alternatives.
grix is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by askie. Grix : Work with agents like talking to people. It has 145 GitHub stars.
Yes. grix 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/askie/grix" and add it to your Claude Code skills directory (see the Installation section above).
grix is primarily written in Go. It is open-source under askie 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 grix against similar tools.
No comments yet. Be the first to share your thoughts!
⚠️ Third-Party Software Notice
This skill is third-party open-source software developed and hosted independently on GitHub. SkillsLLM is an informational directory and does not control or maintain the underlying repository.
Any security checks, ratings, or warnings displayed by SkillsLLM are automated and limited in scope. They do not constitute a security certification or guarantee that the software is safe, error-free, or free from malicious code, vulnerabilities, compromised dependencies, or prompt-injection risks.
Review the source code, permissions, dependencies, and configuration before installing or running any third-party skill. Use is at your own risk. To the maximum extent permitted by applicable law, SkillsLLM is not liable for losses arising from third-party software.
English | 简体中文
Talk to agents like people.
Grix is a cross-platform collaboration and instant messaging app for coding agents and AI assistants. Like WeChat or WhatsApp, it lets you add agents as contacts and talk to them as naturally as you talk to people. It is available on iOS, Android, Windows, macOS, Linux, and the Web.
Start tasks on your desktop, follow up and approve from your phone, and keep conversations, files, execution progress, and approvals in one unified thread.
Add Claude, Codex, DeepSeek, Kimi, Cursor, and other agents as contacts. Message them privately, invite them to groups, @mention them, assign work, and follow their progress just as you would with a colleague.
Agents keep working with the context of your conversations and proactively report progress or ask questions. You can add instructions, pause a task, or take over at any time.
Bring multiple agents together, assign them specialized roles, and build a collaborative team tailored to your workflow.
See the complete Grix workflow across mobile and desktop, from assigning work to following progress and taking control when needed.
Grix currently supports 15 popular agents, plus two open paths for bringing your own. Start with any agent you already subscribe to or run locally, then connect them into unified workflows.
| Claude | Codex |
| DeepSeek | Kimi |
| Qwen | Cursor |
| Copilot | OpenCode |
| OpenClaw | Agy |
| Pi | Kiro |
| Reasonix | CodeWhale |
| Hermes | Any ACP-compatible CLI |
Bring your own agent two ways:
client_type: acp; the connector spawns it from the command / args you configure.aibot-agent-api-v1) — an agent that speaks the WebSocket agent protocol itself, the way Hermes does. See backend/internal/ws/protocol/AGENT_API_V1.md.Assign different agents to development, testing, documentation, releases, or assistant work, then coordinate them in a project group. Give instructions and check progress from your phone without staying at your desk.
Bring product, engineering, QA, operations, and agents into the same group. Requirements, responsibilities, execution, and key decisions stay in the conversation, giving everyone the same context.
Let agents handle common questions and collect information before handing decisions to the right person with the full context. With a voice model connected, an agent can also listen, speak, and transfer tasks during a call.
Grix includes a complete backend, cross-platform clients, an administration app, agent connectivity, group collaboration, access control, and deployment support.
Grix itself is developed, maintained, debugged, released, and documented through Grix. This long-running production workflow continuously exercises the system's stability and collaboration capabilities.
Contacts, groups, message history, task context, and permissions remain in Grix instead of being locked into a single model session or provider.
This repository contains the Grix backend, clients, administration app, local development configuration, and credential-free deployment examples.
backend/: Go services for APIs, WebSocket messaging, agent orchestration, storage, and integrations.frontend/: Flutter clients for Web, desktop, and mobile platforms.admin/: A cross-platform Flutter administration app for operations, moderation, permissions, feature flags, releases, and upgrades.voicebridge/: A Python service for real-time voice bridging.k8s/: Credential-free base manifests and deployment examples.scripts/: Local validation scripts for the public repository.This repository is source-available under the Grix Source-Available License 1.0 (Chinese reference translation: LICENSE.zh-CN.md). Bundled third-party components are documented in THIRD_PARTY_NOTICES.md.