AVIZ Skills Installer
Installs skills from the AVIZ library — but its own doc/discovery links point to a dead domain.
Test report
- Verdict
- Tested · Didn't pass
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 0691865
SKILL.md's mandatory 'always fetch real-time data, never hardcode' step points at https://aviz.github.io/claude-skills-library/ (missing the '85') which 404s live; the correct site aviz85.github.io/claude-skills-library/ works fine and even the same repo's top-level README.md and bundled install-skill.sh clone command carry the identical dead-domain/repo typo, and that script's hardcoded skill allowlist references 3 skills that don't exist in the repo while omitting ~20 that do.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 3/5
- Triggers reliably 5/5
- Output vs. baseline 4/10
- Docs & honesty 2/5
What AVIZ Skills Installer does
A conversational meta-skill meant to browse and install other skills from the AVIZ Skills Library by fetching a live GitHub Pages site and running a git-clone-and-copy install. Meant to trigger on 'install skill', 'browse skills', 'skill library' requests, but the site URL it is told to always fetch (aviz.github.io) is a typo'd 404 — the real site is aviz85.github.io — so two of its six documented steps dead-end.
How to install AVIZ Skills Installer
git clone https://github.com/aviz85/claude-skills-library
cd claude-skills-library
mkdir -p ~/.claude/skills
cp -r skills/aviz-skills-installer ~/.claude/skills/aviz-skills-installer
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger AVIZ Skills Installer
-
/aviz-skills-installerInstalls skills from the AVIZ library — but its own doc/discovery links point to a dead domain.
It also activates on plain-language prompts like these:
-
Install the whatsapp skill from the AVIZ skills library -
Browse the AVIZ skill library and show me what's available -
Fetch and install a new skill from the AVIZ catalog
Frequently asked questions
- Is the AVIZ Skills Installer skill free?
- Yes. The skill itself is free from aviz85/claude-skills-library. SkillProof publishes the install command and an independent test verdict at no cost.
- Does AVIZ Skills Installer work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Didn't pass. SKILL.md's mandatory 'always fetch real-time data, never hardcode' step points at https://aviz.github.io/claude-skills-library/ (missing the '85') which 404s live; the correct site aviz85.github.io/claude-skills-library/ works fine and even the same repo's top-level README.md and bundled install-skill.sh clone command carry the identical dead-domain/repo typo, and that script's hardcoded skill allowlist references 3 skills that don't exist in the repo while omitting ~20 that do.
- How do I install AVIZ Skills Installer?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use AVIZ Skills Installer with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.