agentpmt-tool-multi-protocol-bridge-d789f0

Bridge FTP, SSH, and MQTT protocols through HTTP requests.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-multi-protocol-bridge-d789f0
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agentpmt-tool-multi-protocol-bridge-d789f0
Source: https://github.com/firef1ie/OpenClawSkills/tree/main/openclaw-agentpmt-tool-multi-protocol-bridge-d789f0
Command: npx skills add https://github.com/firef1ie/OpenClawSkills --skill agentpmt-tool-multi-protocol-bridge-d789f0

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables seamless integration with traditional network protocols like FTP, SSH, and MQTT through simple HTTP requests, eliminating the need for native protocol support in modern applications and workflows.

Core Features & Use Cases

  • Protocol Bridging: Acts as an HTTP gateway for FTP, SSH, and MQTT.
  • File Operations: Automate FTP uploads, downloads, listings, and deletions.
  • Remote Execution: Execute commands on remote servers via SSH.
  • IoT Messaging: Publish messages to MQTT brokers.
  • Security: Supports secure connections like FTPS, SSH key authentication, and MQTTS.
  • Use Case: Automatically upload daily sales reports from a local server to an FTP client, or execute a system status check command on a remote server via an HTTP request.

Quick Start

Use the agentpmt-tool-multi-protocol-bridge-d789f0 skill to upload a file to an FTP server using the provided URL.

Frequently Asked Questions about agentpmt-tool-multi-protocol-bridge-d789f0

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

FAQPage Schema
How do I execute remote SSH commands via HTTP requests?

You can execute remote SSH commands via HTTP requests by using an HTTP gateway that bridges web requests to SSH protocols. This allows remote command execution on servers without native SSH client support.

Can I automate FTP file transfers using HTTP web requests?

Yes, you can automate FTP file transfers using HTTP web requests by routing them through an HTTP gateway. This approach supports FTP uploads, downloads, listings, and deletions for automated workflows.

What is an HTTP gateway for MQTT messaging?

An HTTP gateway for MQTT messaging is a bridge that lets you publish messages to MQTT brokers via web requests. It enables IoT messaging integration without requiring native MQTT protocol support.

Does this protocol bridge support secure connections like FTPS and MQTTS?

Yes, the protocol bridge supports secure connections including FTPS, MQTTS, and SSH key authentication. This ensures encrypted file transfers, secure IoT messaging, and protected remote command execution.

How do I configure FTP and SSH connections through URL strings?

You can configure FTP and SSH connections through URL strings or explicit parameters passed in HTTP requests. This flexible configuration enables diverse integration needs for file operations and remote execution.