# Add to your Claude Code skills
git clone https://github.com/RizRiyz/luvusLast scanned: 8/27/2026
{
"issues": [
{
"file": "README.md",
"line": 60,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://luvus.dev/install.sh | sh\"",
"severity": "low"
},
{
"file": "plugins/luvus/skills/luvus/SKILL.md",
"line": 80,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://luvus.dev/install.sh | sh\"",
"severity": "medium"
},
{
"file": "skills/luvus/SKILL.md",
"line": 80,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://luvus.dev/install.sh | sh\"",
"severity": "medium"
}
],
"status": "PASSED",
"scannedAt": "2026-08-27T15:01:21.123Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}luvus is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by RizRiyz. Mission control for your AI agents. It has 472 GitHub stars.
Yes. luvus 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/RizRiyz/luvus" and add it to your Claude Code skills directory (see the Installation section above).
luvus is primarily written in Rust. It is open-source under RizRiyz 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 luvus 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.
Mission control for your AI coding agents.
Website · Documentation · Releases
luvus update, and inspect the environment with
luvus doctor.# macOS and Linux
curl -fsSL https://luvus.dev/install.sh | sh
# Homebrew
brew install RizRiyz/luvus/luvus
# Windows PowerShell
irm https://luvus.dev/install.ps1 | iex
luvus # launch or reattach to your session
luvus doctor # check your setup: git, gh, ssh
luvus update # check for and install a newer release
Run Luvus in a project, split a pane, and start an agent. Luvus detects supported agents automatically.
macOS: Disable Select the previous input source under System Settings →
Keyboard → Keyboard Shortcuts → Input Sources to free Ctrl+Space.
| Agent | Live status | Session resume | Precise events (hook) |
|---|---|---|---|
| Claude Code | ✓ | ✓ | ✓ |
| GitHub Copilot CLI | ✓ | ✓ | ✓ |
| Codex | ✓ | ✓ | ✓ |
| opencode | ✓ | ✓ | ✓ |
| Kimi | ✓ | ✓ | ✓ |
| Grok | ✓ | ✓ | ✓ |
| Pi | ✓ | ✓ | No |
| Fx | ✓ | No | No |
| Cursor | ✓ | resume command | No |
| Gemini · Aider · Amp · Droid · Qwen · Kiro | ✓ | No | No |
Live status needs no agent integration. See the documentation for setup, keybindings, modules, and the complete CLI and API reference.
Read CONTRIBUTING.md for setup, tests, and pull request requirements. Report vulnerabilities through SECURITY.md.