ssh-apt-search

Search APT package descriptions on remote Debian-based systems.

6|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/Nightreaver/python-ssh-mcp --skill ssh-apt-search
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ssh-apt-search
Source: https://github.com/Nightreaver/python-ssh-mcp/tree/main/skills/ssh-apt-search
Command: npx skills add https://github.com/Nightreaver/python-ssh-mcp --skill ssh-apt-search

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows users to search for APT package names and descriptions on remote hosts, aiding in the discovery of software tools and libraries available on those systems.

Core Features & Use Cases

  • APT Package Search: Search for packages by name or description on remote hosts.
  • Discovery Tool: Useful for finding tools by their function when the exact package name is unknown.
  • Use Case: When you need to find a package that provides a specific functionality, such as a tool for live disk imaging, you can use this Skill to search for it by its description.

Quick Start

Run ssh_apt_search(host="web01", pattern="live disk imaging") to find packages related to live disk imaging on the host 'web01'.

Frequently Asked Questions about ssh-apt-search

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

FAQPage Schema
How do I search for APT packages on a remote Debian server?

To search for APT packages on a remote Debian server, use this Skill to run the apt-cache search command over SSH. It returns matching package names and descriptions from the remote host based on your search pattern.

What is the best way to find a Debian package by description when I don't know the exact name?

Finding a Debian package by description is done by searching the remote APT cache. The Skill matches your provided pattern against package descriptions to help you discover the exact package name needed for installation.

Can I search APT repositories on remote hosts if I only have SSH access?

Yes, you can search APT repositories on remote hosts using SSH access. The Skill connects to the specified remote host and queries its local apt-cache to retrieve package discovery results.

How do I find system administration tools available on a remote Linux host?

To find system administration tools on a remote Linux host, execute a remote APT search using a functional keyword. The Skill queries the host's package descriptions and returns tools matching that functionality.

Does APT package search work for finding specific software libraries on remote systems?

APT package search works for finding specific software libraries on remote systems by querying the remote apt-cache. It searches through available package descriptions to locate libraries matching your specified pattern.