system-provisioner

Detect missing system tools and propose user-confirmed installation plans.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/rovanni/IalClaw --skill system-provisioner
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: system-provisioner
Source: https://github.com/rovanni/IalClaw/tree/main/skills/internal/system-provisioner
Command: npx skills add https://github.com/rovanni/IalClaw --skill system-provisioner

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

System tools required to complete tasks are often missing; this skill detects those capability gaps and prompts for explicit user confirmation before installing any dependencies.

Core Features & Use Cases

  • Capability-gap detection and environment analysis to identify missing tools like ffmpeg, git, or tree.
  • OS-aware installation planning that generates exact commands for common package managers and verifies the results.
  • Human-in-the-Loop confirmation to ensure user consent prior to any modification to the system.
  • End-to-end workflow from gap detection through execution handover, with safety logs and fallbacks.

Quick Start

Detect a missing tool and present a user-confirmed installation plan to resolve it.

Frequently Asked Questions about system-provisioner

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I detect and install missing system dependencies before running a task?

This skill detects missing system dependencies by analyzing your environment for capability gaps. It proposes a safe installation plan by generating OS-specific package manager commands and prompting for explicit user confirmation before executing any modifications.

What is the safest way to automate system package installations across different operating systems?

The safest way to automate system package installations across operating systems is using a human-in-the-loop confirmation process. This skill detects the OS and available package managers, generates exact installation commands, and requires explicit user consent before modifying the system.

Can I use this to install missing tools like ffmpeg or git automatically?

Yes, you can resolve missing tools like ffmpeg or git. The skill detects these capability gaps during environment analysis, creates an OS-aware installation plan, and verifies the results after user-approved installation to ensure the tools are ready for use.

How does a system provisioner handle installation failures or package manager errors?

A system provisioner handles installation failures by providing safety logs and fallbacks during the end-to-end workflow. After attempting user-confirmed installations, it verifies the results and hands back control to complete the original task or address remaining errors.