ln-011-agent-installer

Solid

Installs or updates Codex CLI, Gemini CLI, and Claude Code. Use when CLI agents need installation or update.

AI & Automation 488 stars 70 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
90
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`) are relative to skills repo root. Locate this SKILL.md directory and go up one level for repo root. # Agent Installer **Type:** L3 Worker **Category:** 0XX Shared Installs or updates CLI agents via npm and Claude CLI. Single pass per agent: install then immediately verify. --- ## Input / Output | Direction | Content | |-----------|----------| | **Input** | OS info, `disabled` flags per agent, `dry_run` flag, optional `runId`, optional `summaryArtifactPath` | | **Output** | Structured summary envelope with `payload.status` = `completed` / `skipped` / `error`, plus per-agent install outcomes in `changes` / `detail` | If `summaryArtifactPath` is provided, write the same summary JSON there. If not provided, return the summary inline and remain fully standalone. If `runId` is not provided, generate a standalone `run_id` before emitting the summary envelope. --- ## Agent Registry | Agent | Install Command | Health Check | |-------|----------------|---------------| | Codex | `npm i -g @openai/codex` | `codex --version` | | Gemini | `npm i -g @google/gemini-cli` | `gemini --version` | | Claude | `claude update` | `claude --version` | --- ## Workflow ``` For each agent: Install → Verify → Record ``` ### Phase 1: Install & Verify For each agent in registry, apply first matching rule: | Condition | Action | Report | |-----------|--------|--------| | `disabled: true` | SKIP | "disabled by user" | | `dry_run: true` | Show ...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category