# Auto Skill Installer

> Detect missing capabilities during an AI agent task, search local skill folders plus configured GitHub skill registries, then install and validate the best matching skill before continuing. Use when an agent has loaded this skill and realizes another skill would make the current job safer, faster, or more accurate. Compatible with Codex by default and adaptable to other agent runtimes.

- **Type:** Skill
- **Install:** `agentstack add skill-lingbol088-spec-auto-skill-installer-auto-skill-installer`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [lingbol088-spec](https://agentstack.voostack.com/s/lingbol088-spec)
- **Installs:** 0
- **Category:** [Developer Tools](https://agentstack.voostack.com/c/developer-tools)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [lingbol088-spec](https://github.com/lingbol088-spec)
- **Source:** https://github.com/lingbol088-spec/auto-skill-installer/tree/main/skills/auto-skill-installer

## Install

```sh
agentstack add skill-lingbol088-spec-auto-skill-installer-auto-skill-installer
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Auto Skill Installer

Use this skill when the current task exposes a capability gap and another skill is likely the right fix.

## Workflow

1. Summarize the missing capability in one short phrase.
2. Search local and remote sources with `scripts/auto_install.py search --need ""`.
3. Prefer an already-installed or system skill when it is a strong match.
4. Install the best remote match with `scripts/auto_install.py ensure --need ""`.
5. Validate the installed skill, then continue the user task and mention what was installed.

## Search Strategy

- Start with concrete task language, not generic words. Prefer `github review comments` over `github`.
- If the first search is noisy, run a second search with two or three sharper keywords.
- Prefer skills whose `description` explicitly matches the task and trigger context.
- If several candidates are close, read the strongest candidates' `SKILL.md` files before choosing.

Read [references/source-format.md](references/source-format.md) when you need to add or debug a registry source.

## Commands

```powershell
python scripts/auto_install.py search --need "github pull request review comments"
python scripts/auto_install.py ensure --need "figma design generation"
python scripts/auto_install.py add-source --repo your-org/skills --path skills --name your-org
python scripts/auto_install.py list-sources
```

## Decision Rules

- Install automatically when one candidate is clearly better than the rest.
- Pause and tell the user when multiple candidates have different tradeoffs and no clear winner.
- Do not overwrite an existing destination skill directory.
- Treat user-configured sources as higher priority than broad fallback registries.
- After installation, tell the user that restarting or reloading the target agent may be required for automatic discovery.

## Safety

- Use `$CODEX_HOME/skills` as the default Codex destination; use `--dest` when another agent runtime needs a different skills directory.
- Only install directories that contain `SKILL.md`.
- Reject archive paths that escape the temporary extraction root.
- If a network source fails, explain the failure briefly and continue with remaining sources.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [lingbol088-spec](https://github.com/lingbol088-spec)
- **Source:** [lingbol088-spec/auto-skill-installer](https://github.com/lingbol088-spec/auto-skill-installer)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-lingbol088-spec-auto-skill-installer-auto-skill-installer
- Seller: https://agentstack.voostack.com/s/lingbol088-spec
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
