by fuxicodex
FuXi is a fast, self-contained AI coding agent that lives in your terminal — edit code, run commands, and drive tools, with cost-aware routing across LLM providers.
# Add to your Claude Code skills
git clone https://github.com/fuxicodex/FuxiLast scanned: 8/13/2026
{
"issues": [
{
"file": "README.md",
"line": 23,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://releases.fuxicode.com/bootstrap.sh | bash\"",
"severity": "low"
},
{
"file": "README.md",
"line": 160,
"type": "dangerous-command",
"message": "Dangerous command (recursive delete of home/root): \"rm -f \"$HOME\"",
"severity": "medium"
},
{
"file": "README.md",
"line": 239,
"type": "dangerous-command",
"message": "Dangerous command (disables permission prompts): \"bypassPermissions\"",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-08-13T05:39:48.840Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}See how Fuxi compares with popular alternatives.
Fuxi is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by fuxicodex. FuXi is a fast, self-contained AI coding agent that lives in your terminal — edit code, run commands, and drive tools, with cost-aware routing across LLM providers. It has 3,365 GitHub stars.
Yes. Fuxi 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/fuxicodex/Fuxi" and add it to your Claude Code skills directory (see the Installation section above).
Fuxi is primarily written in Python. It is open-source under fuxicodex 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 Fuxi 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.
FuXi is a fast, self-contained terminal AI coding agent. It reads code, edits files, runs commands, and drives tools from a rich TUI, with cost-aware routing across LLM providers and automatic failover. Built in Go, it ships as one static binary with no runtime dependencies.
Terminal-first · Provider-agnostic · Bring your own key · MCP client · Self-updating
Homepage: https://www.fuxicode.com
FuXi's roughly 2 million lines of code were written entirely by FuXi itself.

macOS / Linux
curl -fsSL https://downloads.fuxicode.com/bootstrap.sh | bash
Windows (PowerShell)
irm https://downloads.fuxicode.com/bootstrap.ps1 | iex
Windows (CMD)
curl -fsSL https://downloads.fuxicode.com/install.cmd -o "%TEMP%\fuxi-install.cmd" && "%TEMP%\fuxi-install.cmd"
Then verify and launch:
fuxi --version
fuxi doctor # environment sanity checks
fuxi # start a session
Install and upgrade are the same command. Full options, uninstall steps, and troubleshooting: setup docs.
A FuXi account is required. Run fuxi, then:
fuxi login (or fuxi setup-token for
headless/CI). Registration processes only minimal account data.~/.fuxi/config.yaml (fuxi init generates a template). Or run fuxi wizard.Then type a prompt and press Enter, for example:
Fix the failing tests in this repository.
Useful commands: /model switch models · /help browse all commands ·
/config open settings · /privacy-settings privacy controls · /exit quit.
Full walkthrough: usage guide.
Sensitive tool calls ask for approval unless you change the permission mode at launch.
--dangerously-skip-permissions starts in bypassPermissions, so tool calls
run without a prompt. Extreme commands such as rm -rf / are still blocked.
Use it only in a container or VM; on Linux and macOS, root and sudo are
rejected.
--allow-dangerously-skip-permissions keeps the normal mode and adds
bypassPermissions to the Shift+Tab cycle.
--permission-mode bypassPermissions behaves like
--dangerously-skip-permissions. The same flag also accepts default and
plan.
FuXi runs on your machine and keeps your work local.
send_conversations (off by default).~/.fuxi/ and are never uploaded.Full details: Privacy Policy · Security Whitepaper · Terms of Service.
| Guide | What it covers |
|---|---|
| Usage guide | First session, permissions, sessions & memory, tools & MCP, CLI reference, troubleshooting |
| Architecture | Execution base, persistence, routing, multi-window coordination, extensibility |
| Keyboard shortcuts | Terminal-UI key reference |
| Environment variables | Full environment-variable reference |
| FAQ | Common questions |
| Benchmark report | Reproducible evaluation methodology and results |
| Security & privacy | Privacy Policy, Security Whitepaper, Terms of Service, Usage Policy, compliance and governance |
| Changelog | Release history |
| Support | Where to get help |
You must use FuXi in accordance with the laws applicable to you. FuXi is aimed at developers and professional users and is not directed at children under 14; users aged 14–17 require a parent or guardian.
Disallowed uses and full requirements: Usage Policy. If you are unsure whether a use is lawful, take advice before proceeding.
The product source is proprietary; this repository hosts the documentation, installers, and issue tracker, which are open to contributions. See CONTRIBUTING.md.
Proprietary. Copyright © 2026 FUXI. All rights reserved.