sch-install

Clone StudyClawHub repositories and install Skills or Agents locally.

6|Updated Apr 11, 2026
One-click install
npx skills add https://github.com/Trust-App-AI-Lab/StudyClawHub --skill sch-install
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sch-install
Source: https://github.com/Trust-App-AI-Lab/StudyClawHub/tree/main/.claude/skills/sch-install
Command: npx skills add https://github.com/Trust-App-AI-Lab/StudyClawHub --skill sch-install

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a streamlined way to install a Skill or Agent from StudyClawHub by locating the target in the registry, cloning the author's repository, and setting it up for local use.

Core Features & Use Cases

  • Locate a Skill: Identify the correct Skill or Agent from the StudyClawHub index using its name or query.
  • Install & Configure: Clone the repository, optionally perform a sparse-checkout when only a subpath is needed, and prepare the Skill for local execution.
  • Validation & Safety: Verify installation details such as version, author, and repo URL before proceeding.

Quick Start

Install a Skill from StudyClawHub by providing its name and allowing the agent to perform the clone and setup.

Frequently Asked Questions about sch-install

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

FAQPage Schema
How do I install a Skill from a git repository using sparse-checkout?

To install a Skill from a git repository, this tool clones the author's repository and uses sparse-checkout to extract only the specific subdirectory needed, preparing the Skill for local execution.

Do I need the gh CLI to install an Agent from StudyClawHub?

Yes, installing an Agent from StudyClawHub requires both Git and the gh CLI. The installation process relies on these tools to locate the target repository, handle the cloning process, and set up the files locally.

Can I clone only a subdirectory from a StudyClawHub repository instead of the full repo?

Yes, you can install from a subdirectory instead of a full repo. The tool performs a sparse-checkout when only a specific subpath is needed, allowing you to download and configure only the relevant files for local use.

How does the StudyClawHub index help locate a Skill for installation?

The StudyClawHub index provides metadata that helps identify the correct Skill or Agent by name or query. It guides the installation by verifying details like version, author, and repo URL before cloning the repository.

What validation steps are performed before cloning a repository from StudyClawHub?

Before cloning a repository from StudyClawHub, the tool validates installation details such as the author, version, and repo URL. This ensures the correct target is located in the index and safely prepared for local setup.

What's the best way to set up a StudyClawHub Skill for local execution?

The best way to set up a StudyClawHub Skill is providing its name to the agent, which then locates the target in the index, clones the repository using Git, and configures the files automatically for local execution.