skill-installer

Install curated or GitHub skills into ThinWedge with authentication.

Updated Apr 30, 2026
One-click install
npx skills add https://github.com/never2average/fpna-thinwedge --skill skill-installer-never2average
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skill-installer
Source: https://github.com/never2average/fpna-thinwedge/tree/main/thinwedge-rs/skills/src/assets/samples/skill-installer
Command: npx skills add https://github.com/never2average/fpna-thinwedge --skill skill-installer-never2average

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, github-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill Installer for ThinWedge solves the problem of discovering and installing curated skills into the ThinWedge environment, making it easy for users to extend the functionality of ThinWedge.

Core Features & Use Cases

  • Skill Discovery: Lists available skills from a curated list or a GitHub repository.
  • Skill Installation: Installs skills into the ThinWedge home directory.
  • Private Repositories: Supports installation from private GitHub repositories.
  • Use Case: A user can use this Skill to install a new skill from the curated list or from a specific GitHub repository, enhancing the capabilities of ThinWedge.

Quick Start

Use the skill-installer to install a new skill from a curated list by running:

thinwedge exec "install skill-installer"

Frequently Asked Questions about skill-installer

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

FAQPage Schema
How do I install curated skills into ThinWedge from a GitHub repository?

To install curated skills into ThinWedge, use the skill-installer to pull from curated lists or specific GitHub repositories via git. This tool handles authentication and fallbacks, placing new skills directly into your ThinWedge home directory.

What is the process for discovering available ThinWedge skills to install?

Discovering available ThinWedge skills involves using the skill-installer to list options from a curated list or GitHub repository. It queries the GitHub API to retrieve and display available skills before you choose one to install.

Can I install ThinWedge skills from private GitHub repositories?

Yes, you can install ThinWedge skills from private GitHub repositories. The skill-installer handles authentication and provides fallbacks specifically to support pulling skill packages from both public and private repos.

Do I need git and internet access to use the skill installer for ThinWedge?

Yes, you need git, internet access, and a ThinWedge environment to use the skill installer. It relies on the GitHub API for listing available skills and uses git commands to perform the actual installation.

What's the best way to manage ThinWedge skill installation and updates?

The best way to manage ThinWedge skill installation is using the skill-installer CLI, which queries the GitHub API for available updates and uses git to install curated skills, ensuring proper authentication and fallback handling for repository access.