install-skill

Automate gh skill install commands from GitHub repositories.

27|1|Updated May 13, 2026
One-click install
npx skills add https://github.com/roerohan/skills --skill install-skill-roerohan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: install-skill
Source: https://github.com/roerohan/skills/tree/main/install-skill
Command: npx skills add https://github.com/roerohan/skills --skill install-skill-roerohan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill eliminates the hassle of manually running complex gh skill install commands to add agent skills from GitHub repositories, saving you time and avoiding configuration errors.

Core Features & Use Cases

  • Prerequisite Validation: Automatically checks if the gh CLI is installed and authenticated before running any install commands, stopping early with clear instructions if setup is missing.
  • Request Parsing: Extracts repository, skill name, version pins, agent, scope, and custom directory overrides directly from natural language user requests.
  • Command Automation: Builds and runs the correct gh skill install command with appropriate flags, using sensible defaults for the opencode agent and user scope unless the user explicitly requests otherwise.
  • Use Case: If a user asks to install the spec-planner skill from the roerohan/skills repo for their opencode setup, this Skill handles all the command construction, validation, and execution automatically.

Quick Start

Ask the agent to install a skill from a GitHub repository, for example: "Install the tmux skill from roerohan/skills for opencode."

Frequently Asked Questions about install-skill

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

FAQPage Schema
How do I install agent skills from a GitHub repository?

To install agent skills from a GitHub repository, you can use an automated tool that parses your natural language request and constructs the appropriate gh skill install command. This removes the need to manually build and run complex CLI commands.

Do I need the gh CLI installed to deploy agent skills?

Yes, you need the gh CLI installed and authenticated to deploy agent skills. The installation process automatically checks for this prerequisite and stops early with clear setup instructions if the gh CLI is missing or unauthenticated.

Can I specify a custom installation scope or target directory for agent skills?

Yes, you can specify a custom installation scope and target directory for agent skills. The automation supports all standard gh skill install flags, allowing you to configure installation scopes, version pins, and target directories.

What AI agents are supported for skill deployment?

Supported AI agents for skill deployment include opencode, claude-code, and cursor. The tool defaults to the opencode agent and user scope unless you explicitly request a different agent configuration.

How do I pin a specific version when installing a skill from GitHub?

To pin a specific version when installing a skill from GitHub, include the version details in your natural language request. The parser extracts version pins alongside the repository and skill name to build the correct command.