pywayne-bin-gettool

Fetch and install C++ libraries from the cpp_tools repository.

8|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/wangyendt/wayne-skills --skill pywayne-bin-gettool
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pywayne-bin-gettool
Source: https://github.com/wangyendt/wayne-skills/tree/main/pywayne/bin/gettool
Command: npx skills add https://github.com/wangyendt/wayne-skills --skill pywayne-bin-gettool

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fetches and installs C++ tools from the cpp_tools repository. Use when developers need download, clone, or install third-party C++ libraries such as eigen, opencv, pcl, or fmt. Build from source using CMake and run installation scripts to integrate tools into projects.

Core Features & Use Cases

  • Fetch tools by name from the cpp_tools repo
  • Build from source with CMake, when buildable
  • Install tools via provided installation scripts
  • Manage and update the cpp_tools repository URL
  • List available tools to assess options

Quick Start

Fetch a tool by name using the gettool command and optionally build or install it with the -b and -i flags.

Frequently Asked Questions about pywayne-bin-gettool

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

FAQPage Schema
How do I fetch and install C++ libraries like eigen or opencv from source?

To fetch and install C++ libraries like eigen or opencv, you can retrieve them by name from the cpp_tools repository. The tool then optionally builds them from source using CMake and runs installation scripts to integrate them into your project.

Can I build C++ tools with CMake after downloading them?

Yes, you can build C++ tools with CMake after fetching them. When a fetched tool is buildable, you can trigger the build step from source using CMake to compile the library before running the post-fetch installation scripts.

What is the best way to manage cpp_tools repository URLs for fetching libraries?

The best way to manage cpp_tools repository URLs is using the built-in URL management feature. This allows you to update and configure the source repository location to ensure you fetch and clone the correct C++ toolchain versions.

How do I list available C++ tools before fetching and installing them?

You can list available C++ tools before fetching to assess your options. This feature displays the libraries and toolchains currently hosted in the cpp_tools repository so you can select the correct tool name to download.

Does this tool support downloading third-party libraries like pcl and fmt?

Yes, this tool supports downloading third-party libraries like pcl and fmt. It handles fetching, cloning, and installing these specific C++ libraries from the cpp_tools repository to support your development workflow.

When do I need to use a fetch and install tool for C++ libraries?

You need a fetch and install tool for C++ libraries when your development workflow requires integrating third-party dependencies. It streamlines downloading, building via CMake, and running installation scripts for libraries like opencv and eigen.