# Add to your Claude Code skills
git clone https://github.com/alvinunreal/lazyskillsLast scanned: 6/22/2026
{
"issues": [
{
"file": "README.md",
"line": 46,
"type": "remote-install",
"message": "Install command (remote install script piped to a shell — review the source before running): \"curl -fsSL https://raw.githubusercontent.com/alvinunreal/lazyskills/main/scripts\"",
"severity": "low"
}
],
"status": "PASSED",
"scannedAt": "2026-06-22T09:53:03.960Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}lazyskills is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by alvinunreal. mission control for agent skills. It has 193 GitHub stars.
Yes. lazyskills 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/alvinunreal/lazyskills" and add it to your Claude Code skills directory (see the Installation section above).
lazyskills is primarily written in Go. It is open-source under alvinunreal 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 lazyskills against similar tools.
No comments yet. Be the first to share your thoughts!
Blazing-fast mission control for agent skills.
"I don't debug broken skills by hand - I have a TUI to be disappointed for me."
LazySkills is a blazing-fast terminal UI for managing agent skills. It gives you one place to see what is installed, which agents can use each skill, why visibility may be broken, and what actions are safe to run next.
SKILL.md, invalid frontmatter, broken symlinks, missing lock entries, and ghost agent skills.Recommended for macOS and Linux:
curl -fsSL https://lazyskills.sh/install | sh
Or use Homebrew:
brew install --cask alvinunreal/tap/lazyskills
Windows:
irm https://lazyskills.sh/install.ps1 | iex
Go users:
go install github.com/alvinunreal/lazyskills/cmd/lazyskills@latest
Then launch it:
lazyskills
Run LazySkills from a project:
lazyskills
Start with the left pane. It groups skills by source, so you can quickly see what came from the same repo, local folder, or custom install.
Useful keys:
| Key | What it does |
|---|---|
/ |
Search skills |
a |
Cycle through agent visibility filters |
f |
Toggle project/global/all scopes |
enter |
Open details for a skill or source |
c |
Show available actions |
n |
Find new skills from skills.sh |
space |
Select a skill for bulk actions |
u |
Reinstall/update selected skill |
x |
Remove selected skill |
? |
Show the full keymap |
LazySkills previews actions before running them, and destructive actions require confirmation.
For agent-friendly registry search without opening the TUI:
lazyskills find --json "browser automation"
LazySkills can check for new releases and show the command to update your installation manually.
Run the update command directly from your terminal to check for updates and get upgrade instructions:
lazyskills update
Options:
--check: Query if a newer version is available. Exits 0 if status is checked cleanly.--print-command: Print the command required to upgrade on your channel (e.g. brew upgrade) and exit.When a newer version of LazySkills is available, an update notification will appear in the TUI footer:
· U update (vX.Y.Z available)
Press U (capital U) from the inventory view to open the update info modal, which will display the release details and the specific terminal command you need to run to upgrade manually.
There are Lazy Skills stickers. Star the repo and you're entered into a draw to win some, shipped worldwide at no cost to you.
Winners are drawn from stargazers and announced in the sticker giveaway issue, tagged by their GitHub username, so you'll get a notification if it's you. Shipping details are arranged privately from there.
MIT - see LICENSE.