test-machine

Test FTP and LaunchAPPL connectivity to Classic Mac machines.

Updated Jan 27, 2026
One-click install
npx skills add https://github.com/matthewdeaves/peertalk --skill test-machine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-machine
Source: https://github.com/matthewdeaves/peertalk/tree/main/.claude/skills/test-machine
Command: npx skills add https://github.com/matthewdeaves/peertalk --skill test-machine

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill helps engineers verify FTP and LaunchAPPL connectivity to Classic Mac machines, and guides smart setup when LaunchAPPL isn’t running.

Core Features & Use Cases

  • Connectivity tests: validates FTP (port 21) connectivity, authentication, and directory listing, and checks LaunchAPPL (port 1984) availability.
  • Smart setup assistance: if LaunchAPPL is not running, offers to create standard folders, build LaunchAPPLServer, deploy binaries, and provide extraction/instructions.
  • Next steps and deployment readiness: returns deployment commands and troubleshooting paths based on test results to move toward full PeerTalk deployment.

Quick Start

Run /test-machine <machine-id> to begin connectivity checks and auto-setup if needed.

Frequently Asked Questions about test-machine

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

FAQPage Schema
How do I test FTP connectivity to a Classic Mac machine remotely?

To test FTP connectivity to a Classic Mac, this skill validates port 21 reachability, checks authentication credentials, and verifies directory listing access. It returns diagnostic results to confirm whether the remote machine is accessible for deployment.

What is LaunchAPPL and how does it work with Classic Mac deployment?

LaunchAPPL is a service running on port 1984 that enables remote application deployment on Classic Mac machines. This skill tests its availability and guides automated server setup, binary deployment, and extraction if the service is not currently running.

Do I need a machine registry to validate remote access on managed Mac hardware?

Yes, you need machine registry data to validate remote access on managed Mac hardware. The skill requires this registry data along with MCP tooling and access to LaunchAPPLServer sources to execute connectivity checks and optional server deployment.

How do I set up LaunchAPPLServer when LaunchAPPL is not running?

To set up LaunchAPPLServer when the service is not running, this skill offers to create standard folders, build the server binaries, deploy them to the target machine, and provide extraction instructions. This automates the setup process for remote access.

Why does my Classic Mac connectivity test fail during deployment setup?

Classic Mac connectivity tests may fail due to FTP authentication errors or LaunchAPPL port 1984 unavailability. The skill returns specific troubleshooting paths and deployment commands based on test results to help resolve these remote access issues.