skill-installer

Search and install Agent Teams skills from ClawHub or GitHub sources.

7|1|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/coolplayagent/relay-teams --skill skill-installer-coolplayagent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/coolplayagent/relay-teams/tree/main/src/relay_teams/builtin/skills/skill-installer
Command: npx skills add https://github.com/coolplayagent/relay-teams --skill skill-installer-coolplayagent

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Search and install Agent Teams skills from ClawHub and other sources to extend capabilities without manual setup.

Core Features & Use Cases

  • Discover, search, and install Agent Teams skills from ClawHub, GitHub, or curated lists.
  • Bind newly installed skills to one or more roles to enable runtime use.
  • Support both local development and CI workflows by installing into the configured skills directory and exposing runtime identities.

Quick Start

Install this skill to search and install Agent Teams skills from ClawHub or GitHub and bind them to your roles with a single command.

Frequently Asked Questions about skill-installer

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

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

Install Agent Teams skills from GitHub or ClawHub by specifying the source with --repo/--path or --url, and optionally use --ref, --dest, and --name flags. The skill handles input validation and reports errors clearly during installation.

What is the best way to search for and bind skills to specific agent roles?

Search and bind skills to agent roles by discovering them from curated or user-specified ClawHub sources. The installation process binds newly installed skills to one or more roles, enabling immediate runtime use in local development or CI workflows.

Can I install Agent Teams skills into a specific local directory?

Yes, install Agent Teams skills into a configured skills directory using the --dest flag. This exposes runtime identities and supports both local development and CI workflows by placing the skills in your specified destination path.

Does the skill installer support installing from curated sources without manual setup?

Yes, the skill installer discovers and installs capabilities from curated lists and user-specified sources without manual setup. It searches ClawHub and GitHub sources, applying workflows that discover, install, and bind skills to roles in local runtime environments.

Why is my skill installation failing during input validation?

Skill installation fails during input validation when provided arguments like --repo, --url, or --ref contain invalid formats. The installer applies strict validation checks and provides clear error reporting to help identify and correct the specific input issue.

What installation methods are available for extending agent capabilities without manual configuration?

Extend agent capabilities by installing skills using --repo/--path or --url methods, with optional --ref, --dest, and --name parameters. This automates discovery, installation, and role binding from ClawHub or GitHub sources into local runtime environments.